====================================== | [ 23.736831][ T46] br1: port 3(veth2) entered forwarding state | [ 26.091720][ C1] ------------[ cut here ]------------ | [ 26.092479][ C1] WARNING: CPU: 1 PID: 22 at ./include/linux/skbuff.h:1164 icmp_route_lookup.constprop.0 (./include/linux/skbuff.h:1164 ./include/linux/skbuff.h:1178 net/ipv4/icmp.c:548) | [ 26.093448][ C1] Modules linked in: vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth [ 26.095331][ C1] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 26.095950][ C1] RIP: 0010:icmp_route_lookup.constprop.0 (./include/linux/skbuff.h:1164 ./include/linux/skbuff.h:1178 net/ipv4/icmp.c:548) [ 26.096610][ C1] Code: c1 ea 03 80 3c 02 00 0f 85 2c 05 00 00 48 8b 45 58 48 89 44 24 08 a8 01 0f 85 35 02 00 00 48 f7 44 24 08 fe ff ff ff 74 04 90 <0f> 0b 90 48 b8 00 00 00 00 00 fc ff df 4c 89 da 48 c1 ea 03 80 3c All code ======== 0: c1 ea 03 shr $0x3,%edx 3: 80 3c 02 00 cmpb $0x0,(%rdx,%rax,1) 7: 0f 85 2c 05 00 00 jne 0x539 d: 48 8b 45 58 mov 0x58(%rbp),%rax 11: 48 89 44 24 08 mov %rax,0x8(%rsp) 16: a8 01 test $0x1,%al 18: 0f 85 35 02 00 00 jne 0x253 1e: 48 f7 44 24 08 fe ff testq $0xfffffffffffffffe,0x8(%rsp) 25: ff ff 27: 74 04 je 0x2d 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 48 b8 00 00 00 00 00 movabs $0xdffffc0000000000,%rax 34: fc ff df 37: 4c 89 da mov %r11,%rdx 3a: 48 c1 ea 03 shr $0x3,%rdx 3e: 80 .byte 0x80 3f: 3c .byte 0x3c Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 90 nop 3: 48 b8 00 00 00 00 00 movabs $0xdffffc0000000000,%rax a: fc ff df d: 4c 89 da mov %r11,%rdx 10: 48 c1 ea 03 shr $0x3,%rdx 14: 80 .byte 0x80 15: 3c .byte 0x3c [ 26.098390][ C1] RSP: 0018:ffffc900001974e8 EFLAGS: 00010282 [ 26.099045][ C1] RAX: ffff88800aa37840 RBX: 1ffff92000032ea1 RCX: 0000000000000002 [ 26.099785][ C1] RDX: 1ffff110011d00f3 RSI: ffffffffbb49e3c3 RDI: ffffc9000019759a [ 26.100566][ C1] RBP: ffff888008e80740 R08: 0000000000000001 R09: ffff88800aa379c0 [ 26.101337][ C1] R10: ffffffffbc4050d7 R11: ffff888008e80798 R12: ffffffffbe3e5b00 [ 26.102076][ C1] R13: ffffc90000197798 R14: ffff88800aa37b40 R15: ffffc90000197528 [ 26.102796][ C1] FS: 0000000000000000(0000) GS:ffff888078d31000(0000) knlGS:0000000000000000 [ 26.103868][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 26.104511][ C1] CR2: 00007efd009d4000 CR3: 0000000029336005 CR4: 0000000000772ef0 [ 26.105270][ C1] PKRU: 55555554 [ 26.105643][ C1] Call Trace: [ 26.105995][ C1] [ 26.106272][ C1] ? __pfx_icmp_route_lookup.constprop.0 (net/ipv4/icmp.c:480) [ 26.106916][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 26.107467][ C1] ? __ip_options_echo (net/ipv4/ip_options.c:86) [ 26.107944][ C1] ? __icmp_send (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/icmp.c:718) [ 26.108448][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 26.108935][ C1] __icmp_send (net/ipv4/icmp.c:746) [ 26.109469][ C1] ? ip_route_input_slow (net/ipv4/route.c:2423) [ 26.109964][ C1] ? __pfx___icmp_send (net/ipv4/icmp.c:596) [ 26.110463][ C1] ? handle_softirqs (kernel/softirq.c:579) [ 26.110949][ C1] ? ret_from_fork (arch/x86/kernel/process.c:148) [ 26.111482][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 26.111999][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 26.112481][ C1] ? ip_error (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/route.c:1004) [ 26.112821][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 26.113344][ C1] ip_error (./include/net/icmp.h:44 net/ipv4/route.c:1007) [ 26.113718][ C1] ? __pfx_ip_error (net/ipv4/route.c:933) [ 26.114094][ C1] ? ip_rcv_finish_core (net/ipv4/ip_input.c:371) [ 26.114383][ C1] ? ip_rcv (./include/net/dst.h:471 ./include/net/dst.h:469 net/ipv4/ip_input.c:454 ./include/linux/netfilter.h:317 ./include/linux/netfilter.h:311 net/ipv4/ip_input.c:574) [ 26.114593][ C1] ip_rcv (./include/net/dst.h:471 ./include/net/dst.h:469 net/ipv4/ip_input.c:454 ./include/linux/netfilter.h:317 ./include/linux/netfilter.h:311 net/ipv4/ip_input.c:574) [ 26.114823][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 26.115127][ C1] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380) [ 26.115407][ C1] ? validate_chain (kernel/locking/lockdep.c:3804 kernel/locking/lockdep.c:3824 kernel/locking/lockdep.c:3879) [ 26.115691][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 26.116021][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 26.116302][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 26.116581][ C1] __netif_receive_skb_one_core (net/core/dev.c:5979 (discriminator 4)) [ 26.116970][ C1] ? __pfx___netif_receive_skb_one_core (net/core/dev.c:5972) [ 26.117353][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 26.117640][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5834) [ 26.118055][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 26.118561][ C1] process_backlog (./include/linux/rcupdate.h:869 net/core/dev.c:6445) [ 26.118924][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 26.119221][ C1] __napi_poll.constprop.0 (net/core/dev.c:7483) [ 26.119502][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 26.119797][ C1] net_rx_action (net/core/dev.c:7546 net/core/dev.c:7673) [ 26.120094][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 26.120381][ C1] ? __pfx_net_rx_action (net/core/dev.c:7635) [ 26.120658][ C1] ? trace_sched_exit_tp (./include/trace/events/sched.h:888 (discriminator 21)) [ 26.120968][ C1] ? __schedule (kernel/sched/core.c:6663) [ 26.121269][ C1] ? __pfx___schedule (kernel/sched/core.c:6663) [ 26.121564][ C1] handle_softirqs (kernel/softirq.c:579) [ 26.121867][ C1] ? __pfx_run_ksoftirqd (kernel/softirq.c:961) [ 26.122159][ C1] run_ksoftirqd (kernel/softirq.c:436 kernel/softirq.c:969 kernel/softirq.c:960) [ 26.122444][ C1] smpboot_thread_fn (kernel/smpboot.c:164 (discriminator 3)) [ 26.122725][ C1] ? __pfx_smpboot_thread_fn (kernel/smpboot.c:107) [ 26.123029][ C1] kthread (kernel/kthread.c:464) [ 26.123247][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 26.123524][ C1] ? ret_from_fork (arch/x86/kernel/process.c:147) [ 26.123817][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 26.124107][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 26.124390][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 26.124674][ C1] ret_from_fork (arch/x86/kernel/process.c:148) [ 26.124977][ C1] ? __pfx_kthread (kernel/kthread.c:413) Finger prints: __icmp_send:ip_error:ip_rcv:__netif_receive_skb_one_core:process_backlog