====================================== | [ 1823.581217][ T88] br1: port 3(veth2) entered forwarding state | [ 1825.828311][ C1] ------------[ cut here ]------------ | [ 1825.828788][ 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) | [ 1825.829391][ C1] Modules linked in: act_mirred dummy ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre act_pedit act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc 8021q sch_ingress vrf veth [ 1825.831451][ C1] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 1825.831825][ C1] RIP: 0010:icmp_route_lookup.constprop.0 (./include/linux/skbuff.h:1164 ./include/linux/skbuff.h:1178 net/ipv4/icmp.c:548) [ 1825.832204][ 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 [ 1825.833259][ C1] RSP: 0018:ffffc900001974e8 EFLAGS: 00010282 [ 1825.833658][ C1] RAX: ffff8880135d6640 RBX: 1ffff92000032ea1 RCX: 0000000000000002 [ 1825.834091][ C1] RDX: 1ffff1100126c3cb RSI: ffffffff96e9e3c3 RDI: ffffc9000019759a [ 1825.834559][ C1] RBP: ffff888009361e00 R08: 0000000000000001 R09: ffff8880135d6040 [ 1825.835024][ C1] R10: ffffffff97e050d7 R11: ffff888009361e58 R12: ffffffff99de5b00 [ 1825.835475][ C1] R13: ffffc90000197798 R14: ffff8880135d64c0 R15: ffffc90000197528 [ 1825.835903][ C1] FS: 0000000000000000(0000) GS:ffff88809d331000(0000) knlGS:0000000000000000 [ 1825.836407][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 1825.836786][ C1] CR2: 00005601b9646dec CR3: 0000000019282004 CR4: 0000000000772ef0 [ 1825.837229][ C1] PKRU: 55555554 [ 1825.837465][ C1] Call Trace: [ 1825.837692][ C1] [ 1825.837845][ C1] ? __pfx_icmp_route_lookup.constprop.0 (net/ipv4/icmp.c:480) [ 1825.838222][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 1825.838536][ C1] ? __ip_options_echo (net/ipv4/ip_options.c:86) [ 1825.838835][ C1] ? __icmp_send (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/icmp.c:718) [ 1825.839119][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1825.839421][ C1] __icmp_send (net/ipv4/icmp.c:746) [ 1825.839727][ C1] ? ip_route_input_slow (net/ipv4/route.c:2423) [ 1825.840016][ C1] ? __pfx___icmp_send (net/ipv4/icmp.c:596) [ 1825.840315][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1825.840626][ C1] ? find_held_lock (kernel/locking/lockdep.c:5353) [ 1825.840913][ C1] ? ip_error (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv4/route.c:1004) [ 1825.841132][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1825.841439][ C1] ip_error (./include/net/icmp.h:44 net/ipv4/route.c:1007) [ 1825.841661][ C1] ? __pfx_ip_error (net/ipv4/route.c:933) [ 1825.841950][ C1] ? ip_rcv_finish_core (net/ipv4/ip_input.c:371) [ 1825.842242][ 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) [ 1825.842475][ 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) [ 1825.842692][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 1825.842973][ C1] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380) [ 1825.843274][ C1] ? validate_chain (kernel/locking/lockdep.c:3804 kernel/locking/lockdep.c:3824 kernel/locking/lockdep.c:3879) [ 1825.843595][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1825.843896][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:567) [ 1825.844192][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 1825.844517][ C1] __netif_receive_skb_one_core (net/core/dev.c:5979 (discriminator 4)) [ 1825.844889][ C1] ? __pfx___netif_receive_skb_one_core (net/core/dev.c:5972) [ 1825.845264][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1825.845593][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5834) [ 1825.845892][ C1] ? process_backlog (./include/linux/local_lock_internal.h:54 net/core/dev.c:6442) [ 1825.846194][ C1] process_backlog (./include/linux/rcupdate.h:869 net/core/dev.c:6445) [ 1825.846516][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5240) [ 1825.846833][ C1] __napi_poll.constprop.0 (net/core/dev.c:7483) [ 1825.847137][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1825.847459][ C1] net_rx_action (net/core/dev.c:7546 net/core/dev.c:7673) [ 1825.847760][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1825.848069][ C1] ? __pfx_net_rx_action (net/core/dev.c:7635) [ 1825.848390][ C1] ? trace_sched_exit_tp (./include/trace/events/sched.h:888 (discriminator 21)) [ 1825.848700][ C1] ? __schedule (kernel/sched/core.c:6663) [ 1825.849009][ C1] ? __pfx___schedule (kernel/sched/core.c:6663) [ 1825.849326][ C1] handle_softirqs (kernel/softirq.c:579) [ 1825.849656][ C1] ? __pfx_run_ksoftirqd (kernel/softirq.c:961) [ 1825.849958][ C1] run_ksoftirqd (kernel/softirq.c:436 kernel/softirq.c:969 kernel/softirq.c:960) [ 1825.850263][ C1] smpboot_thread_fn (kernel/smpboot.c:164 (discriminator 3)) [ 1825.850594][ C1] ? __pfx_smpboot_thread_fn (kernel/smpboot.c:107) [ 1825.850895][ C1] kthread (kernel/kthread.c:464) [ 1825.851129][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 1825.851446][ C1] ? ret_from_fork (arch/x86/kernel/process.c:147) [ 1825.851746][ C1] ? __lock_release (kernel/locking/lockdep.c:5539) [ 1825.852043][ C1] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:745) [ 1825.852339][ C1] ? __pfx_kthread (kernel/kthread.c:413) [ 1825.852667][ C1] ret_from_fork (arch/x86/kernel/process.c:148) [ 1825.852963][ C1] ? __pfx_kthread (kernel/kthread.c:413) Finger prints: __icmp_send:ip_error:ip_rcv:__netif_receive_skb_one_core:process_backlog