syzbot


KMSAN: uninit-value in __ip_select_ident

Status: closed as invalid on 2018/09/21 18:23
Subsystems: net
[Documentation on labels]
First crash: 2137d, last: 2059d
Similar bugs (1)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KMSAN: uninit-value in __ip_select_ident (2) net 28 1598d 1601d 0/26 auto-closed as invalid on 2020/03/09 13:54

Sample crash report:
==================================================================
BUG: KMSAN: uninit-value in __read_once_size include/linux/compiler.h:197 [inline]
BUG: KMSAN: uninit-value in ip_idents_reserve net/ipv4/route.c:484 [inline]
BUG: KMSAN: uninit-value in __ip_select_ident+0x438/0x7c0 net/ipv4/route.c:512
CPU: 0 PID: 8456 Comm: syz-executor6 Not tainted 4.19.0-rc1+ #41
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+0x14b/0x190 lib/dump_stack.c:113
 kmsan_report+0x183/0x2b0 mm/kmsan/kmsan.c:956
 __msan_warning+0x70/0xc0 mm/kmsan/kmsan_instr.c:645
 __read_once_size include/linux/compiler.h:197 [inline]
 ip_idents_reserve net/ipv4/route.c:484 [inline]
 __ip_select_ident+0x438/0x7c0 net/ipv4/route.c:512
 iptunnel_xmit+0x7de/0xd50 net/ipv4/ip_tunnel_core.c:89
 ip_tunnel_xmit+0x33e1/0x3750 net/ipv4/ip_tunnel.c:778
 __gre_xmit net/ipv4/ip_gre.c:449 [inline]
 ipgre_xmit+0xdcf/0xeb0 net/ipv4/ip_gre.c:703
 __netdev_start_xmit include/linux/netdevice.h:4287 [inline]
 netdev_start_xmit include/linux/netdevice.h:4296 [inline]
 xmit_one net/core/dev.c:3217 [inline]
 dev_hard_start_xmit+0x5df/0xc20 net/core/dev.c:3233
 __dev_queue_xmit+0x2f35/0x3ab0 net/core/dev.c:3803
 dev_queue_xmit+0x4b/0x60 net/core/dev.c:3836
 packet_snd net/packet/af_packet.c:2925 [inline]
 packet_sendmsg+0x80ff/0x8c60 net/packet/af_packet.c:2950
 sock_sendmsg_nosec net/socket.c:621 [inline]
 sock_sendmsg net/socket.c:631 [inline]
 ___sys_sendmsg+0xe70/0x1290 net/socket.c:2114
 __sys_sendmsg net/socket.c:2152 [inline]
 __do_sys_sendmsg net/socket.c:2161 [inline]
 __se_sys_sendmsg+0x2a3/0x3d0 net/socket.c:2159
IPVS: set_ctl: invalid protocol: 110 172.20.20.12:20000
 __x64_sys_sendmsg+0x4a/0x70 net/socket.c:2159
IPVS: set_ctl: invalid protocol: 110 172.20.20.12:20000
 do_syscall_64+0xb8/0x100 arch/x86/entry/common.c:291
 entry_SYSCALL_64_after_hwframe+0x63/0xe7
RIP: 0033:0x457099
Code: fd b4 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 cb b4 fb ff c3 66 2e 0f 1f 84 00 00 00 00
RSP: 002b:00007fa4ab7bbc78 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
RAX: ffffffffffffffda RBX: 00007fa4ab7bc6d4 RCX: 0000000000457099
RDX: 0000000000000000 RSI: 0000000020001540 RDI: 0000000000000003
RBP: 0000000000930140 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00000000ffffffff
R13: 00000000004d4b30 R14: 00000000004c90b1 R15: 0000000000000001

Uninit was stored to memory at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:256 [inline]
 kmsan_save_stack mm/kmsan/kmsan.c:271 [inline]
 kmsan_internal_chain_origin+0x128/0x210 mm/kmsan/kmsan.c:573
 __msan_chain_origin+0x69/0xc0 mm/kmsan/kmsan_instr.c:482
 iptunnel_xmit+0xa5e/0xd50 net/ipv4/ip_tunnel_core.c:86
 ip_tunnel_xmit+0x33e1/0x3750 net/ipv4/ip_tunnel.c:778
 __gre_xmit net/ipv4/ip_gre.c:449 [inline]
 ipgre_xmit+0xdcf/0xeb0 net/ipv4/ip_gre.c:703
 __netdev_start_xmit include/linux/netdevice.h:4287 [inline]
 netdev_start_xmit include/linux/netdevice.h:4296 [inline]
 xmit_one net/core/dev.c:3217 [inline]
 dev_hard_start_xmit+0x5df/0xc20 net/core/dev.c:3233
 __dev_queue_xmit+0x2f35/0x3ab0 net/core/dev.c:3803
 dev_queue_xmit+0x4b/0x60 net/core/dev.c:3836
 packet_snd net/packet/af_packet.c:2925 [inline]
 packet_sendmsg+0x80ff/0x8c60 net/packet/af_packet.c:2950
 sock_sendmsg_nosec net/socket.c:621 [inline]
 sock_sendmsg net/socket.c:631 [inline]
 ___sys_sendmsg+0xe70/0x1290 net/socket.c:2114
 __sys_sendmsg net/socket.c:2152 [inline]
 __do_sys_sendmsg net/socket.c:2161 [inline]
 __se_sys_sendmsg+0x2a3/0x3d0 net/socket.c:2159
 __x64_sys_sendmsg+0x4a/0x70 net/socket.c:2159
 do_syscall_64+0xb8/0x100 arch/x86/entry/common.c:291
 entry_SYSCALL_64_after_hwframe+0x63/0xe7

Uninit was stored to memory at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:256 [inline]
 kmsan_save_stack mm/kmsan/kmsan.c:271 [inline]
 kmsan_internal_chain_origin+0x128/0x210 mm/kmsan/kmsan.c:573
 __msan_chain_origin+0x69/0xc0 mm/kmsan/kmsan_instr.c:482
 ip_tunnel_init_flow include/net/ip_tunnels.h:267 [inline]
 ip_tunnel_xmit+0xa24/0x3750 net/ipv4/ip_tunnel.c:706
 __gre_xmit net/ipv4/ip_gre.c:449 [inline]
 ipgre_xmit+0xdcf/0xeb0 net/ipv4/ip_gre.c:703
 __netdev_start_xmit include/linux/netdevice.h:4287 [inline]
 netdev_start_xmit include/linux/netdevice.h:4296 [inline]
 xmit_one net/core/dev.c:3217 [inline]
 dev_hard_start_xmit+0x5df/0xc20 net/core/dev.c:3233
 __dev_queue_xmit+0x2f35/0x3ab0 net/core/dev.c:3803
 dev_queue_xmit+0x4b/0x60 net/core/dev.c:3836
 packet_snd net/packet/af_packet.c:2925 [inline]
 packet_sendmsg+0x80ff/0x8c60 net/packet/af_packet.c:2950
 sock_sendmsg_nosec net/socket.c:621 [inline]
 sock_sendmsg net/socket.c:631 [inline]
 ___sys_sendmsg+0xe70/0x1290 net/socket.c:2114
 __sys_sendmsg net/socket.c:2152 [inline]
 __do_sys_sendmsg net/socket.c:2161 [inline]
 __se_sys_sendmsg+0x2a3/0x3d0 net/socket.c:2159
 __x64_sys_sendmsg+0x4a/0x70 net/socket.c:2159
 do_syscall_64+0xb8/0x100 arch/x86/entry/common.c:291
 entry_SYSCALL_64_after_hwframe+0x63/0xe7

Uninit was stored to memory at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:256 [inline]
 kmsan_save_stack mm/kmsan/kmsan.c:271 [inline]
 kmsan_internal_chain_origin+0x128/0x210 mm/kmsan/kmsan.c:573
 kmsan_memcpy_origins+0x13d/0x1b0 mm/kmsan/kmsan.c:397
 __msan_memcpy+0xc3/0x130 mm/kmsan/kmsan_instr.c:431
 pskb_expand_head+0x3b3/0x19c0 net/core/skbuff.c:1473
 __skb_cow include/linux/skbuff.h:2911 [inline]
 skb_cow_head include/linux/skbuff.h:2945 [inline]
 ipgre_xmit+0x4bc/0xeb0 net/ipv4/ip_gre.c:682
 __netdev_start_xmit include/linux/netdevice.h:4287 [inline]
 netdev_start_xmit include/linux/netdevice.h:4296 [inline]
 xmit_one net/core/dev.c:3217 [inline]
 dev_hard_start_xmit+0x5df/0xc20 net/core/dev.c:3233
 __dev_queue_xmit+0x2f35/0x3ab0 net/core/dev.c:3803
 dev_queue_xmit+0x4b/0x60 net/core/dev.c:3836
 packet_snd net/packet/af_packet.c:2925 [inline]
 packet_sendmsg+0x80ff/0x8c60 net/packet/af_packet.c:2950
 sock_sendmsg_nosec net/socket.c:621 [inline]
 sock_sendmsg net/socket.c:631 [inline]
 ___sys_sendmsg+0xe70/0x1290 net/socket.c:2114
 __sys_sendmsg net/socket.c:2152 [inline]
 __do_sys_sendmsg net/socket.c:2161 [inline]
 __se_sys_sendmsg+0x2a3/0x3d0 net/socket.c:2159
 __x64_sys_sendmsg+0x4a/0x70 net/socket.c:2159
 do_syscall_64+0xb8/0x100 arch/x86/entry/common.c:291
 entry_SYSCALL_64_after_hwframe+0x63/0xe7

Uninit was created at:
 kmsan_save_stack_with_flags mm/kmsan/kmsan.c:256 [inline]
 kmsan_internal_poison_shadow+0xb8/0x1b0 mm/kmsan/kmsan.c:181
 kmsan_kmalloc+0x98/0x100 mm/kmsan/kmsan_hooks.c:91
 kmsan_slab_alloc+0x10/0x20 mm/kmsan/kmsan_hooks.c:100
 slab_post_alloc_hook mm/slab.h:446 [inline]
 slab_alloc_node mm/slub.c:2719 [inline]
 __kmalloc_node_track_caller+0x9e7/0x1160 mm/slub.c:4352
 __kmalloc_reserve net/core/skbuff.c:138 [inline]
 __alloc_skb+0x2f5/0x9e0 net/core/skbuff.c:206
 alloc_skb include/linux/skbuff.h:996 [inline]
 alloc_skb_with_frags+0x1d0/0xac0 net/core/skbuff.c:5276
 sock_alloc_send_pskb+0xb47/0x1170 net/core/sock.c:2082
 packet_alloc_skb net/packet/af_packet.c:2779 [inline]
 packet_snd net/packet/af_packet.c:2870 [inline]
 packet_sendmsg+0x6599/0x8c60 net/packet/af_packet.c:2950
 sock_sendmsg_nosec net/socket.c:621 [inline]
 sock_sendmsg net/socket.c:631 [inline]
 ___sys_sendmsg+0xe70/0x1290 net/socket.c:2114
 __sys_sendmsg net/socket.c:2152 [inline]
 __do_sys_sendmsg net/socket.c:2161 [inline]
 __se_sys_sendmsg+0x2a3/0x3d0 net/socket.c:2159
 __x64_sys_sendmsg+0x4a/0x70 net/socket.c:2159
 do_syscall_64+0xb8/0x100 arch/x86/entry/common.c:291
 entry_SYSCALL_64_after_hwframe+0x63/0xe7
==================================================================

Crashes (14):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2018/09/05 18:49 https://github.com/google/kmsan.git master 43e4752ae5dc 196410e4 .config console log report ci-upstream-kmsan-gce
2018/09/01 23:57 https://github.com/google/kmsan.git master 28f0ca98eadf a4718693 .config console log report ci-upstream-kmsan-gce
2018/08/28 06:33 https://github.com/google/kmsan.git master 0cc51dc9a291 7ef1de9e .config console log report ci-upstream-kmsan-gce
2018/08/13 02:21 https://github.com/google/kmsan.git master 0cc51dc9a291 7a88b141 .config console log report ci-upstream-kmsan-gce
2018/08/11 20:59 https://github.com/google/kmsan.git master 0cc51dc9a291 7a88b141 .config console log report ci-upstream-kmsan-gce
2018/08/11 14:51 https://github.com/google/kmsan.git master 0cc51dc9a291 7a88b141 .config console log report ci-upstream-kmsan-gce
2018/07/23 14:05 https://github.com/google/kmsan.git master d1c2a46a46f6 f69c5fcd .config console log report ci-upstream-kmsan-gce
2018/07/21 09:03 https://github.com/google/kmsan.git master d1c2a46a46f6 8cc079c3 .config console log report ci-upstream-kmsan-gce
2018/07/16 11:02 https://github.com/google/kmsan.git master 80ecacc456c1 92a49505 .config console log report ci-upstream-kmsan-gce
2018/06/29 12:55 https://github.com/google/kmsan.git master 123906095e30 dba0b50e .config console log report ci-upstream-kmsan-gce
2018/06/29 09:03 https://github.com/google/kmsan.git master 123906095e30 dba0b50e .config console log report ci-upstream-kmsan-gce
2018/06/24 00:48 https://github.com/google/kmsan.git master 123906095e30 2064fc5c .config console log report ci-upstream-kmsan-gce
2018/06/22 11:02 https://github.com/google/kmsan.git master 123906095e30 095ef806 .config console log report ci-upstream-kmsan-gce
2018/06/20 04:29 https://github.com/google/kmsan.git master 123906095e30 095ef806 .config console log report ci-upstream-kmsan-gce
* Struck through repros no longer work on HEAD.