syzbot


possible deadlock in ext4_file_write_iter

Status: upstream: reported on 2024/09/16 21:01
Reported-by: syzbot+3d7ef797ae854332556a@syzkaller.appspotmail.com
First crash: 35d, last: 11d
Similar bugs (5)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-4.14 possible deadlock in ext4_file_write_iter 3 1619d 1672d 0/1 auto-closed as invalid on 2020/09/14 06:49
linux-4.14 possible deadlock in ext4_file_write_iter (2) syz inconclusive 19 714d 1459d 0/1 upstream: reported syz repro on 2020/10/24 08:36
linux-4.19 possible deadlock in ext4_file_write_iter (2) 1 1181d 1181d 0/1 auto-closed as invalid on 2021/11/26 16:39
linux-4.19 possible deadlock in ext4_file_write_iter (3) hfsplus syz error 13 635d 1032d 0/1 upstream: reported syz repro on 2021/12/24 22:56
linux-4.19 possible deadlock in ext4_file_write_iter 1 1602d 1602d 0/1 auto-closed as invalid on 2020/10/01 00:41

Sample crash report:
loop0: detected capacity change from 0 to 2048
EXT4-fs (loop0): mounted filesystem without journal. Opts: ,errors=continue. Quota mode: none.
======================================================
WARNING: possible circular locking dependency detected
5.15.167-syzkaller #0 Not tainted
------------------------------------------------------
syz.0.1888/11396 is trying to acquire lock:
ffff88802601a428 (&mm->mmap_lock){++++}-{3:3}, at: get_current arch/x86/include/asm/current.h:15 [inline]
ffff88802601a428 (&mm->mmap_lock){++++}-{3:3}, at: internal_get_user_pages_fast+0x1c7/0x2810 mm/gup.c:2895

but task is already holding lock:
ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: inode_lock include/linux/fs.h:789 [inline]
ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: ext4_dio_write_iter fs/ext4/file.c:508 [inline]
ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: ext4_file_write_iter+0x5c4/0x1990 fs/ext4/file.c:681

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #6 (&sb->s_type->i_mutex_key#9){++++}-{3:3}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       down_read+0x45/0x2e0 kernel/locking/rwsem.c:1498
       inode_lock_shared include/linux/fs.h:799 [inline]
       ext4_bmap+0x4b/0x410 fs/ext4/inode.c:3163
       bmap+0xa1/0xd0 fs/inode.c:1791
       jbd2_journal_bmap fs/jbd2/journal.c:981 [inline]
       __jbd2_journal_erase fs/jbd2/journal.c:1796 [inline]
       jbd2_journal_flush+0x7a2/0xc90 fs/jbd2/journal.c:2502
       ext4_ioctl_checkpoint fs/ext4/ioctl.c:849 [inline]
       __ext4_ioctl fs/ext4/ioctl.c:1267 [inline]
       ext4_ioctl+0x3249/0x5b80 fs/ext4/ioctl.c:1276
       vfs_ioctl fs/ioctl.c:51 [inline]
       __do_sys_ioctl fs/ioctl.c:874 [inline]
       __se_sys_ioctl+0xf1/0x160 fs/ioctl.c:860
       do_syscall_x64 arch/x86/entry/common.c:50 [inline]
       do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80
       entry_SYSCALL_64_after_hwframe+0x66/0xd0

-> #5 (&journal->j_checkpoint_mutex){+.+.}-{3:3}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       __mutex_lock_common+0x1da/0x25a0 kernel/locking/mutex.c:596
       mutex_lock_io_nested+0x45/0x60 kernel/locking/mutex.c:777
       jbd2_journal_flush+0x290/0xc90 fs/jbd2/journal.c:2474
       __ocfs2_flush_truncate_log+0x309/0x11c0 fs/ocfs2/alloc.c:6021
       ocfs2_flush_truncate_log+0x4b/0x60 fs/ocfs2/alloc.c:6067
       ocfs2_sync_fs+0x121/0x380 fs/ocfs2/super.c:403
       sync_filesystem+0x1bc/0x220 fs/sync.c:66
       generic_shutdown_super+0x6e/0x2c0 fs/super.c:448
       kill_block_super+0x7a/0xe0 fs/super.c:1425
       deactivate_locked_super+0xa0/0x110 fs/super.c:335
       cleanup_mnt+0x44e/0x500 fs/namespace.c:1143
       task_work_run+0x129/0x1a0 kernel/task_work.c:188
       tracehook_notify_resume include/linux/tracehook.h:189 [inline]
       exit_to_user_mode_loop+0x106/0x130 kernel/entry/common.c:181
       exit_to_user_mode_prepare+0xb1/0x140 kernel/entry/common.c:214
       __syscall_exit_to_user_mode_work kernel/entry/common.c:296 [inline]
       syscall_exit_to_user_mode+0x5d/0x240 kernel/entry/common.c:307
       do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:86
       entry_SYSCALL_64_after_hwframe+0x66/0xd0

-> #4 (&journal->j_barrier){+.+.}-{3:3}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       __mutex_lock_common+0x1da/0x25a0 kernel/locking/mutex.c:596
       __mutex_lock kernel/locking/mutex.c:729 [inline]
       mutex_lock_nested+0x17/0x20 kernel/locking/mutex.c:743
       jbd2_journal_lock_updates+0x2aa/0x370 fs/jbd2/transaction.c:905
       __ocfs2_flush_truncate_log+0x2e7/0x11c0 fs/ocfs2/alloc.c:6020
       ocfs2_flush_truncate_log+0x4b/0x60 fs/ocfs2/alloc.c:6067
       ocfs2_sync_fs+0x121/0x380 fs/ocfs2/super.c:403
       sync_filesystem+0x1bc/0x220 fs/sync.c:66
       generic_shutdown_super+0x6e/0x2c0 fs/super.c:448
       kill_block_super+0x7a/0xe0 fs/super.c:1425
       deactivate_locked_super+0xa0/0x110 fs/super.c:335
       cleanup_mnt+0x44e/0x500 fs/namespace.c:1143
       task_work_run+0x129/0x1a0 kernel/task_work.c:188
       tracehook_notify_resume include/linux/tracehook.h:189 [inline]
       exit_to_user_mode_loop+0x106/0x130 kernel/entry/common.c:181
       exit_to_user_mode_prepare+0xb1/0x140 kernel/entry/common.c:214
       __syscall_exit_to_user_mode_work kernel/entry/common.c:296 [inline]
       syscall_exit_to_user_mode+0x5d/0x240 kernel/entry/common.c:307
       do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:86
       entry_SYSCALL_64_after_hwframe+0x66/0xd0

-> #3 (&ocfs2_sysfile_lock_key[args->fi_sysfile_type]#6){+.+.}-{3:3}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       down_write+0x38/0x60 kernel/locking/rwsem.c:1551
       inode_lock include/linux/fs.h:789 [inline]
       ocfs2_remove_btree_range+0x733/0x18a0 fs/ocfs2/alloc.c:5735
       ocfs2_remove_inode_range+0xd75/0x2640 fs/ocfs2/file.c:1899
       ocfs2_reflink_remap_extent fs/ocfs2/refcounttree.c:4549 [inline]
       ocfs2_reflink_remap_blocks+0xccf/0x1f20 fs/ocfs2/refcounttree.c:4696
       ocfs2_remap_file_range+0x5f2/0x8d0 fs/ocfs2/file.c:2691
       vfs_copy_file_range+0xfc9/0x14e0 fs/read_write.c:1510
       __do_sys_copy_file_range fs/read_write.c:1588 [inline]
       __se_sys_copy_file_range+0x3ea/0x5d0 fs/read_write.c:1551
       do_syscall_x64 arch/x86/entry/common.c:50 [inline]
       do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80
       entry_SYSCALL_64_after_hwframe+0x66/0xd0

-> #2 (&oi->ip_alloc_sem){++++}-{3:3}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       down_write+0x38/0x60 kernel/locking/rwsem.c:1551
       ocfs2_page_mkwrite+0x301/0xbd0 fs/ocfs2/mmap.c:142
       do_page_mkwrite+0x1a9/0x440 mm/memory.c:2892
       do_shared_fault mm/memory.c:4298 [inline]
       do_fault mm/memory.c:4366 [inline]
       handle_pte_fault mm/memory.c:4620 [inline]
       __handle_mm_fault mm/memory.c:4755 [inline]
       handle_mm_fault+0x2803/0x5960 mm/memory.c:4853
       do_user_addr_fault arch/x86/mm/fault.c:1357 [inline]
       handle_page_fault arch/x86/mm/fault.c:1445 [inline]
       exc_page_fault+0x271/0x700 arch/x86/mm/fault.c:1501
       asm_exc_page_fault+0x22/0x30 arch/x86/include/asm/idtentry.h:568

-> #1 (sb_pagefaults#2){.+.+}-{0:0}:
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       percpu_down_read include/linux/percpu-rwsem.h:51 [inline]
       __sb_start_write include/linux/fs.h:1811 [inline]
       sb_start_pagefault include/linux/fs.h:1910 [inline]
       ocfs2_page_mkwrite+0x1d9/0xbd0 fs/ocfs2/mmap.c:122
       do_page_mkwrite+0x1a9/0x440 mm/memory.c:2892
       do_shared_fault mm/memory.c:4298 [inline]
       do_fault mm/memory.c:4366 [inline]
       handle_pte_fault mm/memory.c:4620 [inline]
       __handle_mm_fault mm/memory.c:4755 [inline]
       handle_mm_fault+0x2803/0x5960 mm/memory.c:4853
       do_user_addr_fault arch/x86/mm/fault.c:1357 [inline]
       handle_page_fault arch/x86/mm/fault.c:1445 [inline]
       exc_page_fault+0x271/0x700 arch/x86/mm/fault.c:1501
       asm_exc_page_fault+0x22/0x30 arch/x86/include/asm/idtentry.h:568

-> #0 (&mm->mmap_lock){++++}-{3:3}:
       check_prev_add kernel/locking/lockdep.c:3053 [inline]
       check_prevs_add kernel/locking/lockdep.c:3172 [inline]
       validate_chain+0x1649/0x5930 kernel/locking/lockdep.c:3788
       __lock_acquire+0x1295/0x1ff0 kernel/locking/lockdep.c:5012
       lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
       internal_get_user_pages_fast+0x212/0x2810 mm/gup.c:2895
       iov_iter_get_pages+0x25a/0x570 lib/iov_iter.c:1544
       __bio_iov_iter_get_pages block/bio.c:1136 [inline]
       bio_iov_iter_get_pages+0x477/0x18e0 block/bio.c:1195
       iomap_dio_bio_iter+0xab9/0x1540 fs/iomap/direct-io.c:321
       __iomap_dio_rw+0xf9f/0x1f40 fs/iomap/direct-io.c:586
       iomap_dio_rw+0x38/0x80 fs/iomap/direct-io.c:672
       ext4_dio_write_iter fs/ext4/file.c:570 [inline]
       ext4_file_write_iter+0x1779/0x1990 fs/ext4/file.c:681
       do_iter_readv_writev+0x594/0x7a0
       do_iter_write+0x1e6/0x760 fs/read_write.c:855
       vfs_writev fs/read_write.c:928 [inline]
       do_pwritev+0x219/0x360 fs/read_write.c:1025
       do_syscall_x64 arch/x86/entry/common.c:50 [inline]
       do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80
       entry_SYSCALL_64_after_hwframe+0x66/0xd0

other info that might help us debug this:

Chain exists of:
  &mm->mmap_lock --> &journal->j_checkpoint_mutex --> &sb->s_type->i_mutex_key#9

 Possible unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&sb->s_type->i_mutex_key#9);
                               lock(&journal->j_checkpoint_mutex);
                               lock(&sb->s_type->i_mutex_key#9);
  lock(&mm->mmap_lock);

 *** DEADLOCK ***

2 locks held by syz.0.1888/11396:
 #0: ffff888022304460 (sb_writers#5){.+.+}-{0:0}, at: vfs_writev fs/read_write.c:927 [inline]
 #0: ffff888022304460 (sb_writers#5){.+.+}-{0:0}, at: do_pwritev+0x1fd/0x360 fs/read_write.c:1025
 #1: ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: inode_lock include/linux/fs.h:789 [inline]
 #1: ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: ext4_dio_write_iter fs/ext4/file.c:508 [inline]
 #1: ffff88805acb5da8 (&sb->s_type->i_mutex_key#9){++++}-{3:3}, at: ext4_file_write_iter+0x5c4/0x1990 fs/ext4/file.c:681

stack backtrace:
CPU: 0 PID: 11396 Comm: syz.0.1888 Not tainted 5.15.167-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x1e3/0x2d0 lib/dump_stack.c:106
 check_noncircular+0x2f8/0x3b0 kernel/locking/lockdep.c:2133
 check_prev_add kernel/locking/lockdep.c:3053 [inline]
 check_prevs_add kernel/locking/lockdep.c:3172 [inline]
 validate_chain+0x1649/0x5930 kernel/locking/lockdep.c:3788
 __lock_acquire+0x1295/0x1ff0 kernel/locking/lockdep.c:5012
 lock_acquire+0x1db/0x4f0 kernel/locking/lockdep.c:5623
 internal_get_user_pages_fast+0x212/0x2810 mm/gup.c:2895
 iov_iter_get_pages+0x25a/0x570 lib/iov_iter.c:1544
 __bio_iov_iter_get_pages block/bio.c:1136 [inline]
 bio_iov_iter_get_pages+0x477/0x18e0 block/bio.c:1195
 iomap_dio_bio_iter+0xab9/0x1540 fs/iomap/direct-io.c:321
 __iomap_dio_rw+0xf9f/0x1f40 fs/iomap/direct-io.c:586
 iomap_dio_rw+0x38/0x80 fs/iomap/direct-io.c:672
 ext4_dio_write_iter fs/ext4/file.c:570 [inline]
 ext4_file_write_iter+0x1779/0x1990 fs/ext4/file.c:681
 do_iter_readv_writev+0x594/0x7a0
 do_iter_write+0x1e6/0x760 fs/read_write.c:855
 vfs_writev fs/read_write.c:928 [inline]
 do_pwritev+0x219/0x360 fs/read_write.c:1025
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x66/0xd0
RIP: 0033:0x7f5eebe4dff9
Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007f5eea2c6038 EFLAGS: 00000246 ORIG_RAX: 0000000000000148
RAX: ffffffffffffffda RBX: 00007f5eec005f80 RCX: 00007f5eebe4dff9
RDX: 0000000000000001 RSI: 0000000020000240 RDI: 0000000000000007
RBP: 00007f5eebec0296 R08: 0000000000000000 R09: 0000000000000003
R10: 0000000000007800 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 00007f5eec005f80 R15: 00007fffb6e665a8
 </TASK>

Crashes (2):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/10/11 04:11 linux-5.15.y 3a5928702e71 8fbfc0c8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan possible deadlock in ext4_file_write_iter
2024/09/16 21:01 linux-5.15.y 3a5928702e71 c673ca06 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan possible deadlock in ext4_file_write_iter
* Struck through repros no longer work on HEAD.