syzbot


general protection fault in __gfs2_trans_begin

Status: upstream: reported C repro on 2025/08/21 06:50
Subsystems: gfs2
[Documentation on labels]
Reported-by: syzbot+a3a4e5eee651210c6887@syzkaller.appspotmail.com
First crash: 237d, last: 5h14m
Cause bisection: failed (error log, bisect log)
  
Discussions (1)
Title Replies (including bot) Last reply
[syzbot] [gfs2?] general protection fault in __gfs2_trans_begin 0 (1) 2025/08/21 06:50
Last patch testing requests (2)
Created Duration User Patch Repo Result
2025/11/21 00:49 43m retest repro linux-next OK log
2025/09/05 05:21 23m retest repro linux-next report log

Sample crash report:
Oops: general protection fault, probably for non-canonical address 0xdffffc0000000011: 0000 [#1] SMP KASAN NOPTI
KASAN: null-ptr-deref in range [0x0000000000000088-0x000000000000008f]
CPU: 1 UID: 0 PID: 2099 Comm: kworker/1:1H Not tainted syzkaller #0 PREEMPT(full) 
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/12/2026
Workqueue: gfs2-glock/syz:syz glock_work_func
RIP: 0010:__gfs2_trans_begin+0x3b2/0xbc0 fs/gfs2/trans.c:73
Code: 80 3c 02 00 0f 85 21 07 00 00 4c 8b a5 f0 09 00 00 48 b8 00 00 00 00 00 fc ff df 49 8d bc 24 8c 00 00 00 48 89 fa 48 c1 ea 03 <0f> b6 14 02 48 89 f8 83 e0 07 83 c0 03 38 d0 7c 08 84 d2 0f 85 ba
RSP: 0018:ffffc90006fb7930 EFLAGS: 00010217
RAX: dffffc0000000000 RBX: ffffc90006fb7a18 RCX: ffffffff846974c8
RDX: 0000000000000011 RSI: ffffffff846974d6 RDI: 000000000000008c
RBP: ffff88807b744000 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: ffff88807b7440a8 R14: 1ffff92000df6f2a R15: 0000000000000004
FS:  0000000000000000(0000) GS:ffff88812444a000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000002000 CR3: 000000005fd62000 CR4: 0000000000350ef0
Call Trace:
 <TASK>
 gfs2_ail_empty_gl+0x239/0x2d0 fs/gfs2/glops.c:125
 inode_go_sync+0x21d/0x5a0 fs/gfs2/glops.c:332
 do_xmote+0x1da/0x680 fs/gfs2/glock.c:688
 run_queue+0x555/0x6a0 fs/gfs2/glock.c:784
 glock_work_func+0x127/0x4d0 fs/gfs2/glock.c:1011
 process_one_work+0x9d7/0x1920 kernel/workqueue.c:3275
 process_scheduled_works kernel/workqueue.c:3358 [inline]
 worker_thread+0x5da/0xe40 kernel/workqueue.c:3439
 kthread+0x370/0x450 kernel/kthread.c:467
 ret_from_fork+0x754/0xd80 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:__gfs2_trans_begin+0x3b2/0xbc0 fs/gfs2/trans.c:73
Code: 80 3c 02 00 0f 85 21 07 00 00 4c 8b a5 f0 09 00 00 48 b8 00 00 00 00 00 fc ff df 49 8d bc 24 8c 00 00 00 48 89 fa 48 c1 ea 03 <0f> b6 14 02 48 89 f8 83 e0 07 83 c0 03 38 d0 7c 08 84 d2 0f 85 ba
RSP: 0018:ffffc90006fb7930 EFLAGS: 00010217
RAX: dffffc0000000000 RBX: ffffc90006fb7a18 RCX: ffffffff846974c8
RDX: 0000000000000011 RSI: ffffffff846974d6 RDI: 000000000000008c
RBP: ffff88807b744000 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: ffff88807b7440a8 R14: 1ffff92000df6f2a R15: 0000000000000004
FS:  0000000000000000(0000) GS:ffff88812444a000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000200000003000 CR3: 000000005fd62000 CR4: 0000000000350ef0
----------------
Code disassembly (best guess):
   0:	80 3c 02 00          	cmpb   $0x0,(%rdx,%rax,1)
   4:	0f 85 21 07 00 00    	jne    0x72b
   a:	4c 8b a5 f0 09 00 00 	mov    0x9f0(%rbp),%r12
  11:	48 b8 00 00 00 00 00 	movabs $0xdffffc0000000000,%rax
  18:	fc ff df
  1b:	49 8d bc 24 8c 00 00 	lea    0x8c(%r12),%rdi
  22:	00
  23:	48 89 fa             	mov    %rdi,%rdx
  26:	48 c1 ea 03          	shr    $0x3,%rdx
* 2a:	0f b6 14 02          	movzbl (%rdx,%rax,1),%edx <-- trapping instruction
  2e:	48 89 f8             	mov    %rdi,%rax
  31:	83 e0 07             	and    $0x7,%eax
  34:	83 c0 03             	add    $0x3,%eax
  37:	38 d0                	cmp    %dl,%al
  39:	7c 08                	jl     0x43
  3b:	84 d2                	test   %dl,%dl
  3d:	0f                   	.byte 0xf
  3e:	85                   	.byte 0x85
  3f:	ba                   	.byte 0xba

Crashes (75):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/02/24 20:49 upstream 7dff99b35460 96b1aa46 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in __gfs2_trans_begin
2026/02/23 21:16 upstream 6de23f81a5e0 305c0ec5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in __gfs2_trans_begin
2026/02/23 19:13 upstream 6de23f81a5e0 305c0ec5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/23 08:12 upstream 6de23f81a5e0 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/19 19:46 upstream 2b7a25df823d 73a252ac .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/16 16:30 upstream 0f2acd3148e0 5d52cba5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/15 20:14 upstream bb7a3fc2c976 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/15 14:40 upstream ca4ee40bf13d 1e62d198 .config console log report info [disk image] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/14 04:01 upstream cd7a5651db26 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/14 03:34 upstream cd7a5651db26 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/13 19:14 upstream cee73b1e840c 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/04 17:28 upstream 5fd0a1df5d05 ea10c935 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/04 16:07 upstream 5fd0a1df5d05 ea10c935 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/04 12:42 upstream de0674d9bc69 42b01fab .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/30 06:16 upstream 4d310797262f bfa73b7b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/29 22:35 upstream 8dfce8991b95 aeb6fdd5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in __gfs2_trans_begin
2026/01/28 12:25 upstream 1f97d9dcf536 004c195c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/27 11:47 upstream fcb70a56f4d8 9a514c2f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/25 07:23 upstream 12a0094839d0 40acda8a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/25 07:22 upstream 12a0094839d0 40acda8a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/21 21:44 upstream 6c790212c588 6f1aa2f9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/13 14:04 upstream b71e635feefc d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/12 01:55 upstream 755bc1335e3b d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/11 18:22 upstream 755bc1335e3b d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/11 04:44 upstream 97313d6113ab d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/10 13:01 upstream b6151c4e60e5 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/07 18:23 upstream f0b9d8eb98df d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/04 11:14 upstream aacb0a6d604a d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/03 14:03 upstream 805f9a061372 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in __gfs2_trans_begin
2025/12/30 03:20 upstream 8640b74557fc d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/17 08:21 upstream ea1013c15392 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/16 17:52 upstream 40fbbd64bba6 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/14 17:34 upstream 8f0b4cce4481 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/14 06:19 upstream 9d9c1cfec01c d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/11 06:33 upstream 8c8081cc599f d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/06 10:17 upstream 7203ca412fc8 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/05 21:56 upstream 2061f18ad76e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/05 21:55 upstream 2061f18ad76e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/07/07 10:40 upstream d7b8f8e20813 4f67c4ae .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/07/02 19:44 upstream b4911fb0b060 0cd59a8f .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root general protection fault in __gfs2_trans_begin
2025/09/26 05:57 upstream 4ff71af020ae 0abd0691 .config console log report [disk image (non-bootable)] [vmlinux] [kernel image] ci-snapshot-upstream-root general protection fault in __gfs2_trans_begin
2026/02/22 20:18 linux-next d4906ae14a5f 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/17 05:06 linux-next 350adaf7fde9 e439b951 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/16 10:22 linux-next 635c467cc14e 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/15 23:02 linux-next 635c467cc14e 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/09 12:53 linux-next 9845cf73f7db df949cd9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/09 11:40 linux-next 9845cf73f7db df949cd9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/02/07 19:24 linux-next 9845cf73f7db 4c131dc4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/27 05:36 linux-next 615aad0f61e0 efb3e894 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/26 12:43 linux-next ca3a02fda4da a4c52dd6 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/26 02:37 linux-next ca3a02fda4da 55756628 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/17 22:21 linux-next 46fe65a2c28e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/03 02:12 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/01 06:08 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2026/01/01 05:53 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/23 13:06 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/22 10:18 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/21 09:10 linux-next cc3aa43b44bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/15 02:07 linux-next d9771d0dbe18 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/08 21:25 linux-next 82bcd04d124a d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/12/02 18:24 linux-next 7d31f578f323 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/30 16:21 linux-next 7d31f578f323 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/29 22:49 linux-next 7d31f578f323 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/23 22:35 linux-next d724c6f85e80 4fb8ef37 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/22 07:10 linux-next d724c6f85e80 c31c1b0b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/22 04:54 linux-next d724c6f85e80 c31c1b0b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/11/06 23:35 linux-next df5d79720b15 4e1406b4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/08/21 06:50 linux-next 5303936d609e 0b9605c8 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
2025/08/21 03:45 linux-next 5303936d609e 0b9605c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root general protection fault in __gfs2_trans_begin
* Struck through repros no longer work on HEAD.