syzbot


general protection fault in arp_create

Status: auto-obsoleted due to no activity on 2024/10/17 18:02
Subsystems: net
[Documentation on labels]
Reported-by: syzbot+e853a4ab28f206e63cad@syzkaller.appspotmail.com
First crash: 185d, last: 95d
Similar bugs (1)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-5.15 general protection fault in arp_create 1 34d 34d 0/3 upstream: reported on 2024/09/18 05:27

Sample crash report:
Oops: general protection fault, probably for non-canonical address 0xdffffc0000000016: 0000 [#1] PREEMPT SMP KASAN PTI
KASAN: null-ptr-deref in range [0x00000000000000b0-0x00000000000000b7]
CPU: 0 PID: 35 Comm: kworker/u8:2 Not tainted 6.10.0-rc7-syzkaller-00266-g4d145e3f830b #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/07/2024
Workqueue: bat_events batadv_bla_periodic_work
RIP: 0010:arp_create+0x46/0x920 net/ipv4/arp.c:554
Code: 49 89 ce 89 54 24 3c 89 74 24 30 89 fb 49 bd 00 00 00 00 00 fc ff df e8 08 54 9c f7 49 8d be b4 00 00 00 48 89 f8 48 c1 e8 03 <42> 0f b6 04 28 84 c0 0f 85 ef 05 00 00 45 0f b7 a6 b4 00 00 00 49
RSP: 0018:ffffc90000ab7910 EFLAGS: 00010203
RAX: 0000000000000016 RBX: 0000000000000002 RCX: ffff8880182f3c00
RDX: 0000000000000000 RSI: 0000000000000806 RDI: 00000000000000b4
RBP: ffffc90000ab7a90 R08: 0000000000000000 R09: 0000000000000000
R10: dffffc0000000000 R11: fffff52000156f44 R12: ffff88807d128018
R13: dffffc0000000000 R14: 0000000000000000 R15: 0000000000000002
FS:  0000000000000000(0000) GS:ffff8880b9400000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000001b33e8fff8 CR3: 000000007337e000 CR4: 00000000003506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <TASK>
 batadv_bla_send_claim+0x16f/0xe80 net/batman-adv/bridge_loop_avoidance.c:361
 batadv_bla_send_announce net/batman-adv/bridge_loop_avoidance.c:675 [inline]
 batadv_bla_periodic_work+0x5dc/0xaf0 net/batman-adv/bridge_loop_avoidance.c:1481
 process_one_work kernel/workqueue.c:3248 [inline]
 process_scheduled_works+0xa2c/0x1830 kernel/workqueue.c:3329
 worker_thread+0x86d/0xd50 kernel/workqueue.c:3409
 kthread+0x2f0/0x390 kernel/kthread.c:389
 ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147
 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244
 </TASK>
Modules linked in:
---[ end trace 0000000000000000 ]---
RIP: 0010:arp_create+0x46/0x920 net/ipv4/arp.c:554
Code: 49 89 ce 89 54 24 3c 89 74 24 30 89 fb 49 bd 00 00 00 00 00 fc ff df e8 08 54 9c f7 49 8d be b4 00 00 00 48 89 f8 48 c1 e8 03 <42> 0f b6 04 28 84 c0 0f 85 ef 05 00 00 45 0f b7 a6 b4 00 00 00 49
RSP: 0018:ffffc90000ab7910 EFLAGS: 00010203
RAX: 0000000000000016 RBX: 0000000000000002 RCX: ffff8880182f3c00
RDX: 0000000000000000 RSI: 0000000000000806 RDI: 00000000000000b4
RBP: ffffc90000ab7a90 R08: 0000000000000000 R09: 0000000000000000
R10: dffffc0000000000 R11: fffff52000156f44 R12: ffff88807d128018
R13: dffffc0000000000 R14: 0000000000000000 R15: 0000000000000002
FS:  0000000000000000(0000) GS:ffff8880b9500000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fd1685b0cbd CR3: 0000000022380000 CR4: 00000000003506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
----------------
Code disassembly (best guess):
   0:	49 89 ce             	mov    %rcx,%r14
   3:	89 54 24 3c          	mov    %edx,0x3c(%rsp)
   7:	89 74 24 30          	mov    %esi,0x30(%rsp)
   b:	89 fb                	mov    %edi,%ebx
   d:	49 bd 00 00 00 00 00 	movabs $0xdffffc0000000000,%r13
  14:	fc ff df
  17:	e8 08 54 9c f7       	call   0xf79c5424
  1c:	49 8d be b4 00 00 00 	lea    0xb4(%r14),%rdi
  23:	48 89 f8             	mov    %rdi,%rax
  26:	48 c1 e8 03          	shr    $0x3,%rax
* 2a:	42 0f b6 04 28       	movzbl (%rax,%r13,1),%eax <-- trapping instruction
  2f:	84 c0                	test   %al,%al
  31:	0f 85 ef 05 00 00    	jne    0x626
  37:	45 0f b7 a6 b4 00 00 	movzwl 0xb4(%r14),%r12d
  3e:	00
  3f:	49                   	rex.WB

Crashes (3):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/07/14 18:57 upstream 4d145e3f830b eaeb5c15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce general protection fault in arp_create
2024/04/20 00:32 upstream 3cdb45594619 af24b050 .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs general protection fault in arp_create
2024/07/19 18:01 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci c912bf709078 ee4e11c8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 BUG: unable to handle kernel paging request in arp_create
* Struck through repros no longer work on HEAD.