syzbot


possible deadlock in ocfs2_try_remove_refcount_tree

Status: upstream: reported C repro on 2024/08/19 08:48
Subsystems: ocfs2
[Documentation on labels]
Reported-by: syzbot+1fed2de07d8e11a3ec1b@syzkaller.appspotmail.com
First crash: 565d, last: now
Cause bisection: introduced by (bisect log) :
commit a3c06ae158dd6fa8336157c31d9234689d068d02
Author: Parav Pandit <parav@nvidia.com>
Date: Tue Jan 5 10:32:03 2021 +0000

  vdpa_sim_net: Add support for user supported devices

Crash: possible deadlock in ocfs2_try_remove_refcount_tree (log)
Repro: C syz .config
  
Discussions (17)
Title Replies (including bot) Last reply
[syzbot] Monthly ocfs2 report (Feb 2026) 0 (1) 2026/02/05 12:34
[syzbot] Monthly ocfs2 report (Jan 2026) 0 (1) 2026/01/05 08:20
[syzbot] Monthly ocfs2 report (Dec 2025) 0 (1) 2025/12/04 23:06
[syzbot] Monthly ocfs2 report (Nov 2025) 0 (1) 2025/11/03 13:10
[syzbot] Monthly ocfs2 report (Oct 2025) 0 (1) 2025/10/03 06:37
[syzbot] Monthly ocfs2 report (Sep 2025) 0 (1) 2025/09/02 09:20
[PATCH] ocfs2: fix lock acquisition order in refcounttree 4 (4) 2025/07/21 10:40
[syzbot] [ocfs2?] possible deadlock in ocfs2_try_remove_refcount_tree 3 (9) 2025/07/19 17:11
Re: [PATCH] ocfs2: kill osb->system_file_mutex lock 3 (3) 2025/06/24 02:51
[syzbot] Monthly ocfs2 report (May 2025) 0 (1) 2025/06/03 11:11
[syzbot] Monthly ocfs2 report (Apr 2025) 0 (1) 2025/04/29 12:47
[syzbot] Monthly ocfs2 report (Mar 2025) 0 (1) 2025/03/31 13:08
[syzbot] Monthly ocfs2 report (Feb 2025) 0 (1) 2025/02/26 12:08
[syzbot] Monthly ocfs2 report (Dec 2024) 0 (1) 2024/12/26 08:58
[syzbot] Monthly ocfs2 report (Nov 2024) 0 (1) 2024/11/25 10:35
[syzbot] Monthly ocfs2 report (Oct 2024) 0 (1) 2024/10/24 08:02
[syzbot] Monthly ocfs2 report (Sep 2024) 0 (1) 2024/09/23 09:03
Similar bugs (3)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-5.15 possible deadlock in ocfs2_try_remove_refcount_tree origin:upstream 4 C 4531 1d00h 535d 0/3 upstream: reported C repro on 2024/09/14 00:27
linux-6.1 possible deadlock in ocfs2_try_remove_refcount_tree origin:upstream missing-backport 4 C error 4945 23m 534d 0/3 upstream: reported C repro on 2024/09/15 11:49
linux-6.6 possible deadlock in ocfs2_try_remove_refcount_tree origin:upstream missing-backport 4 C inconclusive 2277 1h48m 259d 0/2 upstream: reported C repro on 2025/06/16 19:34
Last patch testing requests (4)
Created Duration User Patch Repo Result
2025/07/19 17:11 19m penguin-kernel@i-love.sakura.ne.jp patch upstream report log
2025/06/21 14:27 25m penguin-kernel@i-love.sakura.ne.jp patch upstream OK log
2024/08/21 21:04 14m djahchankoike@gmail.com patch upstream report log
2024/08/21 09:32 14m eadavis@qq.com patch git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 1fb918967b56 report log

Sample crash report:
         option from the mount to silence this warning.
=======================================================
JBD2: Ignoring recovery information on journal
ocfs2: Mounting device (7,0) on (node local, slot 0) with ordered data mode.
======================================================
WARNING: possible circular locking dependency detected
syzkaller #0 Not tainted
------------------------------------------------------
syz.0.17/6064 is trying to acquire lock:
ffff88805b261890 (&oi->ip_alloc_sem){+.+.}-{4:4}, at: ocfs2_try_remove_refcount_tree+0xb6/0x340 fs/ocfs2/refcounttree.c:933

but task is already holding lock:
ffff88805b261918 (&oi->ip_xattr_sem){++++}-{4:4}, at: ocfs2_try_remove_refcount_tree+0xa4/0x340 fs/ocfs2/refcounttree.c:932

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #3 (&oi->ip_xattr_sem){++++}-{4:4}:
       down_write+0x3a/0x50 kernel/locking/rwsem.c:1590
       ocfs2_xattr_set_handle+0x3e6/0x810 fs/ocfs2/xattr.c:3532
       ocfs2_init_security_set+0xbd/0xe0 fs/ocfs2/xattr.c:7342
       ocfs2_mknod+0x16d7/0x2290 fs/ocfs2/namei.c:423
       ocfs2_create+0x195/0x490 fs/ocfs2/namei.c:677
       lookup_open fs/namei.c:4483 [inline]
       open_last_lookups fs/namei.c:4583 [inline]
       path_openat+0x13b4/0x38a0 fs/namei.c:4827
       do_file_open+0x23e/0x4a0 fs/namei.c:4859
       do_sys_openat2+0x113/0x200 fs/open.c:1366
       do_sys_open fs/open.c:1372 [inline]
       __do_sys_creat fs/open.c:1450 [inline]
       __se_sys_creat fs/open.c:1444 [inline]
       __x64_sys_creat+0x8f/0xc0 fs/open.c:1444
       do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
       do_syscall_64+0x14d/0xf80 arch/x86/entry/syscall_64.c:94
       entry_SYSCALL_64_after_hwframe+0x77/0x7f

-> #2 (&journal->j_trans_barrier){.+.+}-{4:4}:
       down_read+0x97/0x200 kernel/locking/rwsem.c:1537
       ocfs2_start_trans+0x3ac/0x700 fs/ocfs2/journal.c:369
       ocfs2_block_group_alloc fs/ocfs2/suballoc.c:754 [inline]
       ocfs2_reserve_suballoc_bits+0x7ae/0x4940 fs/ocfs2/suballoc.c:903
       ocfs2_reserve_new_metadata_blocks+0x415/0x9a0 fs/ocfs2/suballoc.c:1053
       ocfs2_mknod+0x10f3/0x2290 fs/ocfs2/namei.c:351
       ocfs2_create+0x195/0x490 fs/ocfs2/namei.c:677
       lookup_open fs/namei.c:4483 [inline]
       open_last_lookups fs/namei.c:4583 [inline]
       path_openat+0x13b4/0x38a0 fs/namei.c:4827
       do_file_open+0x23e/0x4a0 fs/namei.c:4859
       do_sys_openat2+0x113/0x200 fs/open.c:1366
       do_sys_open fs/open.c:1372 [inline]
       __do_sys_creat fs/open.c:1450 [inline]
       __se_sys_creat fs/open.c:1444 [inline]
       __x64_sys_creat+0x8f/0xc0 fs/open.c:1444
       do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
       do_syscall_64+0x14d/0xf80 arch/x86/entry/syscall_64.c:94
       entry_SYSCALL_64_after_hwframe+0x77/0x7f

-> #1 (sb_internal#2){.+.+}-{0:0}:
       percpu_down_read_internal include/linux/percpu-rwsem.h:53 [inline]
       percpu_down_read_freezable include/linux/percpu-rwsem.h:83 [inline]
       __sb_start_write include/linux/fs/super.h:19 [inline]
       sb_start_intwrite include/linux/fs/super.h:177 [inline]
       ocfs2_start_trans+0x2ac/0x700 fs/ocfs2/journal.c:367
       ocfs2_orphan_for_truncate fs/ocfs2/file.c:397 [inline]
       ocfs2_truncate_file+0x631/0x1540 fs/ocfs2/file.c:501
       ocfs2_setattr+0x15e5/0x1cc0 fs/ocfs2/file.c:1219
       notify_change+0xc18/0xf60 fs/attr.c:556
       do_truncate+0x1c2/0x250 fs/open.c:68
       handle_truncate fs/namei.c:4279 [inline]
       do_open fs/namei.c:4675 [inline]
       path_openat+0x2fc4/0x38a0 fs/namei.c:4830
       do_file_open+0x23e/0x4a0 fs/namei.c:4859
       do_sys_openat2+0x113/0x200 fs/open.c:1366
       do_sys_open fs/open.c:1372 [inline]
       __do_sys_creat fs/open.c:1450 [inline]
       __se_sys_creat fs/open.c:1444 [inline]
       __x64_sys_creat+0x8f/0xc0 fs/open.c:1444
       do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
       do_syscall_64+0x14d/0xf80 arch/x86/entry/syscall_64.c:94
       entry_SYSCALL_64_after_hwframe+0x77/0x7f

-> #0 (&oi->ip_alloc_sem){+.+.}-{4:4}:
       check_prev_add kernel/locking/lockdep.c:3165 [inline]
       check_prevs_add kernel/locking/lockdep.c:3284 [inline]
       validate_chain kernel/locking/lockdep.c:3908 [inline]
       __lock_acquire+0x15a5/0x2cf0 kernel/locking/lockdep.c:5237
       lock_acquire+0xf0/0x2e0 kernel/locking/lockdep.c:5868
       down_write+0x3a/0x50 kernel/locking/rwsem.c:1590
       ocfs2_try_remove_refcount_tree+0xb6/0x340 fs/ocfs2/refcounttree.c:933
       ocfs2_truncate_file+0xdf3/0x1540 fs/ocfs2/file.c:522
       ocfs2_setattr+0x15e5/0x1cc0 fs/ocfs2/file.c:1219
       notify_change+0xc18/0xf60 fs/attr.c:556
       do_truncate+0x1c2/0x250 fs/open.c:68
       handle_truncate fs/namei.c:4279 [inline]
       do_open fs/namei.c:4675 [inline]
       path_openat+0x2fc4/0x38a0 fs/namei.c:4830
       do_file_open+0x23e/0x4a0 fs/namei.c:4859
       do_sys_openat2+0x113/0x200 fs/open.c:1366
       do_sys_open fs/open.c:1372 [inline]
       __do_sys_creat fs/open.c:1450 [inline]
       __se_sys_creat fs/open.c:1444 [inline]
       __x64_sys_creat+0x8f/0xc0 fs/open.c:1444
       do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
       do_syscall_64+0x14d/0xf80 arch/x86/entry/syscall_64.c:94
       entry_SYSCALL_64_after_hwframe+0x77/0x7f

other info that might help us debug this:

Chain exists of:
  &oi->ip_alloc_sem --> &journal->j_trans_barrier --> &oi->ip_xattr_sem

 Possible unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&oi->ip_xattr_sem);
                               lock(&journal->j_trans_barrier);
                               lock(&oi->ip_xattr_sem);
  lock(&oi->ip_alloc_sem);

 *** DEADLOCK ***

3 locks held by syz.0.17/6064:
 #0: ffff88803a2c6480 (sb_writers#12){.+.+}-{0:0}, at: mnt_want_write+0x41/0x90 fs/namespace.c:493
 #1: ffff88805b261c40 (&sb->s_type->i_mutex_key#24){+.+.}-{4:4}, at: inode_lock_killable include/linux/fs.h:1033 [inline]
 #1: ffff88805b261c40 (&sb->s_type->i_mutex_key#24){+.+.}-{4:4}, at: do_truncate+0x18f/0x250 fs/open.c:63
 #2: ffff88805b261918 (&oi->ip_xattr_sem){++++}-{4:4}, at: ocfs2_try_remove_refcount_tree+0xa4/0x340 fs/ocfs2/refcounttree.c:932

stack backtrace:
CPU: 1 UID: 0 PID: 6064 Comm: syz.0.17 Not tainted syzkaller #0 PREEMPT_{RT,(full)} 
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/12/2026
Call Trace:
 <TASK>
 dump_stack_lvl+0xe8/0x150 lib/dump_stack.c:120
 print_circular_bug+0x2e1/0x300 kernel/locking/lockdep.c:2043
 check_noncircular+0x12e/0x150 kernel/locking/lockdep.c:2175
 check_prev_add kernel/locking/lockdep.c:3165 [inline]
 check_prevs_add kernel/locking/lockdep.c:3284 [inline]
 validate_chain kernel/locking/lockdep.c:3908 [inline]
 __lock_acquire+0x15a5/0x2cf0 kernel/locking/lockdep.c:5237
 lock_acquire+0xf0/0x2e0 kernel/locking/lockdep.c:5868
 down_write+0x3a/0x50 kernel/locking/rwsem.c:1590
 ocfs2_try_remove_refcount_tree+0xb6/0x340 fs/ocfs2/refcounttree.c:933
 ocfs2_truncate_file+0xdf3/0x1540 fs/ocfs2/file.c:522
 ocfs2_setattr+0x15e5/0x1cc0 fs/ocfs2/file.c:1219
 notify_change+0xc18/0xf60 fs/attr.c:556
 do_truncate+0x1c2/0x250 fs/open.c:68
 handle_truncate fs/namei.c:4279 [inline]
 do_open fs/namei.c:4675 [inline]
 path_openat+0x2fc4/0x38a0 fs/namei.c:4830
 do_file_open+0x23e/0x4a0 fs/namei.c:4859
 do_sys_openat2+0x113/0x200 fs/open.c:1366
 do_sys_open fs/open.c:1372 [inline]
 __do_sys_creat fs/open.c:1450 [inline]
 __se_sys_creat fs/open.c:1444 [inline]
 __x64_sys_creat+0x8f/0xc0 fs/open.c:1444
 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]
 do_syscall_64+0x14d/0xf80 arch/x86/entry/syscall_64.c:94
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7efe6f6fc799
Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 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 e8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ffcab95b308 EFLAGS: 00000246 ORIG_RAX: 0000000000000055
RAX: ffffffffffffffda RBX: 00007efe6f975fa0 RCX: 00007efe6f6fc799
RDX: 0000000000000000 RSI: 00000000000001a2 RDI: 00002000000000c0
RBP: 00007efe6f792bd9 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007efe6f975fac R14: 00007efe6f975fa0 R15: 00007efe6f975fa0
 </TASK>

Crashes (388843):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/03/01 16:28 upstream eb71ab2bf722 43249bac .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/28 12:51 upstream 4d349ee5c778 43249bac .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/25 09:47 upstream 7dff99b35460 787dfb7c .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/22 03:32 upstream fa5c82f4d2bb 6e7b5511 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/15 18:09 upstream c22e26bd0906 1e62d198 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/20 05:54 upstream 24d479d26b25 572effc1 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/20 05:04 upstream 24d479d26b25 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/15 20:37 upstream 944aacb68baf d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro #1] [mounted in repro #2 (clean fs)] [mounted in repro #3 (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/03 04:27 upstream 9b0436804460 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/27 03:26 upstream 3f0e9c8cefa9 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/21 11:34 upstream 9094662f6707 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/03 19:21 upstream 3f9f0252130e d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/11/23 04:36 upstream 89edd36fd801 4fb8ef37 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/29 18:49 upstream e53642b87a4f fd2207e7 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/29 10:20 upstream 8eefed8f65cc fd2207e7 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/27 00:40 upstream dbfc6422a34d c0460fcd .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/18 03:21 upstream cf1ea8854e4f 1c8c8cd8 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/15 10:14 upstream 9b332cece987 b6605ba8 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/15 05:34 upstream 9b332cece987 b6605ba8 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/07/07 09:34 upstream d7b8f8e20813 4f67c4ae .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2025/06/21 12:30 upstream 11313e2f7812 d6cdfb8a .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2024/09/22 23:04 upstream de5cb0dcb74c 6f888b75 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/17 16:17 upstream 54e82e93ca93 d1b870e1 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/16 22:18 upstream 54e82e93ca93 d1b870e1 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/01/09 00:05 upstream 54e82e93ca93 d1b870e1 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/23 09:41 upstream b927546677c8 d1b870e1 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/06 01:04 upstream d1d36025a617 d1b870e1 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/11/01 04:57 upstream 58fdd8484c05 2c50b6a9 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/19 20:24 upstream d9043c79ba68 1c8c8cd8 .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2024/08/15 18:02 upstream 1fb918967b56 e4bacdaf .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2024/08/15 17:17 upstream 1fb918967b56 e4bacdaf .config console log report syz / log C [disk image (non-bootable)] [vmlinux] [kernel image] [mounted in repro] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/10 20:22 linux-next 132737e360b4 91d776d3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/10 05:54 linux-next 132737e360b4 4ab09a02 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/08 22:16 linux-next 9845cf73f7db 4c131dc4 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/31 16:14 linux-next cc3aa43b44bd d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/18 05:21 linux-next 12b95d29eb97 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/26 08:12 linux-next 72fb0170ef1f c0460fcd .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/13 06:36 linux-next 2b763d465239 ff1712fe .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2025/11/26 02:56 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci b5fb0949b675 64219f15 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/27 01:06 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci b98c94eed4a9 c0460fcd .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/15 09:15 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci bf45a62baffc b6605ba8 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/10/12 21:51 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci bf45a62baffc ff1712fe .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/05 14:31 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 05c93f3395ed d6526ea3 .config console log report syz / log [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/05 13:38 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 05c93f3395ed d6526ea3 .config console log report syz / log [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2025/12/05 12:53 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 05c93f3395ed d6526ea3 .config console log report syz / log [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 17:35 upstream af4e9ef3d784 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 16:29 upstream af4e9ef3d784 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 15:33 upstream af4e9ef3d784 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 14:33 upstream af4e9ef3d784 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 14:26 upstream af4e9ef3d784 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 12:34 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 11:59 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 11:21 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 10:36 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 09:39 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 08:48 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 08:41 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 07:41 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 07:29 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 05:24 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 05:14 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 04:14 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 03:38 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 02:34 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 02:31 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 01:28 upstream af4e9ef3d784 28b83e23 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 23:49 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 23:11 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 22:20 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 20:47 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 19:49 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 19:49 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 18:45 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 18:07 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 17:57 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 16:53 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 16:51 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 15:05 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 13:59 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 13:23 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 13:18 upstream 11439c4635ed b9dd6534 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 11:24 upstream 11439c4635ed 43249bac .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/15 08:46 upstream ca4ee40bf13d 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 17:38 upstream af4e9ef3d784 4180d919 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 06:27 upstream af4e9ef3d784 28b83e23 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/03 06:27 upstream af4e9ef3d784 28b83e23 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 21:31 upstream 11439c4635ed b9dd6534 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 15:50 upstream 11439c4635ed b9dd6534 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 10:24 upstream 39c633261414 43249bac .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/02 10:17 upstream 39c633261414 43249bac .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/03/01 16:44 linux-next 3fa5e5702a82 43249bac .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root possible deadlock in ocfs2_try_remove_refcount_tree
2026/02/09 08:52 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 59e4d31a0470 4c131dc4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 possible deadlock in ocfs2_try_remove_refcount_tree
* Struck through repros no longer work on HEAD.