====================================== | [ 35.531314] br0: port 1(swp1) entered disabled state | [ 35.584172] ------------[ cut here ]------------ | [ 35.584222] kernel BUG at net/core/skbuff.c:3505! | [ 35.584257] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI [ 35.584325] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 35.584381] RIP: 0010:__skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) [ 35.584418] Code: 89 5c 24 04 44 89 d9 44 89 ff 44 89 ea ff d0 0f 1f 00 44 8b 5c 24 04 41 89 c7 eb b6 ff d0 0f 1f 00 41 89 c1 e9 71 fd ff ff 90 <0f> 0b 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90 All code ======== 0: 89 5c 24 04 mov %ebx,0x4(%rsp) 4: 44 89 d9 mov %r11d,%ecx 7: 44 89 ff mov %r15d,%edi a: 44 89 ea mov %r13d,%edx d: ff d0 call *%rax f: 0f 1f 00 nopl (%rax) 12: 44 8b 5c 24 04 mov 0x4(%rsp),%r11d 17: 41 89 c7 mov %eax,%r15d 1a: eb b6 jmp 0xffffffffffffffd2 1c: ff d0 call *%rax 1e: 0f 1f 00 nopl (%rax) 21: 41 89 c1 mov %eax,%r9d 24: e9 71 fd ff ff jmp 0xfffffffffffffd9a 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 33: 00 00 00 00 37: 90 nop 38: 90 nop 39: 90 nop 3a: 90 nop 3b: 90 nop 3c: 90 nop 3d: 90 nop 3e: 90 nop 3f: 90 nop Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 9: 00 00 00 00 d: 90 nop e: 90 nop f: 90 nop 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 35.584510] RSP: 0018:ffffbad5000e8b38 EFLAGS: 00010202 [ 35.584544] RAX: 0000000000000040 RBX: 0000000000000000 RCX: 0000000000000000 [ 35.584587] RDX: ffff99958208f2c0 RSI: 00000000000002c0 RDI: ffff99958208f000 [ 35.584629] RBP: ffffbad5000e8b90 R08: ffffbad5000e8b90 R09: 0000000000000000 [ 35.584672] R10: 0000000000000000 R11: ffff999583141c00 R12: ffff999583a58f80 [ 35.584715] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [ 35.584754] FS: 00007fd5ee74f300(0000) GS:ffff9995bec80000(0000) knlGS:0000000000000000 [ 35.584796] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 35.584832] CR2: 00007fd5ee9de840 CR3: 00000000030e4002 CR4: 0000000000770ef0 [ 35.584870] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 35.584912] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 35.584949] PKRU: 55555554 [ 35.584962] Call Trace: [ 35.584978] [ 35.584993] ? die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434 arch/x86/kernel/dumpstack.c:447) [ 35.585019] ? do_trap (arch/x86/kernel/traps.c:113 arch/x86/kernel/traps.c:154) [ 35.585043] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) [ 35.585068] ? do_error_trap (./arch/x86/include/asm/traps.h:58 arch/x86/kernel/traps.c:175) [ 35.585091] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) [ 35.585116] ? exc_invalid_op (arch/x86/kernel/traps.c:265) [ 35.585140] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) [ 35.585164] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568) [ 35.585191] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) [ 35.585215] __skb_checksum_complete (./arch/x86/include/asm/checksum_64.h:170 ./arch/x86/include/asm/checksum_64.h:180 net/core/skbuff.c:3643) [ 35.585246] ? __pfx_csum_partial_ext (./include/net/checksum.h:120) [ 35.585276] ? __pfx_csum_block_add_ext (./include/net/checksum.h:103) [ 35.585306] icmp_rcv (./include/linux/skbuff.h:4567 net/ipv4/icmp.c:1213) [ 35.585332] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 5)) [ 35.585362] ip_local_deliver_finish (./include/linux/rcupdate.h:782 net/ipv4/ip_input.c:234) [ 35.585391] __netif_receive_skb_one_core (net/core/dev.c:5610 (discriminator 4)) [ 35.585424] netif_receive_skb (net/core/dev.c:5810 net/core/dev.c:5869) [ 35.585446] ? br_pass_frame_up (./arch/x86/include/asm/jump_label.h:27 ./include/linux/jump_label.h:207 ./include/linux/netfilter.h:234 ./include/linux/netfilter.h:312 net/bridge/br_input.c:68) [ 35.585470] br_handle_frame_finish (net/bridge/br_input.c:216) [ 35.585502] ? br_handle_ingress_vlan_tunnel (./include/net/dst.h:263 ./include/net/dst.h:275 net/bridge/br_vlan_tunnel.c:180) [ 35.585535] br_handle_frame (net/bridge/br_input.c:417) [ 35.585560] __netif_receive_skb_core.constprop.0 (net/core/dev.c:5504) [ 35.585598] ? vxlan_rcv (drivers/net/vxlan/vxlan_core.c:1788) vxlan [ 35.585642] __netif_receive_skb_list_core (net/core/dev.c:5687) [ 35.585673] netif_receive_skb_list_internal (net/core/dev.c:5755 net/core/dev.c:5844) [ 35.585703] napi_complete_done (./include/linux/list.h:37 ./include/net/gro.h:438 ./include/net/gro.h:433 net/core/dev.c:6184) [ 35.585729] gro_cell_poll (net/core/gro_cells.c:67) [ 35.585757] __napi_poll (net/core/dev.c:6703) [ 35.585780] net_rx_action (net/core/dev.c:6774 net/core/dev.c:6886) [ 35.585804] __do_softirq (kernel/softirq.c:553) [ 35.585830] do_softirq (kernel/softirq.c:454 kernel/softirq.c:441) [ 35.585856] [ 35.585874] [ 35.585886] __local_bh_enable_ip (kernel/softirq.c:381) [ 35.585914] __dev_queue_xmit (net/core/dev.c:4400) [ 35.585939] ? eth_header (net/ethernet/eth.c:85) [ 35.585963] ip_finish_output2 (./include/net/neighbour.h:542 net/ipv4/ip_output.c:235) [ 35.585987] ? __ip_finish_output (./include/linux/skbuff.h:4942 net/ipv4/ip_output.c:307 net/ipv4/ip_output.c:295) [ 35.586017] ip_push_pending_frames (./include/net/dst.h:450 net/ipv4/ip_output.c:129 net/ipv4/ip_output.c:1496 net/ipv4/ip_output.c:1516) [ 35.586048] raw_sendmsg (net/ipv4/raw.c:648) [ 35.586076] ? next_uptodate_folio (./include/linux/xarray.h:1699 mm/filemap.c:3395) [ 35.586108] ? __sys_sendto (net/socket.c:730 net/socket.c:745 net/socket.c:2191) [ 35.586131] __sys_sendto (net/socket.c:730 net/socket.c:745 net/socket.c:2191) [ 35.586158] ? handle_mm_fault (mm/memory.c:5330 mm/memory.c:5486) [ 35.586183] ? do_user_addr_fault (./include/linux/rcupdate.h:782 ./include/linux/mm.h:688 arch/x86/mm/fault.c:1357) [ 35.586214] __x64_sys_sendto (net/socket.c:2203 net/socket.c:2199 net/socket.c:2199) [ 35.586238] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) [ 35.586264] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:129) [ 35.586297] RIP: 0033:0x7fd5eea2585a [ 35.586319] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89 All code ======== 0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4) 4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax b: eb b8 jmp 0xffffffffffffffc5 d: 0f 1f 00 nopl (%rax) 10: f3 0f 1e fa endbr64 14: 41 89 ca mov %ecx,%r10d 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 15 jne 0x38 23: b8 2c 00 00 00 mov $0x2c,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 7e ja 0xb0 32: c3 ret 33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) 38: 41 54 push %r12 3a: 48 83 ec 30 sub $0x30,%rsp 3e: 44 rex.R 3f: 89 .byte 0x89 Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 7e ja 0x86 8: c3 ret 9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) e: 41 54 push %r12 10: 48 83 ec 30 sub $0x30,%rsp 14: 44 rex.R 15: 89 .byte 0x89 [ 35.586413] RSP: 002b:00007fffeddeb9f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c [ 35.586458] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fd5eea2585a [ 35.586501] RDX: 0000000000000040 RSI: 0000000000a51340 RDI: 0000000000000005 [ 35.586539] RBP: 00007fffeddeba50 R08: 00000000004185e0 R09: 0000000000000010 [ 35.586576] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000054 Finger prints: __skb_checksum:__skb_checksum_complete:icmp_rcv:ip_protocol_deliver_rcu