syzbot


KCSAN: data-race in packet_do_bind / packet_getname (2)

Status: closed as invalid on 2020/06/18 14:24
Subsystems: net
[Documentation on labels]
First crash: 1461d, last: 1439d
Similar bugs (4)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KCSAN: data-race in packet_do_bind / packet_getname net 16 1547d 1645d 0/26 auto-closed as invalid on 2020/04/11 02:48
upstream KCSAN: data-race in packet_do_bind / packet_getname (5) net 4 1046d 1046d 20/26 fixed on 2021/11/10 00:50
upstream KCSAN: data-race in packet_do_bind / packet_getname (3) net 8 1330d 1368d 0/26 auto-closed as invalid on 2020/10/09 06:50
upstream KCSAN: data-race in packet_do_bind / packet_getname (4) net 5 1182d 1232d 0/26 auto-closed as invalid on 2021/03/06 13:33

Sample crash report:
==================================================================
BUG: KCSAN: data-race in packet_do_bind / packet_getname

write to 0xffff8880ace11cc4 of 4 bytes by task 9512 on cpu 1:
 packet_do_bind+0x1c5/0x600 net/packet/af_packet.c:3155
 packet_bind+0x9f/0xe0 net/packet/af_packet.c:3219
 __sys_bind+0x1ac/0x1e0 net/socket.c:1662
 __do_sys_bind net/socket.c:1673 [inline]
 __se_sys_bind net/socket.c:1671 [inline]
 __x64_sys_bind+0x48/0x60 net/socket.c:1671
 do_syscall_64+0xc7/0x3b0 arch/x86/entry/common.c:295
 entry_SYSCALL_64_after_hwframe+0x44/0xa9

read to 0xffff8880ace11cc4 of 4 bytes by task 9517 on cpu 0:
 packet_getname+0xb5/0x1b0 net/packet/af_packet.c:3493
 __sys_getsockname+0xa4/0x160 net/socket.c:1910
 __do_sys_getsockname net/socket.c:1925 [inline]
 __se_sys_getsockname net/socket.c:1922 [inline]
 __x64_sys_getsockname+0x48/0x60 net/socket.c:1922
 do_syscall_64+0xc7/0x3b0 arch/x86/entry/common.c:295
 entry_SYSCALL_64_after_hwframe+0x44/0xa9

Reported by Kernel Concurrency Sanitizer on:
CPU: 0 PID: 9517 Comm: syz-executor.2 Not tainted 5.7.0-rc1-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
==================================================================
Kernel panic - not syncing: panic_on_warn set ...
CPU: 0 PID: 9517 Comm: syz-executor.2 Not tainted 5.7.0-rc1-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:77 [inline]
 dump_stack+0x11d/0x187 lib/dump_stack.c:118
 panic+0x210/0x640 kernel/panic.c:221
 kcsan_report.cold+0xc/0x1a kernel/kcsan/report.c:626
 kcsan_setup_watchpoint+0x3fb/0x440 kernel/kcsan/core.c:519
 packet_getname+0xb5/0x1b0 net/packet/af_packet.c:3493
 __sys_getsockname+0xa4/0x160 net/socket.c:1910
 __do_sys_getsockname net/socket.c:1925 [inline]
 __se_sys_getsockname net/socket.c:1922 [inline]
 __x64_sys_getsockname+0x48/0x60 net/socket.c:1922
 do_syscall_64+0xc7/0x3b0 arch/x86/entry/common.c:295
 entry_SYSCALL_64_after_hwframe+0x44/0xa9
RIP: 0033:0x45ca29
Code: 0d b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 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 0f 83 db b6 fb ff c3 66 2e 0f 1f 84 00 00 00 00
RSP: 002b:00007fa57b3b9c78 EFLAGS: 00000246 ORIG_RAX: 0000000000000033
RAX: ffffffffffffffda RBX: 00000000004dd440 RCX: 000000000045ca29
RDX: 0000000020000000 RSI: 00000000200003c0 RDI: 0000000000000004
RBP: 000000000078bfa0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00000000ffffffff
R13: 0000000000000118 R14: 00000000004c3b87 R15: 00007fa57b3ba6d4
Kernel Offset: disabled
Rebooting in 86400 seconds..

Crashes (2):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2020/05/18 09:41 https://github.com/google/ktsan.git kcsan 7c3cd68e5d38 37bccd4e .config console log report ci2-upstream-kcsan-gce
2020/04/26 06:36 https://github.com/google/ktsan.git kcsan 7c3cd68e5d38 b8bb8e5f .config console log report ci2-upstream-kcsan-gce
* Struck through repros no longer work on HEAD.