======================================
| [ 36.809861][ C1] ip6_tunnel: h3-gt6 xmit: Local address not yet configured!
| [ 37.041174][ C0] ------------[ cut here ]------------
| [ 37.041640][ C0] WARNING: CPU: 0 PID: 406 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)
| [ 37.042258][ C0] Modules linked in: act_mirred cls_flower bridge stp llc ip6_gre ip6_tunnel tunnel6 act_gact cls_matchall ip_gre gre sch_ingress vrf veth
[ 37.043852][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 37.044331][ C0] 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)
[ 37.044745][ C0] 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
[ 37.046010][ C0] RSP: 0018:ffffc90000007980 EFLAGS: 00010246
[ 37.046488][ C0] RAX: ffffe8ffffc04f40 RBX: ffff8880058a7a80 RCX: 0000000000000000
[ 37.047070][ C0] RDX: ffff888014981ec0 RSI: 0000000000000000 RDI: ffff888014981ec4
[ 37.047565][ C0] RBP: ffffc90000007a28 R08: 0000000000000000 R09: ffffed1000618139
[ 37.048410][ C0] R10: ffff8880030c09cf R11: ffffffff96f744c0 R12: ffffc90000007b28
[ 37.048953][ C0] R13: 1ffff92000000f34 R14: ffff8880058a7ac8 R15: ffff888011fb86f8
[ 37.049496][ C0] FS: 00007f18f0a65740(0000) GS:ffff88809dff2000(0000) knlGS:0000000000000000
[ 37.050136][ C0] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 37.050518][ C0] CR2: 00007f18f0eb6a98 CR3: 000000001205e002 CR4: 0000000000772ef0
[ 37.051094][ C0] PKRU: 55555554
[ 37.051432][ C0] Call Trace:
[ 37.051761][ C0]
[ 37.051918][ C0] ? napi_disable (net/core/dev.c:4349)
[ 37.052309][ C0] ? packet_rcv (net/packet/af_packet.c:2210)
[ 37.052707][ C0] __netif_receive_skb_core.constprop.0 (net/core/dev.c:4448 net/core/dev.c:5989)
[ 37.053176][ C0] ? ip_local_deliver (./include/linux/netfilter.h:318 ./include/linux/netfilter.h:312 net/ipv4/ip_input.c:262)
[ 37.053476][ C0] ? ip_local_deliver_finish (net/ipv4/ip_input.c:251)
[ 37.053872][ C0] ? do_xdp_generic (net/core/dev.c:5908)
[ 37.054203][ C0] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 37.054587][ C0] ? validate_chain (kernel/locking/lockdep.c:3801 kernel/locking/lockdep.c:3821 kernel/locking/lockdep.c:3876)
[ 37.055004][ C0] ? __lock_acquire (kernel/locking/lockdep.c:5237)
[ 37.055452][ C0] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 37.055771][ C0] __netif_receive_skb_one_core (net/core/dev.c:6137)
[ 37.056314][ C0] ? __netif_receive_skb_list_core (net/core/dev.c:6131)
[ 37.056759][ C0] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 37.057108][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 37.057512][ C0] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 37.057836][ C0] process_backlog (./include/linux/rcupdate.h:895 net/core/dev.c:6604)
[ 37.058207][ C0] __napi_poll.constprop.0 (net/core/dev.c:7668)
[ 37.058552][ C0] net_rx_action (net/core/dev.c:7730 net/core/dev.c:7882)
[ 37.058873][ C0] ? run_backlog_napi (net/core/dev.c:7844)
[ 37.059292][ C0] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 37.059638][ C0] ? lock_downgrade (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./arch/x86/include/asm/irqflags.h:159 kernel/locking/lockdep.c:5765)
[ 37.059940][ C0] ? kvm_clock_get_cycles (./arch/x86/include/asm/preempt.h:95 arch/x86/kernel/kvmclock.c:80 arch/x86/kernel/kvmclock.c:86)
[ 37.060245][ C0] ? ktime_get (kernel/time/timekeeping.c:387 (discriminator 4) kernel/time/timekeeping.c:404 (discriminator 4) kernel/time/timekeeping.c:826 (discriminator 4))
[ 37.060484][ C0] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 37.060881][ C0] ? hrtimer_interrupt (kernel/time/hrtimer.c:1916)
[ 37.061377][ C0] handle_softirqs (kernel/softirq.c:623)
[ 37.061736][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:934 net/core/dev.c:4847)
[ 37.062049][ C0] do_softirq (kernel/softirq.c:523 kernel/softirq.c:510)
[ 37.062272][ C0]
[ 37.062425][ C0]
[ 37.062572][ C0] __local_bh_enable_ip (kernel/softirq.c:450)
[ 37.062887][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:934 net/core/dev.c:4847)
[ 37.063181][ C0] __dev_queue_xmit (net/core/dev.c:4848)
[ 37.063488][ C0] ? netdev_core_pick_tx (net/core/dev.c:4728)
[ 37.063819][ C0] ? packet_parse_headers (./include/linux/skbuff.h:3180 net/packet/af_packet.c:1938)
[ 37.064120][ C0] ? sock_wmalloc (net/core/sock.c:2968)
[ 37.064418][ C0] ? packet_cached_dev_get (net/packet/af_packet.c:1923)
[ 37.064718][ C0] ? skb_copy_datagram_from_iter (net/core/datagram.c:561)
[ 37.065105][ C0] packet_snd (net/packet/af_packet.c:3076)
[ 37.065412][ C0] ? tpacket_snd (net/packet/af_packet.c:2940)
[ 37.065713][ C0] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 37.066035][ C0] ? __might_fault (mm/memory.c:7081 mm/memory.c:7075)
[ 37.066340][ C0] __sys_sendto (net/socket.c:727 net/socket.c:742 net/socket.c:2244)
[ 37.066651][ C0] ? __ia32_sys_getpeername (net/socket.c:2211)
[ 37.066960][ C0] ? sock_ioctl (net/socket.c:1378)
[ 37.067262][ C0] ? down_write_nested (kernel/locking/rwsem.c:1350)
[ 37.067560][ C0] ? do_user_addr_fault (./include/linux/mmap_lock.h:396 arch/x86/mm/fault.c:1415)
[ 37.067884][ C0] __x64_sys_sendto (net/socket.c:2247)
[ 37.068186][ C0] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:124 arch/x86/entry/syscall_64.c:90)
[ 37.068481][ C0] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 37.068816][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 37.069121][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 37.069489][ C0] RIP: 0033:0x7f18f0c8127a
[ 37.069823][ C0] 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
[ 37.070897][ C0] RSP: 002b:00007ffe0e77a938 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 37.071365][ C0] RAX: ffffffffffffffda RBX: 000000001f34a9d0 RCX: 00007f18f0c8127a
[ 37.071828][ C0] RDX: 000000000000002a RSI: 000000001f34ac92 RDI: 0000000000000005
[ 37.072280][ C0] RBP: 000000001f34ac92 R08: 00007ffe0e77a940 R09: 0000000000000014
[ 37.072734][ C0] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
[ 37.073188][ C0] R13: 000000000000002a R14: 00007ffe0e77a940 R15: 0000000000000000
| [ 37.076661][ C0] ------------[ cut here ]------------
| [ 37.076975][ C0] WARNING: CPU: 0 PID: 406 at ./include/net/sch_generic.h:843 tcf_gact_act (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/act_api.h:232 net/sched/act_gact.c:164) act_gact
| [ 37.077589][ C0] Modules linked in: act_mirred cls_flower bridge stp llc ip6_gre ip6_tunnel tunnel6 act_gact cls_matchall ip_gre gre sch_ingress vrf veth
| [ 37.079498][ C0] Tainted: [W]=WARN
[ 37.079789][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 37.080220][ C0] RIP: 0010:tcf_gact_act (./include/net/sch_generic.h:843 ./include/net/sch_generic.h:889 ./include/net/act_api.h:232 net/sched/act_gact.c:164) act_gact
[ 37.080637][ C0] Code: 06 48 89 fa 48 c1 ea 03 0f b6 14 02 48 89 f8 83 e0 07 83 c0 01 38 d0 7c 08 84 d2 0f 85 47 03 00 00 66 41 83 7d 06 00 74 04 90 <0f> 0b 90 48 b8 00 00 00 00 00 fc ff df 48 8d 7d 28 48 89 fa 48 c1
All code
========
0: 06 (bad)
1: 48 89 fa mov %rdi,%rdx
4: 48 c1 ea 03 shr $0x3,%rdx
8: 0f b6 14 02 movzbl (%rdx,%rax,1),%edx
c: 48 89 f8 mov %rdi,%rax
f: 83 e0 07 and $0x7,%eax
12: 83 c0 01 add $0x1,%eax
15: 38 d0 cmp %dl,%al
17: 7c 08 jl 0x21
19: 84 d2 test %dl,%dl
1b: 0f 85 47 03 00 00 jne 0x368
21: 66 41 83 7d 06 00 cmpw $0x0,0x6(%r13)
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: 48 8d 7d 28 lea 0x28(%rbp),%rdi
3b: 48 89 fa mov %rdi,%rdx
3e: 48 rex.W
3f: c1 .byte 0xc1
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: 48 8d 7d 28 lea 0x28(%rbp),%rdi
11: 48 89 fa mov %rdi,%rdx
14: 48 rex.W
15: c1 .byte 0xc1
[ 37.081761][ C0] RSP: 0018:ffffc90000007418 EFLAGS: 00010246
[ 37.082157][ C0] RAX: 0000000000000000 RBX: ffff8880029cf400 RCX: 1ffffffff810185f
[ 37.082638][ C0] RDX: 0000000000000000 RSI: ffffffff9645d5c0 RDI: ffff888014981ec4
[ 37.083107][ C0] RBP: ffff8880058a7a80 R08: 0000000000000001 R09: ffff88800f58522c
[ 37.083577][ C0] R10: 0000000000000000 R11: ffff8880029cdc00 R12: ffffe8ffffc07da0
[ 37.084054][ C0] R13: ffff888014981ec0 R14: 0000000000000000 R15: 0000000000000000
[ 37.084530][ C0] FS: 00007f18f0a65740(0000) GS:ffff88809dff2000(0000) knlGS:0000000000000000
[ 37.085096][ C0] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 37.085494][ C0] CR2: 00007f18f0eb6a98 CR3: 000000001205e002 CR4: 0000000000772ef0
[ 37.086004][ C0] PKRU: 55555554
[ 37.086282][ C0] Call Trace:
[ 37.086524][ C0]
[ 37.086706][ C0] tcf_action_exec.part.0 (./include/net/tc_wrapper.h:217 net/sched/act_api.c:1150)
[ 37.087042][ C0] fl_classify (net/sched/cls_flower.c:356) cls_flower
[ 37.087377][ C0] ? fl_mask_lookup (net/sched/cls_flower.c:327) cls_flower
[ 37.087798][ C0] ? _raw_spin_unlock_irqrestore (./arch/x86/include/asm/preempt.h:104 ./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 37.088212][ C0] ? __up_console_sem (kernel/printk/printk.c:345 (discriminator 1))
[ 37.088542][ C0] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 37.088897][ C0] ? console_unlock (kernel/printk/printk.c:3277 kernel/printk/printk.c:3298)
[ 37.089229][ C0] ? console_flush_all (kernel/printk/printk.c:3293)
[ 37.089578][ C0] ? lock_acquire (kernel/locking/lockdep.c:5872)
[ 37.089929][ C0] ? vprintk_emit (kernel/printk/printk.c:2422)
[ 37.090263][ C0] ? __down_trylock_console_sem (kernel/printk/printk.c:333)
[ 37.090594][ C0] ? vprintk_emit (kernel/printk/printk.c:2422)
[ 37.090938][ C0] ? __wake_up_klogd.part.0 (./arch/x86/include/asm/preempt.h:104 kernel/printk/printk.c:4531)
[ 37.091269][ C0] ? vprintk_emit (kernel/printk/printk.c:2370)
[ 37.091637][ C0] ? wake_up_klogd_work_func (kernel/printk/printk.c:2370)
[ 37.091963][ C0] ? _printk (kernel/printk/printk.c:2443)
[ 37.092219][ C0] ? console_prepend_message (kernel/printk/printk.c:2443)
[ 37.092577][ C0] ? 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)
[ 37.092843][ C0] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 37.093235][ C0] ? 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)
[ 37.093490][ C0] __tcf_classify (./include/net/tc_wrapper.h:223 net/sched/cls_api.c:1764)
[ 37.093904][ C0] tcf_classify (net/sched/cls_api.c:1860)
[ 37.094276][ C0] ? exc_invalid_op (arch/x86/kernel/traps.c:392 (discriminator 1))
[ 37.094680][ C0] ? __tcf_classify (net/sched/cls_api.c:1809)
[ 37.095088][ C0] tc_run (net/core/dev.c:4373)
[ 37.095338][ C0] ? napi_disable (net/core/dev.c:4349)
[ 37.095728][ C0] ? packet_rcv (net/packet/af_packet.c:2210)
[ 37.096136][ C0] __netif_receive_skb_core.constprop.0 (net/core/dev.c:4448 net/core/dev.c:5989)
[ 37.096676][ C0] ? ip_local_deliver (./include/linux/netfilter.h:318 ./include/linux/netfilter.h:312 net/ipv4/ip_input.c:262)
[ 37.096997][ C0] ? ip_local_deliver_finish (net/ipv4/ip_input.c:251)
[ 37.097334][ C0] ? do_xdp_generic (net/core/dev.c:5908)
[ 37.097681][ C0] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 37.098005][ C0] ? validate_chain (kernel/locking/lockdep.c:3801 kernel/locking/lockdep.c:3821 kernel/locking/lockdep.c:3876)
[ 37.098444][ C0] ? __lock_acquire (kernel/locking/lockdep.c:5237)
[ 37.098820][ C0] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 37.099172][ C0] __netif_receive_skb_one_core (net/core/dev.c:6137)
[ 37.099586][ C0] ? __netif_receive_skb_list_core (net/core/dev.c:6131)
[ 37.100036][ C0] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751)
[ 37.100372][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 37.100797][ C0] ? process_backlog (./include/linux/local_lock_internal.h:57 net/core/dev.c:6601)
[ 37.101142][ C0] process_backlog (./include/linux/rcupdate.h:895 net/core/dev.c:6604)
[ 37.101477][ C0] __napi_poll.constprop.0 (net/core/dev.c:7668)
[ 37.101825][ C0] net_rx_action (net/core/dev.c:7730 net/core/dev.c:7882)
[ 37.102292][ C0] ? run_backlog_napi (net/core/dev.c:7844)
[ 37.102675][ C0] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 37.103128][ C0] ? lock_downgrade (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./arch/x86/include/asm/irqflags.h:159 kernel/locking/lockdep.c:5765)
[ 37.103467][ C0] ? kvm_clock_get_cycles (./arch/x86/include/asm/preempt.h:95 arch/x86/kernel/kvmclock.c:80 arch/x86/kernel/kvmclock.c:86)
[ 37.103815][ C0] ? ktime_get (kernel/time/timekeeping.c:387 (discriminator 4) kernel/time/timekeeping.c:404 (discriminator 4) kernel/time/timekeeping.c:826 (discriminator 4))
[ 37.104213][ C0] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 37.104894][ C0] ? hrtimer_interrupt (kernel/time/hrtimer.c:1916)
[ 37.105258][ C0] handle_softirqs (kernel/softirq.c:623)
[ 37.105593][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:934 net/core/dev.c:4847)
[ 37.105966][ C0] do_softirq (kernel/softirq.c:523 kernel/softirq.c:510)
[ 37.106226][ C0]
[ 37.106393][ C0]
[ 37.106560][ C0] __local_bh_enable_ip (kernel/softirq.c:450)
[ 37.106939][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:934 net/core/dev.c:4847)
[ 37.107319][ C0] __dev_queue_xmit (net/core/dev.c:4848)
[ 37.107734][ C0] ? netdev_core_pick_tx (net/core/dev.c:4728)
[ 37.108134][ C0] ? packet_parse_headers (./include/linux/skbuff.h:3180 net/packet/af_packet.c:1938)
[ 37.108689][ C0] ? sock_wmalloc (net/core/sock.c:2968)
[ 37.109272][ C0] ? packet_cached_dev_get (net/packet/af_packet.c:1923)
[ 37.109787][ C0] ? skb_copy_datagram_from_iter (net/core/datagram.c:561)
[ 37.110216][ C0] packet_snd (net/packet/af_packet.c:3076)
[ 37.110559][ C0] ? tpacket_snd (net/packet/af_packet.c:2940)
[ 37.110922][ C0] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 37.111443][ C0] ? __might_fault (mm/memory.c:7081 mm/memory.c:7075)
[ 37.112044][ C0] __sys_sendto (net/socket.c:727 net/socket.c:742 net/socket.c:2244)
[ 37.112644][ C0] ? __ia32_sys_getpeername (net/socket.c:2211)
[ 37.113240][ C0] ? sock_ioctl (net/socket.c:1378)
[ 37.113844][ C0] ? down_write_nested (kernel/locking/rwsem.c:1350)
[ 37.114402][ C0] ? do_user_addr_fault (./include/linux/mmap_lock.h:396 arch/x86/mm/fault.c:1415)
[ 37.115009][ C0] __x64_sys_sendto (net/socket.c:2247)
[ 37.115558][ C0] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:124 arch/x86/entry/syscall_64.c:90)
[ 37.116163][ C0] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4472)
[ 37.116743][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 37.117317][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 37.118020][ C0] RIP: 0033:0x7f18f0c8127a
[ 37.118593][ C0] 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
[ 37.120636][ C0] RSP: 002b:00007ffe0e77a938 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 37.121989][ C0] RAX: ffffffffffffffda RBX: 000000001f34a9d0 RCX: 00007f18f0c8127a
[ 37.122865][ C0] RDX: 000000000000002a RSI: 000000001f34ac92 RDI: 0000000000000005
[ 37.124147][ C0] RBP: 000000001f34ac92 R08: 00007ffe0e77a940 R09: 0000000000000014
[ 37.125007][ C0] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
Finger prints:
tcf_gact_act:fl_classify:__tcf_classify:tcf_classify:tc_run
tc_run:__netif_receive_skb_one_core:process_backlog:net_rx_action:handle_softirqs