general protection fault in __bh_submit

Status: upstream: reported C repro on 2026/09/01 03:50
Subsystems: ext4
Labels: prio:high
[Documentation on labels]
Reported-by: syzbot+41453ea05ab61c075f1f@syzkaller.appspotmail.com
First crash: 11d, last: now
✨ AI Jobs (1)
ID Workflow Result Correct Bug Created Started Finished Revision
59b016ea assessment-security DenialOfService: ✅ Exploitable: ❌ FilesystemTrigger: ✅ NetworkTrigger: ❌ PeripheralTrigger: ✅ RemoteTrigger: ❌ Unprivileged: ✅ UserNamespace: ✅ VMGuestTrigger: ✅ VMHostTrigger: ✅ general protection fault in __bh_submit 2026/09/02 00:01 2026/09/02 00:01 2026/09/02 01:01 587f6b29
Discussions (2)
Title Replies (including bot) Last reply
[syzbot] [ext4?] general protection fault in __bh_submit 0 (3) 2026/09/04 12:04
Re: [PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit() 3 (3) 2026/09/04 10:35
Last patch testing requests (1)
Created Duration User Patch Repo Result
2026/09/02 20:11 27m pavankumaryalagada@gmail.com patch git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 8b72f6626dc39b9e7e82b2721d4f7c3b86286012 OK job log log
Cause bisection attempts (2)
Created Duration User Patch Repo Result
2026/09/10 06:14 0m bisect linux-next error
2026/09/02 05:04 0m bisect linux-next error

Sample crash report:
Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] SMP KASAN PTI
KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
CPU: 0 UID: 0 PID: 4945 Comm: jbd2/sda1-8 Not tainted syzkaller #0 PREEMPT(full) 
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/24/2026
RIP: 0010:const_folio_flags include/linux/page-flags.h:345 [inline]
RIP: 0010:folio_test_dropbehind include/linux/page-flags.h:600 [inline]
RIP: 0010:__bh_submit+0x22d/0x8d0 fs/buffer.c:1109
Code: c1 e8 03 48 89 44 24 18 42 80 3c 20 00 74 08 48 89 df e8 f6 e7 d7 ff 48 89 5c 24 28 48 8b 1b 4c 8d 7b 08 4c 89 f8 48 c1 e8 03 <42> 80 3c 20 00 74 08 4c 89 ff e8 d4 e7 d7 ff 4d 8b 3f 4c 89 fe 48
RSP: 0018:ffffc9000753f868 EFLAGS: 00010202
RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffffff84b9a9a9
RDX: 0000000000000001 RSI: 0000000000000004 RDI: ffff8880739467a0
RBP: 0000000000009801 R08: ffff8880739467ff R09: 1ffff1100e728cff
R10: dffffc0000000000 R11: ffffed100e728d00 R12: dffffc0000000000
R13: ffff888073946780 R14: ffff888076b240e0 R15: 0000000000000008
FS:  0000000000000000(0000) GS:ffff888124cc0000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007ffa1d208708 CR3: 000000000eb48000 CR4: 00000000003526f0
Call Trace:
 <TASK>
 jbd2_journal_commit_transaction+0x2285/0x5c80 fs/jbd2/commit.c:751
 kjournald2+0x3bc/0x740 fs/jbd2/journal.c:200
 kthread+0x38b/0x480 kernel/kthread.c:436
 ret_from_fork+0x514/0xb70 arch/x86/kernel/process.c:158
 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:const_folio_flags include/linux/page-flags.h:345 [inline]
RIP: 0010:folio_test_dropbehind include/linux/page-flags.h:600 [inline]
RIP: 0010:__bh_submit+0x22d/0x8d0 fs/buffer.c:1109
Code: c1 e8 03 48 89 44 24 18 42 80 3c 20 00 74 08 48 89 df e8 f6 e7 d7 ff 48 89 5c 24 28 48 8b 1b 4c 8d 7b 08 4c 89 f8 48 c1 e8 03 <42> 80 3c 20 00 74 08 4c 89 ff e8 d4 e7 d7 ff 4d 8b 3f 4c 89 fe 48
RSP: 0018:ffffc9000753f868 EFLAGS: 00010202
RAX: 0000000000000001 RBX: 0000000000000000 RCX: ffffffff84b9a9a9
RDX: 0000000000000001 RSI: 0000000000000004 RDI: ffff8880739467a0
RBP: 0000000000009801 R08: ffff8880739467ff R09: 1ffff1100e728cff
R10: dffffc0000000000 R11: ffffed100e728d00 R12: dffffc0000000000
R13: ffff888073946780 R14: ffff888076b240e0 R15: 0000000000000008
FS:  0000000000000000(0000) GS:ffff888124cc0000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007ffa1d208708 CR3: 000000007f076000 CR4: 00000000003526f0
----------------
Code disassembly (best guess):
   0:	c1 e8 03             	shr    $0x3,%eax
   3:	48 89 44 24 18       	mov    %rax,0x18(%rsp)
   8:	42 80 3c 20 00       	cmpb   $0x0,(%rax,%r12,1)
   d:	74 08                	je     0x17
   f:	48 89 df             	mov    %rbx,%rdi
  12:	e8 f6 e7 d7 ff       	call   0xffd7e80d
  17:	48 89 5c 24 28       	mov    %rbx,0x28(%rsp)
  1c:	48 8b 1b             	mov    (%rbx),%rbx
  1f:	4c 8d 7b 08          	lea    0x8(%rbx),%r15
  23:	4c 89 f8             	mov    %r15,%rax
  26:	48 c1 e8 03          	shr    $0x3,%rax
* 2a:	42 80 3c 20 00       	cmpb   $0x0,(%rax,%r12,1) <-- trapping instruction
  2f:	74 08                	je     0x39
  31:	4c 89 ff             	mov    %r15,%rdi
  34:	e8 d4 e7 d7 ff       	call   0xffd7e80d
  39:	4d 8b 3f             	mov    (%r15),%r15
  3c:	4c 89 fe             	mov    %r15,%rsi
  3f:	48                   	rex.W

Crashes (22048):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/09/04 12:04 linux-next 9d80aa4617b3 801f0966 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 19:21 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 18:18 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 10:06 linux-next 9d80aa4617b3 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 08:31 linux-next 9d80aa4617b3 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 07:35 linux-next a9d7ced84989 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 07:23 linux-next 9d80aa4617b3 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 06:56 linux-next a9d7ced84989 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 06:16 linux-next a9d7ced84989 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 05:23 linux-next 9d80aa4617b3 1fe56c0a .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 04:55 linux-next a9d7ced84989 1fe56c0a .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 01:30 linux-next 9d80aa4617b3 1fe56c0a .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 00:21 linux-next 9d80aa4617b3 1fe56c0a .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 23:47 linux-next 9d80aa4617b3 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 23:03 linux-next 9d80aa4617b3 1fe56c0a .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 17:35 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 17:29 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 15:26 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 15:16 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 14:37 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] [mounted in repro #1 (corrupt fs)] [mounted in repro #2 (clean fs)] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 14:15 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 13:51 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 12:07 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 12:02 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 10:32 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 10:11 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 09:51 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 08:57 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 08:19 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 07:46 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 07:34 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 07:32 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 06:51 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 06:03 linux-next 9d80aa4617b3 4e8b1cc6 .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 05:49 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 05:20 linux-next a9d7ced84989 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/10 02:53 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 02:08 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 01:20 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/10 00:21 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/09 23:34 linux-next 9d80aa4617b3 4e8b1cc6 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/02 20:08 linux-next 32b6ef9a5d0e 85995287 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/02 03:24 linux-next 8b72f6626dc3 587f6b29 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/01 16:36 linux-next 89c07d98716a 316d9396 .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/01 03:18 linux-next 89c07d98716a 316d9396 .config console log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/01 01:22 linux-next 89c07d98716a 316d9396 .config strace log report syz / log [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 20:59 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 20:44 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 20:32 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 20:21 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 20:12 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 20:00 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 19:48 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 19:34 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 19:23 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 19:10 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 18:56 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 18:36 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 18:24 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 18:10 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 17:58 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 17:48 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 17:41 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 17:30 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 17:23 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 17:15 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 17:07 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:59 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:51 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:43 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:33 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:27 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:18 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 16:11 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 16:03 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 15:56 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 15:44 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 15:32 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 15:24 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 15:07 linux-next a9d7ced84989 b6a5eeb7 .config console log report [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 14:53 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 14:36 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 14:18 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 14:08 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 13:53 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 13:42 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
2026/09/11 13:35 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 13:24 linux-next a9d7ced84989 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __bh_submit
2026/09/11 13:06 linux-next 9d80aa4617b3 b6a5eeb7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-rust-kasan-gce general protection fault in __bh_submit
* Struck through repros no longer work on HEAD.