syzbot


BUG: sleeping function called from invalid context in hook_sb_delete

Status: upstream: reported C repro on 2025/09/23 22:59
Subsystems: fs
[Documentation on labels]
Reported-by: syzbot+12479ae15958fc3f54ec@syzkaller.appspotmail.com
Fix commit: 56325e8c68c0 landlock: fix splats from iput() after it started calling might_sleep()
Patched on: [ci-qemu-gce-upstream-auto ci-qemu-upstream ci-qemu-upstream-386 ci-qemu2-arm32 ci-qemu2-arm64 ci-qemu2-arm64-compat ci-qemu2-arm64-mte ci-qemu2-riscv64 ci-snapshot-upstream-root ci-upstream-bpf-kasan-gce ci-upstream-bpf-next-kasan-gce ci-upstream-gce-arm64 ci-upstream-gce-leak ci-upstream-kasan-badwrites-root ci-upstream-kasan-gce ci-upstream-kasan-gce-386 ci-upstream-kasan-gce-root ci-upstream-kasan-gce-selinux-root ci-upstream-kasan-gce-smack-root ci-upstream-kmsan-gce-386-root ci-upstream-kmsan-gce-root ci-upstream-linux-next-kasan-gce-root ci-upstream-net-kasan-gce ci-upstream-net-this-kasan-gce ci-upstream-rust-kasan-gce ci2-upstream-fs ci2-upstream-kcsan-gce ci2-upstream-usb], missing on: [ci-qemu-native-arm64-kvm]
First crash: 95d, last: 7d17h
Cause bisection: introduced by (bisect log) :
commit 2ef435a872abc347dc0a92f1c213bb0af3cbf195
Author: Max Kellermann <max.kellermann@ionos.com>
Date: Wed Sep 17 15:36:31 2025 +0000

  fs: add might_sleep() annotation to iput() and more

Crash: BUG: sleeping function called from invalid context in hook_sb_delete (log)
Repro: C syz .config
  
Discussions (5)
Title Replies (including bot) Last reply
[PATCH 1/2] fs: add iput_not_last() 7 (7) 2025/11/12 09:48
[PATCH v1] fs: Move might_sleep() annotation to iput_final() 2 (2) 2025/11/12 05:40
Re: [PATCH v1] fs: Move might_sleep() annotation to iput_final() 1 (1) 2025/11/05 19:50
[syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete 6 (13) 2025/11/05 19:38
[syzbot] Monthly fs report (Oct 2025) 0 (1) 2025/10/31 08:55
Last patch testing requests (5)
Created Duration User Patch Repo Result
2025/11/05 19:38 42m mic@digikod.net patch linux-next error
2025/11/01 15:32 34m m@maowtm.org patch linux-next report log
2025/09/24 10:39 17m eadavis@qq.com patch linux-next report log
2025/09/24 09:44 18m eadavis@qq.com patch linux-next report log
2025/09/24 00:29 25m hdanton@sina.com patch linux-next OK log

Sample crash report:
BUG: sleeping function called from invalid context at fs/inode.c:1928
in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 5999, name: syz.0.17
preempt_count: 1, expected: 0
RCU nest depth: 0, expected: 0
2 locks held by syz.0.17/5999:
 #0: ffff88802c7780e0 (&type->s_umount_key#31){++++}-{4:4}, at: __super_lock fs/super.c:57 [inline]
 #0: ffff88802c7780e0 (&type->s_umount_key#31){++++}-{4:4}, at: __super_lock_excl fs/super.c:72 [inline]
 #0: ffff88802c7780e0 (&type->s_umount_key#31){++++}-{4:4}, at: deactivate_super fs/super.c:505 [inline]
 #0: ffff88802c7780e0 (&type->s_umount_key#31){++++}-{4:4}, at: deactivate_super+0xd6/0x100 fs/super.c:502
 #1: ffff88802c778998 (&s->s_inode_list_lock){+.+.}-{3:3}, at: spin_lock include/linux/spinlock.h:351 [inline]
 #1: ffff88802c778998 (&s->s_inode_list_lock){+.+.}-{3:3}, at: hook_sb_delete security/landlock/fs.c:1279 [inline]
 #1: ffff88802c778998 (&s->s_inode_list_lock){+.+.}-{3:3}, at: hook_sb_delete+0x11c/0xbd0 security/landlock/fs.c:1272
Preemption disabled at:
[<0000000000000000>] 0x0
CPU: 0 UID: 0 PID: 5999 Comm: syz.0.17 Not tainted syzkaller #0 PREEMPT(full) 
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/25/2025
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:94 [inline]
 dump_stack_lvl+0x16c/0x1f0 lib/dump_stack.c:120
 __might_resched+0x3c0/0x5e0 kernel/sched/core.c:8927
 iput+0x1e/0x40 fs/inode.c:1928
 hook_sb_delete security/landlock/fs.c:1342 [inline]
 hook_sb_delete+0x8bb/0xbd0 security/landlock/fs.c:1272
 security_sb_delete+0x6d/0x110 security/security.c:1467
 generic_shutdown_super+0xc2/0x390 fs/super.c:634
 kill_anon_super fs/super.c:1281 [inline]
 kill_litter_super+0x70/0xa0 fs/super.c:1291
 deactivate_locked_super+0xc1/0x1a0 fs/super.c:473
 deactivate_super fs/super.c:506 [inline]
 deactivate_super+0xde/0x100 fs/super.c:502
 cleanup_mnt+0x225/0x450 fs/namespace.c:1327
 task_work_run+0x150/0x240 kernel/task_work.c:227
 resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]
 exit_to_user_mode_loop+0xec/0x130 kernel/entry/common.c:43
 exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]
 syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]
 syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]
 do_syscall_64+0x426/0xfa0 arch/x86/entry/syscall_64.c:100
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7f061058f6c9
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:00007ffd3f07e168 EFLAGS: 00000246 ORIG_RAX: 00000000000000a6
RAX: 0000000000000000 RBX: 00007f06107e5fa0 RCX: 00007f061058f6c9
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00002000000002c0
RBP: 00007f0610611f91 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007f06107e5fa0 R14: 00007f06107e5fa0 R15: 0000000000000002
 </TASK>

Crashes (11887):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/11/13 02:38 upstream 24172e0d7990 07e030de .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/10/09 09:50 linux-next 7c3ba4249a36 7e2882b3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/10/09 07:03 linux-next 7c3ba4249a36 7e2882b3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/09/23 23:43 linux-next ce7f1a983b07 0abd0691 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/09/23 22:58 linux-next ce7f1a983b07 0abd0691 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/09/23 22:23 linux-next ce7f1a983b07 0abd0691 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/10/25 17:32 upstream 566771afc7a8 c0460fcd .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/10/26 00:26 linux-next 72fb0170ef1f c0460fcd .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/17 22:15 upstream 6a23ae0a96a6 ef766cd7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/17 14:38 upstream 6a23ae0a96a6 ef766cd7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/16 03:34 upstream f824272b6e3f f7988ea4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/14 14:33 upstream 6da43bbeb691 f7988ea4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/13 21:52 upstream 2ccec5944606 07e030de .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/10 05:49 upstream f850568efe3a 4e1406b4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-386 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/17 15:39 upstream 6a23ae0a96a6 de73685d .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/17 11:24 upstream 6a23ae0a96a6 c1ade9dd .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/17 12:07 upstream 6a23ae0a96a6 de73685d .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/02 13:20 upstream 691d401c7e0e 2c50b6a9 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-arm64-compat BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/12 05:37 linux-next 2666975a8905 4e1406b4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/11 06:19 linux-next 2666975a8905 4e1406b4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 17:44 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 16:46 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 15:46 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 14:25 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 13:20 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 11:18 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 11:12 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 09:53 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 08:36 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 07:15 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 06:04 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 05:56 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 03:37 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 02:16 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 64219f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/25 00:34 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 23:19 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 22:06 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 20:38 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 19:57 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 18:28 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 17:11 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 16:51 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 16:43 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 16:36 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 16:28 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 16:28 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 14:09 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 14:09 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 bf6fe8fe .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 12:09 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 4fb8ef37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 10:42 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 4fb8ef37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 09:07 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 4fb8ef37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/24 06:58 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 3812f8fa7c83 4fb8ef37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/20 13:47 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 7e40c6791cc8 e14dbeb9 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/19 18:12 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 7e40c6791cc8 e14dbeb9 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/12 19:55 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 7e40c6791cc8 a066d2bc .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/12 19:54 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 7e40c6791cc8 a066d2bc .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/10 23:53 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f 48b27acc .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/07 14:29 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f cee4cb10 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/02 23:17 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f d4611817 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/12/02 10:56 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f d4611817 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/30 20:01 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f 01c07bfe .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/30 13:09 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f 01c07bfe .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/29 10:26 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f 01c07bfe .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/27 23:40 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next 0f226cf6026f e8331348 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
2025/11/27 10:48 git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git for-next c0fe46b64f12 e8331348 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu2-riscv64 BUG: sleeping function called from invalid context in hook_sb_delete
* Struck through repros no longer work on HEAD.