Comment 2 for bug 1993311

Revision history for this message
Stephen Bates (sbates) wrote :

For ease of reference here is the Ooops in demsg:

[ 10.010046] ================================================================================
[ 10.010337] UBSAN: array-index-out-of-bounds in /build/linux-lU2d47/linux-5.15.0/drivers/net/ethernet/aquantia/atlantic/aq_nic.c:1262:48
[ 10.010617] index 8 is out of range for type 'aq_vec_s *[8]'
[ 10.010901] CPU: 14 PID: 1286 Comm: daemon-init Not tainted 5.15.0-50-generic #56-Ubuntu
[ 10.010902] Hardware name: ASUS System Product Name/ROG CROSSHAIR X670E EXTREME, BIOS 0420 08/10/2022
[ 10.010903] Call Trace:
[ 10.010905] <TASK>
[ 10.010905] show_stack+0x52/0x5c
[ 10.010909] dump_stack_lvl+0x4a/0x63
[ 10.010912] dump_stack+0x10/0x16
[ 10.010912] ubsan_epilogue+0x9/0x49
[ 10.010914] __ubsan_handle_out_of_bounds.cold+0x44/0x49
[ 10.010915] ? dev_get_port_parent_id+0x18/0x160
[ 10.010917] ? aq_vec_stop+0x72/0x80 [atlantic]
[ 10.010939] aq_nic_stop+0x10a/0x110 [atlantic]
[ 10.010941] aq_ndev_set_features+0x143/0x1a0 [atlantic]
[ 10.010943] __netdev_update_features+0x184/0x820
[ 10.010945] dev_disable_lro+0x34/0x150
[ 10.010946] devinet_sysctl_forward+0x1fb/0x230
[ 10.010948] proc_sys_call_handler+0x16a/0x2f0
[ 10.010950] proc_sys_write+0x13/0x20
[ 10.010950] new_sync_write+0x114/0x1a0
[ 10.010952] vfs_write+0x1d5/0x270
[ 10.010952] ksys_write+0x67/0xf0
[ 10.010953] __x64_sys_write+0x19/0x20
[ 10.010954] do_syscall_64+0x5c/0xc0
[ 10.010956] ? syscall_exit_to_user_mode+0x27/0x50
[ 10.010957] ? do_syscall_64+0x69/0xc0
[ 10.010957] ? __rseq_handle_notify_resume+0x2d/0xc0
[ 10.010959] ? do_flush_tlb_all+0x1a/0x30
[ 10.010960] ? flush_smp_call_function_queue+0x11d/0x170
[ 10.010962] ? exit_to_user_mode_prepare+0x37/0xb0
[ 10.010964] ? irqentry_exit_to_user_mode+0x9/0x20
[ 10.010965] ? irqentry_exit+0x1d/0x30
[ 10.010965] ? sysvec_call_function+0x4e/0x90
[ 10.010966] entry_SYSCALL_64_after_hwframe+0x61/0xcb
[ 10.010968] RIP: 0033:0x7eff0cda1a6f
[ 10.010969] Code: 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 19 c0 f7 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 44 24 08 e8 5c c0 f7 ff 48
[ 10.010970] RSP: 002b:00007efef8ff8810 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[ 10.010971] RAX: ffffffffffffffda RBX: 0000000000000002 RCX: 00007eff0cda1a6f
[ 10.010971] RDX: 0000000000000002 RSI: 00007eff085025e5 RDI: 0000000000000013
[ 10.010972] RBP: 00007eff085025e5 R08: 0000000000000000 R09: 0000000000000001
[ 10.010972] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000013
[ 10.010973] R13: 0000000000000013 R14: 0000000000000000 R15: 00007efebc02ded0
[ 10.010973] </TASK>
[ 10.010974] ================================================================================