====================================== | [ 1103.658752][T14447] br1: port 3(veth2) entered forwarding state | [ 1105.991460][ C1] ------------[ cut here ]------------ | [ 1105.992058][ 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) | [ 1105.992789][ C1] Modules linked in: dummy act_mirred ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre 8021q vxlan ip6_udp_tunnel udp_tunnel bridge stp llc act_gact cls_flower sch_ingress vrf veth [ 1105.995016][ C1] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 1105.995457][ C1] RIP: 0010:icmp_route_lookup.constprop.0 (./include/linux/skbuff.h:1164 ./include/linux/skbuff.h:1178 net/ipv4/icmp.c:548) [ 1105.996007][ 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 [ 1105.997088][ C1] RSP: 0000:ffffc900001974e8 EFLAGS: 00010282 [ 1105.997473][ C1] RAX: ffff8880058bb540 RBX: 1ffff92000032ea1 RCX: 0000000000000002 [ 1105.997972][ C1] RDX: 1ffff11001e04f23 RSI: ffffffffaa69e3c3 RDI: ffffc9000019759a [ 1105.998426][ C1] RBP: ffff88800f0278c0 R08: 0000000000000001 R09: ffff88800b58b6c0 [ 1105.998913][ C1] R10: ffffffffab6050d7 R11: ffff88800f027918 R12: ffffffffad5e5b00 [ 1105.999428][ C1] R13: ffffc90000197798 R14: ffff88800b58bcc0 R15: ffffc90000197528 [ 1105.999988][ C1] FS: 0000000000000000(0000) GS:ffff888089b31000(0000) knlGS:0000000000000000 [ 1106.000508][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 1106.000885][ C1] CR2: 00007f1ec3dc15f4 CR3: 0000000029d36004 CR4: 0000000000772ef0 [ 1106.001445][ C1] PKRU: 55555554 [ 1106.001668][ C1] Call Trace: [ 1106.001895][ C1] [ 1106.002105][ C1] ? __pfx_icmp_route_lookup.constprop.0 (net/ipv4/icmp.c:480) [ 1106.002560][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 1106.002930][ C1] ? __ip_options_echo (net/ipv4/ip_options.c:86) [ 1106.003237][ C1] ? __icmp_send (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/icmp.c:718) [ 1106.003660][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1106.003967][ C1] __icmp_send (net/ipv4/icmp.c:746) [ 1106.004385][ C1] ? ip_route_input_slow (net/ipv4/route.c:2423) [ 1106.004671][ C1] ? __pfx___icmp_send (net/ipv4/icmp.c:596) [ 1106.004969][ C1] ? handle_softirqs (kernel/softirq.c:579) [ 1106.005280][ C1] ? ret_from_fork (arch/x86/kernel/process.c:148) [ 1106.005757][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1106.006279][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 1106.006763][ C1] ? ip_error (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/route.c:1004) [ 1106.007145][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1106.007639][ C1] ip_error (./include/net/icmp.h:44 net/ipv4/route.c:1007) [ 1106.008031][ C1] ? __pfx_ip_error (net/ipv4/route.c:933) [ 1106.008523][ C1] ? ip_rcv_finish_core (net/ipv4/ip_input.c:371) [ 1106.009023][ 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) [ 1106.009384][ 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) [ 1106.009748][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 1106.010262][ C1] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380) [ 1106.010760][ C1] ? validate_chain (kernel/locking/lockdep.c:3804 kernel/locking/lockdep.c:3824 kernel/locking/lockdep.c:3879) [ 1106.011286][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1106.011811][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 1106.012291][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 1106.012809][ C1] __netif_receive_skb_one_core (net/core/dev.c:5979 (discriminator 4)) [ 1106.013408][ C1] ? __pfx___netif_receive_skb_one_core (net/core/dev.c:5972) [ 1106.014043][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1106.014537][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5834) [ 1106.015051][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 1106.015543][ C1] process_backlog (./include/linux/rcupdate.h:869 net/core/dev.c:6445) [ 1106.016049][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1106.016539][ C1] __napi_poll.constprop.0 (net/core/dev.c:7483) [ 1106.017039][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1106.017536][ C1] net_rx_action (net/core/dev.c:7546 net/core/dev.c:7673) [ 1106.018057][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1106.018548][ C1] ? __pfx_net_rx_action (net/core/dev.c:7635) [ 1106.019064][ C1] ? trace_sched_exit_tp (./include/trace/events/sched.h:888 (discriminator 21)) [ 1106.019557][ C1] ? __schedule (kernel/sched/core.c:6663) [ 1106.020092][ C1] ? __pfx___schedule (kernel/sched/core.c:6663) [ 1106.020606][ C1] handle_softirqs (kernel/softirq.c:579) [ 1106.021117][ C1] ? __pfx_run_ksoftirqd (kernel/softirq.c:961) [ 1106.021613][ C1] run_ksoftirqd (kernel/softirq.c:436 kernel/softirq.c:969 kernel/softirq.c:960) [ 1106.022115][ C1] smpboot_thread_fn (kernel/smpboot.c:164 (discriminator 3)) [ 1106.022602][ C1] ? __pfx_smpboot_thread_fn (kernel/smpboot.c:107) [ 1106.023117][ C1] kthread (kernel/kthread.c:464) [ 1106.023496][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 1106.023998][ C1] ? ret_from_fork (arch/x86/kernel/process.c:147) [ 1106.024482][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1106.025002][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1106.025487][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 1106.025986][ C1] ret_from_fork (arch/x86/kernel/process.c:148) [ 1106.026465][ C1] ? __pfx_kthread (kernel/kthread.c:413) Finger prints: __icmp_send:ip_error:ip_rcv:__netif_receive_skb_one_core:process_backlog