======================================
| 0
| xx__-> [ 1113.981185][ C2] ------------[ cut here ]------------
| [ 1113.981780][ C2] WARNING: CPU: 2 PID: 12364 at ./include/net/sch_generic.h:843 tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
| [ 1113.982436][ C2] Modules linked in: netdevsim ip6t_rpfilter act_gact act_mirred act_tunnel_key cls_flower bareudp mpls_gso mpls_iptunnel mpls_router sch_ingress nft_chain_nat xt_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat nf_tables unix_diag bonding psample xfrm_user macsec vxlan ip6_gre ip_gre gre cls_u32 sch_htb [last unloaded: ila]
[ 1113.985385][ C2] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1113.985869][ C2] RIP: 0010:tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
[ 1113.986297][ C2] Code: 89 f8 49 c1 e8 03 45 0f b6 04 30 48 89 fe 83 e6 07 83 c6 01 44 38 c6 7c 09 45 84 c0 0f 85 83 02 00 00 66 83 7a 06 00 74 04 90 <0f> 0b 90 48 ba 00 00 00 00 00 fc ff df 48 8d 7b 28 48 89 fe 48 c1
All code
========
0: 89 f8 mov %edi,%eax
2: 49 c1 e8 03 shr $0x3,%r8
6: 45 0f b6 04 30 movzbl (%r8,%rsi,1),%r8d
b: 48 89 fe mov %rdi,%rsi
e: 83 e6 07 and $0x7,%esi
11: 83 c6 01 add $0x1,%esi
14: 44 38 c6 cmp %r8b,%sil
17: 7c 09 jl 0x22
19: 45 84 c0 test %r8b,%r8b
1c: 0f 85 83 02 00 00 jne 0x2a5
22: 66 83 7a 06 00 cmpw $0x0,0x6(%rdx)
27: 74 04 je 0x2d
29: 90 nop
2a:* 0f 0b ud2 <-- trapping instruction
2c: 90 nop
2d: 48 ba 00 00 00 00 00 movabs $0xdffffc0000000000,%rdx
34: fc ff df
37: 48 8d 7b 28 lea 0x28(%rbx),%rdi
3b: 48 89 fe mov %rdi,%rsi
3e: 48 rex.W
3f: c1 .byte 0xc1
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 90 nop
3: 48 ba 00 00 00 00 00 movabs $0xdffffc0000000000,%rdx
a: fc ff df
d: 48 8d 7b 28 lea 0x28(%rbx),%rdi
11: 48 89 fe mov %rdi,%rsi
14: 48 rex.W
15: c1 .byte 0xc1
[ 1113.987589][ C2] RSP: 0018:ffffc90000218970 EFLAGS: 00010202
[ 1113.988073][ C2] RAX: ffffe8ffffd0b1f0 RBX: ffff88800f2d7568 RCX: 0000000000000001
[ 1113.988615][ C2] RDX: ffff888014458500 RSI: 0000000000000007 RDI: ffff888014458506
[ 1113.989168][ C2] RBP: ffffc90000218a20 R08: 0000000000000000 R09: ffffed1002883a39
[ 1113.989736][ C2] R10: ffff88801441d1cf R11: ffffffffa0388540 R12: ffffc90000218b28
[ 1113.990290][ C2] R13: 1ffff92000043132 R14: ffff88800f2d75b0 R15: ffff88800f3a06a8
[ 1113.991193][ C2] FS: 00007f8df66fcb80(0000) GS:ffff8880cba08000(0000) knlGS:0000000000000000
[ 1113.991842][ C2] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1113.992309][ C2] CR2: 0000000000a44000 CR3: 000000001081d003 CR4: 0000000000772ef0
[ 1113.992875][ C2] PKRU: 55555554
[ 1113.993166][ C2] Call Trace:
[ 1113.993452][ C2]
[ 1113.993667][ C2] ? _raw_spin_unlock_irqrestore (./arch/x86/include/asm/preempt.h:104 ./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 1113.994146][ C2] ? napi_disable (net/core/dev.c:4349)
[ 1113.994523][ C2] __netif_receive_skb_core.constprop.0 (net/core/dev.c:4448 net/core/dev.c:5989)
[ 1113.995006][ C2] ? kmem_cache_free (mm/slub.c:6630 mm/slub.c:6740)
[ 1113.995388][ C2] ? arp_process (net/ipv4/arp.c:944)
[ 1113.995789][ C2] ? do_xdp_generic (net/core/dev.c:5908)
[ 1113.996174][ C2] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 1113.996553][ C2] ? validate_chain (kernel/locking/lockdep.c:3801 kernel/locking/lockdep.c:3821 kernel/locking/lockdep.c:3876)
[ 1113.996942][ C2] ? __lock_acquire (kernel/locking/lockdep.c:5237)
[ 1113.997317][ C2] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 1113.997696][ C2] __netif_receive_skb_one_core (net/core/dev.c:6137)
[ 1113.998158][ C2] ? __netif_receive_skb_list_core (net/core/dev.c:6131)
[ 1113.998618][ C2] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 1113.999005][ C2] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1113.999384][ C2] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 1113.999771][ C2] process_backlog (./include/linux/rcupdate.h:895 net/core/dev.c:6604)
[ 1114.000149][ C2] __napi_poll.constprop.0 (net/core/dev.c:7668)
[ 1114.000521][ C2] net_rx_action (net/core/dev.c:7730 net/core/dev.c:7882)
[ 1114.000911][ C2] ? run_backlog_napi (net/core/dev.c:7844)
[ 1114.001281][ C2] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 1114.001670][ C2] ? lock_downgrade (kernel/locking/lockdep.c:471 kernel/locking/lockdep.c:5764)
[ 1114.002064][ C2] ? kvm_clock_get_cycles (./arch/x86/include/asm/preempt.h:95 arch/x86/kernel/kvmclock.c:80 arch/x86/kernel/kvmclock.c:86)
[ 1114.002446][ C2] ? ktime_get (kernel/time/timekeeping.c:387 (discriminator 4) kernel/time/timekeeping.c:404 (discriminator 4) kernel/time/timekeeping.c:826 (discriminator 4))
[ 1114.002750][ C2] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 1114.003211][ C2] handle_softirqs (kernel/softirq.c:623)
[ 1114.003589][ C2] ? __neigh_event_send (./include/linux/bottom_half.h:33 net/core/neighbour.c:1273)
[ 1114.003971][ C2] do_softirq (kernel/softirq.c:523 kernel/softirq.c:510)
[ 1114.004264][ C2]
[ 1114.004470][ C2]
[ 1114.004682][ C2] __local_bh_enable_ip (kernel/softirq.c:450)
[ 1114.005052][ C2] __neigh_event_send (net/core/neighbour.c:1274)
[ 1114.005429][ C2] neigh_resolve_output (net/core/neighbour.c:1578)
[ 1114.005808][ C2] ? __local_bh_enable_ip (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 kernel/softirq.c:455)
[ 1114.006176][ C2] ? ___neigh_create (net/core/neighbour.c:727)
[ 1114.006552][ C2] ip_finish_output2 (./include/net/neighbour.h:556 net/ipv4/ip_output.c:237)
[ 1114.006952][ C2] ? ip_skb_dst_mtu (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:897 ./include/net/ip.h:504 ./include/net/ip.h:518)
[ 1114.007325][ C2] ? ip_append_data.part.0 (net/ipv4/ip_output.c:201)
[ 1114.007704][ C2] ? ip_skb_dst_mtu (./include/net/ip.h:523)
[ 1114.008077][ C2] ? __ip_finish_output (./include/linux/skbuff.h:1724 ./include/linux/skbuff.h:5149 net/ipv4/ip_output.c:309 net/ipv4/ip_output.c:297)
[ 1114.008449][ C2] ip_output (./include/linux/netfilter.h:307 net/ipv4/ip_output.c:438)
[ 1114.008746][ C2] ? ip_finish_output (net/ipv4/ip_output.c:429)
[ 1114.009115][ C2] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1114.009517][ C2] __ip_queue_xmit (./include/net/dst.h:464 net/ipv4/ip_output.c:131 net/ipv4/ip_output.c:534)
[ 1114.009909][ C2] ? __skb_clone (./arch/x86/include/asm/atomic.h:53 (discriminator 4) ./include/linux/atomic/atomic-arch-fallback.h:992 (discriminator 4) ./include/linux/atomic/atomic-instrumented.h:436 (discriminator 4) net/core/skbuff.c:1585 (discriminator 4))
[ 1114.010286][ C2] __tcp_transmit_skb (net/ipv4/tcp_output.c:1628)
[ 1114.010680][ C2] ? __tcp_select_window (net/ipv4/tcp_output.c:1449)
[ 1114.011053][ C2] ? tcp_call_bpf (./include/net/sock.h:1685 ./include/net/sock.h:1780 ./include/net/tcp.h:2775)
[ 1114.011437][ C2] tcp_connect (net/ipv4/tcp_output.c:1646 net/ipv4/tcp_output.c:4335)
[ 1114.011824][ C2] tcp_v4_connect (net/ipv4/tcp_ipv4.c:347)
[ 1114.012203][ C2] ? tcp_v4_conn_request (net/ipv4/tcp_ipv4.c:225)
[ 1114.012579][ C2] ? do_raw_spin_lock (./arch/x86/include/asm/atomic.h:107 ./include/linux/atomic/atomic-arch-fallback.h:2170 ./include/linux/atomic/atomic-instrumented.h:1302 ./include/asm-generic/qspinlock.h:111 kernel/locking/spinlock_debug.c:116)
[ 1114.012961][ C2] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1114.013336][ C2] __inet_stream_connect (net/ipv4/af_inet.c:679)
[ 1114.013712][ C2] ? __local_bh_enable_ip (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 kernel/softirq.c:455)
[ 1114.014087][ C2] ? __inet_stream_connect (net/ipv4/af_inet.c:746)
[ 1114.014455][ C2] inet_stream_connect (net/ipv4/af_inet.c:751)
[ 1114.014836][ C2] __sys_connect (./include/linux/file.h:62 ./include/linux/file.h:83 net/socket.c:2111)
[ 1114.015222][ C2] ? __sys_connect_file (net/socket.c:2109)
[ 1114.015588][ C2] ? fd_install (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:979 fs/file.c:676)
[ 1114.015974][ C2] ? fd_install (./arch/x86/include/asm/preempt.h:104 ./include/linux/rcupdate.h:981 fs/file.c:676)
[ 1114.016347][ C2] ? __sys_socket (net/socket.c:516 net/socket.c:1756)
[ 1114.016731][ C2] ? update_socket_protocol+0x10/0x10
[ 1114.017107][ C2] __x64_sys_connect (net/socket.c:2124)
[ 1114.017475][ C2] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 1114.017862][ C2] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 1114.018245][ C2] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 1114.018712][ C2] RIP: 0033:0x7f8df680ed67
[ 1114.019097][ C2] Code: 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2a 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 18 89 54 24 0c 48 89 34 24 89
All code
========
0: 64 89 01 mov %eax,%fs:(%rcx)
3: 48 83 c8 ff or $0xffffffffffffffff,%rax
7: c3 ret
8: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
f: 00 00 00
12: 90 nop
13: f3 0f 1e fa endbr64
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 10 jne 0x33
23: b8 2a 00 00 00 mov $0x2a,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 51 ja 0x83
32: c3 ret
33: 48 83 ec 18 sub $0x18,%rsp
37: 89 54 24 0c mov %edx,0xc(%rsp)
3b: 48 89 34 24 mov %rsi,(%rsp)
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 51 ja 0x59
8: c3 ret
9: 48 83 ec 18 sub $0x18,%rsp
d: 89 54 24 0c mov %edx,0xc(%rsp)
11: 48 89 34 24 mov %rsi,(%rsp)
15: 89 .byte 0x89
[ 1114.020361][ C2] RSP: 002b:00007ffc49297a18 EFLAGS: 00000246 ORIG_RAX: 000000000000002a
[ 1114.020929][ C2] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f8df680ed67
[ 1114.021472][ C2] RDX: 0000000000000010 RSI: 0000000000a450e0 RDI: 0000000000000005
[ 1114.022022][ C2] RBP: 00007ffc49297b60 R08: 00007ffc49297970 R09: 0000000000000000
[ 1114.022560][ C2] R10: 00007f8df6705618 R11: 0000000000000246 R12: 0000000000000005
[ 1114.023118][ C2] R13: 00007ffc49297c78 R14: 00000000ffffffff R15: 00007f8df694e000
| [ 1114.027222][ C2] ------------[ cut here ]------------
| [ 1114.027932][ C2] WARNING: CPU: 2 PID: 12364 at ./include/net/sch_generic.h:843 tcf_mirred_act (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/act_api.h:232 net/sched/act_mirred.c:435) act_mirred
| [ 1114.028712][ C2] Modules linked in: netdevsim ip6t_rpfilter act_gact act_mirred act_tunnel_key cls_flower bareudp mpls_gso mpls_iptunnel mpls_router sch_ingress nft_chain_nat xt_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat nf_tables unix_diag bonding psample xfrm_user macsec vxlan ip6_gre ip_gre gre cls_u32 sch_htb [last unloaded: ila]
| [ 1114.032490][ C2] Tainted: [W]=WARN
[ 1114.032813][ C2] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1114.033563][ C2] RIP: 0010:tcf_mirred_act (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/act_api.h:232 net/sched/act_mirred.c:435) act_mirred
[ 1114.034086][ C2] Code: 48 89 fe 48 c1 ee 03 0f b6 34 0e 48 89 f9 83 e1 07 83 c1 01 40 38 f1 7c 09 40 84 f6 0f 85 5b 07 00 00 66 83 78 06 00 74 04 90 <0f> 0b 90 48 b8 00 00 00 00 00 fc ff df 49 8d 7c 24 28 48 89 f9 48
All code
========
0: 48 89 fe mov %rdi,%rsi
3: 48 c1 ee 03 shr $0x3,%rsi
7: 0f b6 34 0e movzbl (%rsi,%rcx,1),%esi
b: 48 89 f9 mov %rdi,%rcx
e: 83 e1 07 and $0x7,%ecx
11: 83 c1 01 add $0x1,%ecx
14: 40 38 f1 cmp %sil,%cl
17: 7c 09 jl 0x22
19: 40 84 f6 test %sil,%sil
1c: 0f 85 5b 07 00 00 jne 0x77d
22: 66 83 78 06 00 cmpw $0x0,0x6(%rax)
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: 49 8d 7c 24 28 lea 0x28(%r12),%rdi
3c: 48 89 f9 mov %rdi,%rcx
3f: 48 rex.W
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: 49 8d 7c 24 28 lea 0x28(%r12),%rdi
12: 48 89 f9 mov %rdi,%rcx
15: 48 rex.W
[ 1114.035708][ C2] RSP: 0018:ffffc90000218450 EFLAGS: 00010202
[ 1114.036211][ C2] RAX: ffff888014458500 RBX: ffffe8ffffd0b270 RCX: 0000000000000007
[ 1114.037066][ C2] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff888014458506
[ 1114.037664][ C2] RBP: ffff88800b6dd600 R08: 0000000000000002 R09: ffff888009638a2c
[ 1114.038250][ C2] R10: 0000000000000000 R11: ffff88800b1d4100 R12: ffff88800f2d7568
[ 1114.038843][ C2] R13: ffff88806d137fac R14: 0000000000000004 R15: ffff88806d137fa8
[ 1114.039446][ C2] FS: 00007f8df66fcb80(0000) GS:ffff8880cba08000(0000) knlGS:0000000000000000
[ 1114.040136][ C2] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1114.040898][ C2] CR2: 0000000000a44000 CR3: 000000001081d003 CR4: 0000000000772ef0
[ 1114.041483][ C2] PKRU: 55555554
[ 1114.041803][ C2] Call Trace:
[ 1114.042112][ C2]
[ 1114.042586][ C2] tcf_action_exec.part.0 (./include/net/tc_wrapper.h:217 net/sched/act_api.c:1150)
[ 1114.043017][ C2] fl_classify (net/sched/cls_flower.c:356) cls_flower
[ 1114.043429][ C2] ? fl_mask_lookup (net/sched/cls_flower.c:327) cls_flower
[ 1114.043934][ C2] ? mark_held_locks (kernel/locking/lockdep.c:4325)
[ 1114.044590][ C2] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 1114.045004][ C2] ? console_unlock (kernel/printk/printk.c:3277 kernel/printk/printk.c:3298)
[ 1114.045407][ C2] ? console_flush_all (kernel/printk/printk.c:3293)
[ 1114.045816][ C2] ? lock_acquire (./arch/x86/include/asm/preempt.h:80 ./include/linux/preempt.h:471 ./include/trace/events/lock.h:24 ./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1114.046477][ C2] ? vprintk_emit (kernel/printk/printk.c:2422)
[ 1114.046893][ C2] ? __down_trylock_console_sem (kernel/printk/printk.c:333)
[ 1114.047295][ C2] ? vprintk_emit (kernel/printk/printk.c:2422)
[ 1114.047708][ C2] ? __wake_up_klogd.part.0 (./arch/x86/include/asm/preempt.h:104 kernel/printk/printk.c:4531)
[ 1114.048362][ C2] ? vprintk_emit (kernel/printk/printk.c:2370)
[ 1114.048774][ C2] ? wake_up_klogd_work_func (kernel/printk/printk.c:2370)
[ 1114.049183][ C2] ? _printk (kernel/printk/printk.c:2443)
[ 1114.049507][ C2] ? console_prepend_message (kernel/printk/printk.c:2443)
[ 1114.050179][ C2] ? tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
[ 1114.050490][ C2] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 1114.050903][ C2] ? tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
[ 1114.051213][ C2] ? add_taint (./arch/x86/include/asm/bitops.h:60 ./include/asm-generic/bitops/instrumented-atomic.h:29 kernel/panic.c:754)
[ 1114.051526][ C2] ? __warn (kernel/panic.c:911)
[ 1114.051847][ C2] ? tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
[ 1114.052157][ C2] ? nbcon_cpu_emergency_exit (./arch/x86/include/asm/preempt.h:104 kernel/printk/nbcon.c:1676)
[ 1114.052565][ C2] ? report_bug (lib/bug.c:197 lib/bug.c:215)
[ 1114.052989][ C2] __tcf_classify.constprop.0 (net/sched/cls_api.c:1767)
[ 1114.053661][ C2] tcf_classify (net/sched/cls_api.c:1809)
[ 1114.053974][ C2] ? __tcf_classify.constprop.0 (net/sched/cls_api.c:1809)
[ 1114.054468][ C2] ? tc_run (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/sch_generic.h:1366 net/core/dev.c:4370)
[ 1114.054790][ C2] tc_run (net/core/dev.c:4373)
[ 1114.055099][ C2] ? _raw_spin_unlock_irqrestore (./arch/x86/include/asm/preempt.h:104 ./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 1114.055865][ C2] ? napi_disable (net/core/dev.c:4349)
[ 1114.056276][ C2] __netif_receive_skb_core.constprop.0 (net/core/dev.c:4448 net/core/dev.c:5989)
[ 1114.056792][ C2] ? kmem_cache_free (mm/slub.c:6630 mm/slub.c:6740)
[ 1114.057454][ C2] ? arp_process (net/ipv4/arp.c:944)
[ 1114.057869][ C2] ? do_xdp_generic (net/core/dev.c:5908)
[ 1114.058280][ C2] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 1114.058689][ C2] ? validate_chain (kernel/locking/lockdep.c:3801 kernel/locking/lockdep.c:3821 kernel/locking/lockdep.c:3876)
[ 1114.059364][ C2] ? __lock_acquire (kernel/locking/lockdep.c:5237)
[ 1114.059784][ C2] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 1114.060185][ C2] __netif_receive_skb_one_core (net/core/dev.c:6137)
[ 1114.060687][ C2] ? __netif_receive_skb_list_core (net/core/dev.c:6131)
[ 1114.061431][ C2] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 1114.061843][ C2] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1114.062240][ C2] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 1114.062654][ C2] process_backlog (./include/linux/rcupdate.h:895 net/core/dev.c:6604)
[ 1114.063320][ C2] __napi_poll.constprop.0 (net/core/dev.c:7668)
[ 1114.063734][ C2] net_rx_action (net/core/dev.c:7730 net/core/dev.c:7882)
[ 1114.064144][ C2] ? run_backlog_napi (net/core/dev.c:7844)
[ 1114.064541][ C2] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 1114.064949][ C2] ? lock_downgrade (kernel/locking/lockdep.c:471 kernel/locking/lockdep.c:5764)
[ 1114.065356][ C2] ? kvm_clock_get_cycles (./arch/x86/include/asm/preempt.h:95 arch/x86/kernel/kvmclock.c:80 arch/x86/kernel/kvmclock.c:86)
[ 1114.065768][ C2] ? ktime_get (kernel/time/timekeeping.c:387 (discriminator 4) kernel/time/timekeeping.c:404 (discriminator 4) kernel/time/timekeeping.c:826 (discriminator 4))
[ 1114.066087][ C2] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 1114.066850][ C2] handle_softirqs (kernel/softirq.c:623)
[ 1114.067257][ C2] ? __neigh_event_send (./include/linux/bottom_half.h:33 net/core/neighbour.c:1273)
[ 1114.067668][ C2] do_softirq (kernel/softirq.c:523 kernel/softirq.c:510)
[ 1114.067977][ C2]
[ 1114.068193][ C2]
[ 1114.068670][ C2] __local_bh_enable_ip (kernel/softirq.c:450)
[ 1114.069071][ C2] __neigh_event_send (net/core/neighbour.c:1274)
[ 1114.069494][ C2] neigh_resolve_output (net/core/neighbour.c:1578)
[ 1114.069902][ C2] ? __local_bh_enable_ip (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 kernel/softirq.c:455)
[ 1114.070553][ C2] ? ___neigh_create (net/core/neighbour.c:727)
[ 1114.070971][ C2] ip_finish_output2 (./include/net/neighbour.h:556 net/ipv4/ip_output.c:237)
[ 1114.071378][ C2] ? ip_skb_dst_mtu (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:897 ./include/net/ip.h:504 ./include/net/ip.h:518)
[ 1114.071789][ C2] ? ip_append_data.part.0 (net/ipv4/ip_output.c:201)
[ 1114.072188][ C2] ? ip_skb_dst_mtu (./include/net/ip.h:523)
[ 1114.072600][ C2] ? __ip_finish_output (./include/linux/skbuff.h:1724 ./include/linux/skbuff.h:5149 net/ipv4/ip_output.c:309 net/ipv4/ip_output.c:297)
[ 1114.073016][ C2] ip_output (./include/linux/netfilter.h:307 net/ipv4/ip_output.c:438)
[ 1114.073328][ C2] ? ip_finish_output (net/ipv4/ip_output.c:429)
[ 1114.073738][ C2] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1114.074154][ C2] __ip_queue_xmit (./include/net/dst.h:464 net/ipv4/ip_output.c:131 net/ipv4/ip_output.c:534)
[ 1114.074555][ C2] ? __skb_clone (./arch/x86/include/asm/atomic.h:53 (discriminator 4) ./include/linux/atomic/atomic-arch-fallback.h:992 (discriminator 4) ./include/linux/atomic/atomic-instrumented.h:436 (discriminator 4) net/core/skbuff.c:1585 (discriminator 4))
[ 1114.074973][ C2] __tcp_transmit_skb (net/ipv4/tcp_output.c:1628)
[ 1114.075638][ C2] ? __tcp_select_window (net/ipv4/tcp_output.c:1449)
[ 1114.076057][ C2] ? tcp_call_bpf (./include/net/sock.h:1685 ./include/net/sock.h:1780 ./include/net/tcp.h:2775)
[ 1114.076475][ C2] tcp_connect (net/ipv4/tcp_output.c:1646 net/ipv4/tcp_output.c:4335)
[ 1114.076892][ C2] tcp_v4_connect (net/ipv4/tcp_ipv4.c:347)
[ 1114.077559][ C2] ? tcp_v4_conn_request (net/ipv4/tcp_ipv4.c:225)
[ 1114.077971][ C2] ? do_raw_spin_lock (./arch/x86/include/asm/atomic.h:107 ./include/linux/atomic/atomic-arch-fallback.h:2170 ./include/linux/atomic/atomic-instrumented.h:1302 ./include/asm-generic/qspinlock.h:111 kernel/locking/spinlock_debug.c:116)
[ 1114.078375][ C2] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1114.078793][ C2] __inet_stream_connect (net/ipv4/af_inet.c:679)
[ 1114.079460][ C2] ? __local_bh_enable_ip (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 kernel/softirq.c:455)
[ 1114.079878][ C2] ? __inet_stream_connect (net/ipv4/af_inet.c:746)
[ 1114.080279][ C2] inet_stream_connect (net/ipv4/af_inet.c:751)
[ 1114.080695][ C2] __sys_connect (./include/linux/file.h:62 ./include/linux/file.h:83 net/socket.c:2111)
[ 1114.081350][ C2] ? __sys_connect_file (net/socket.c:2109)
[ 1114.081761][ C2] ? fd_install (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:979 fs/file.c:676)
[ 1114.082168][ C2] ? fd_install (./arch/x86/include/asm/preempt.h:104 ./include/linux/rcupdate.h:981 fs/file.c:676)
[ 1114.082571][ C2] ? __sys_socket (net/socket.c:516 net/socket.c:1756)
[ 1114.083241][ C2] ? update_socket_protocol+0x10/0x10
[ 1114.083660][ C2] __x64_sys_connect (net/socket.c:2124)
[ 1114.084063][ C2] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 1114.084482][ C2] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 1114.085153][ C2] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 1114.085654][ C2] RIP: 0033:0x7f8df680ed67
[ 1114.086065][ C2] Code: 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2a 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 18 89 54 24 0c 48 89 34 24 89
All code
========
0: 64 89 01 mov %eax,%fs:(%rcx)
3: 48 83 c8 ff or $0xffffffffffffffff,%rax
7: c3 ret
8: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
f: 00 00 00
12: 90 nop
13: f3 0f 1e fa endbr64
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 10 jne 0x33
23: b8 2a 00 00 00 mov $0x2a,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 51 ja 0x83
32: c3 ret
33: 48 83 ec 18 sub $0x18,%rsp
37: 89 54 24 0c mov %edx,0xc(%rsp)
3b: 48 89 34 24 mov %rsi,(%rsp)
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 51 ja 0x59
8: c3 ret
9: 48 83 ec 18 sub $0x18,%rsp
d: 89 54 24 0c mov %edx,0xc(%rsp)
11: 48 89 34 24 mov %rsi,(%rsp)
15: 89 .byte 0x89
[ 1114.087431][ C2] RSP: 002b:00007ffc49297a18 EFLAGS: 00000246 ORIG_RAX: 000000000000002a
[ 1114.088028][ C2] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f8df680ed67
[ 1114.088880][ C2] RDX: 0000000000000010 RSI: 0000000000a450e0 RDI: 0000000000000005
[ 1114.089477][ C2] RBP: 00007ffc49297b60 R08: 00007ffc49297970 R09: 0000000000000000
[ 1114.090325][ C2] R10: 00007f8df6705618 R11: 0000000000000246 R12: 0000000000000005
Finger prints:
tc_run:__netif_receive_skb_one_core:process_backlog:net_rx_action:handle_softirqs
tcf_mirred_act:fl_classify:tcf_classify:tc_run:__netif_receive_skb_one_core