Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mt7622: NULL pointer dereference in ieee80211_ctstoself_duration+0x494/0x594 #9539

Closed
t3dium opened this issue Mar 23, 2022 · 8 comments
Closed
Labels
bug issue report with a confirmed bug kernel pull request/issue with Linux kernel related changes target/mediatek pull request/issue for mediatek target

Comments

@t3dium
Copy link

t3dium commented Mar 23, 2022

i've disabled hardware and software offloading as a temporary workaround for 9440, but i'm not quite sure what caused this kernel panic, I don't think it's related to the previous issue so I opened a new one.

pasted cat /sys/fs/pstore* logs below:

Oops#1 Part1
<6>[    8.872847] mt7915e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
<6>[    8.872847]
<6>[    8.946812] mt7622-wmac 18000000.wmac: N9 Firmware Version: 2.0, Build Time: 20200131180931
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
<7>[1180958.782319] x29: ffffffc0127c3c00 x28: 0000000000000000
<7>[1180958.787797] x27: ffffff8001bc17d0 x26: ffffff80029d48c0
<7>[1180958.793276] x25: ffffff8001bc10a0 x24: ffffff8001bc1178
<7>[1180958.798753] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[1180958.804231] x21: 0000000000000000 x20: ffffff8001bc17d0
<7>[1180958.809708] x19: ffffff8001bc1a40 x18: 00002d3987d9b5da
<7>[1180958.815185] x17: 0000000000000012 x16: ffffffc0108083e0
<7>[1180958.820662] x15: 0000000000000003 x14: 000000000000049d
<7>[1180958.826139] x13: 00000000000001b0 x12: 00000000ad583ee9
<7>[1180958.831617] x11: 0000000000000000 x10: 0000000000000820
<7>[1180958.837095] x9 : ffffffc0127c3d70 x8 : ffffff80008f6b80
<7>[1180958.842572] x7 : 0000000000000004 x6 : ffffff80029d5bd0
<7>[1180958.848050] x5 : 0000000000000000 x4 : 0000000000000000
<7>[1180958.853527] x3 : 0000000000000008 x2 : ffffff80029d5648
<7>[1180958.859004] x1 : ffffff80029d5bd8 x0 : 0000000000000038
<7>[1180958.864482] Call trace:
<7>[1180958.867104]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.873284]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.878505]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[1180958.884156]  tasklet_action+0x24/0x30
<7>[1180958.887984]  _stext+0x124/0x28c
<7>[1180958.891290]  do_softirq+0x74/0x80
<7>[1180958.894770]  __local_bh_enable_ip+0x88/0x90
<7>[1180958.899120]  napi_threaded_poll+0x94/0xf0
<7>[1180958.903296]  kthread+0x120/0x124
<7>[1180958.906690]  ret_from_fork+0x10/0x18
<0>[1180958.910434] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[1180958.916692] ---[ end trace e2e9109b2c1dda43 ]---
Panic#2 Part1
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
root@OpenWrt:~# cat /sys/fs/pstore/*
Oops#1 Part1
<6>[    8.872847] mt7915e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
<6>[    8.872847]
<6>[    8.946812] mt7622-wmac 18000000.wmac: N9 Firmware Version: 2.0, Build Time: 20200131180931
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
<7>[1180958.782319] x29: ffffffc0127c3c00 x28: 0000000000000000
<7>[1180958.787797] x27: ffffff8001bc17d0 x26: ffffff80029d48c0
<7>[1180958.793276] x25: ffffff8001bc10a0 x24: ffffff8001bc1178
<7>[1180958.798753] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[1180958.804231] x21: 0000000000000000 x20: ffffff8001bc17d0
<7>[1180958.809708] x19: ffffff8001bc1a40 x18: 00002d3987d9b5da
<7>[1180958.815185] x17: 0000000000000012 x16: ffffffc0108083e0
<7>[1180958.820662] x15: 0000000000000003 x14: 000000000000049d
<7>[1180958.826139] x13: 00000000000001b0 x12: 00000000ad583ee9
<7>[1180958.831617] x11: 0000000000000000 x10: 0000000000000820
<7>[1180958.837095] x9 : ffffffc0127c3d70 x8 : ffffff80008f6b80
<7>[1180958.842572] x7 : 0000000000000004 x6 : ffffff80029d5bd0
<7>[1180958.848050] x5 : 0000000000000000 x4 : 0000000000000000
<7>[1180958.853527] x3 : 0000000000000008 x2 : ffffff80029d5648
<7>[1180958.859004] x1 : ffffff80029d5bd8 x0 : 0000000000000038
<7>[1180958.864482] Call trace:
<7>[1180958.867104]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.873284]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.878505]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[1180958.884156]  tasklet_action+0x24/0x30
<7>[1180958.887984]  _stext+0x124/0x28c
<7>[1180958.891290]  do_softirq+0x74/0x80
<7>[1180958.894770]  __local_bh_enable_ip+0x88/0x90
<7>[1180958.899120]  napi_threaded_poll+0x94/0xf0
<7>[1180958.903296]  kthread+0x120/0x124
<7>[1180958.906690]  ret_from_fork+0x10/0x18
<0>[1180958.910434] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[1180958.916692] ---[ end trace e2e9109b2c1dda43 ]---
Panic#2 Part1
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
<7>[1180958.782319] x29: ffffffc0127c3c00 x28: 0000000000000000
<7>[1180958.787797] x27: ffffff8001bc17d0 x26: ffffff80029d48c0
<7>[1180958.793276] x25: ffffff8001bc10a0 x24: ffffff8001bc1178
<7>[1180958.798753] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[1180958.804231] x21: 0000000000000000 x20: ffffff8001bc17d0
<7>[1180958.809708] x19: ffffff8001bc1a40 x18: 00002d3987d9b5da
<7>[1180958.815185] x17: 0000000000000012 x16: ffffffc0108083e0
<7>[1180958.820662] x15: 0000000000000003 x14: 000000000000049d
<7>[1180958.826139] x13: 00000000000001b0 x12: 00000000ad583ee9
<7>[1180958.831617] x11: 0000000000000000 x10: 0000000000000820
<7>[1180958.837095] x9 : ffffffc0127c3d70 x8 : ffffff80008f6b80
<7>[1180958.842572] x7 : 0000000000000004 x6 : ffffff80029d5bd0
<7>[1180958.848050] x5 : 0000000000000000 x4 : 0000000000000000
<7>[1180958.853527] x3 : 0000000000000008 x2 : ffffff80029d5648
<7>[1180958.859004] x1 : ffffff80029d5bd8 x0 : 0000000000000038
<7>[1180958.864482] Call trace:
<7>[1180958.867104]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.873284]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.878505]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[1180958.884156]  tasklet_action+0x24/0x30
<7>[1180958.887984]  _stext+0x124/0x28c
<7>[1180958.891290]  do_softirq+0x74/0x80
<7>[1180958.894770]  __local_bh_enable_ip+0x88/0x90
<7>[1180958.899120]  napi_threaded_poll+0x94/0xf0
<7>[1180958.903296]  kthread+0x120/0x124
<7>[1180958.906690]  ret_from_fork+0x10/0x18
<0>[1180958.910434] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[1180958.916692] ---[ end trace e2e9109b2c1dda43 ]---
<0>[1180958.928156] Kernel panic - not syncing: Oops: Fatal exception in interrupt
<2>[1180958.935199] SMP: stopping secondary CPUs
<0>[1180958.939290] Kernel Offset: disabled
<0>[1180958.942945] CPU features: 0x0000002,04002004
<0>[1180958.947378] Memory Limit: none
@mrkiko
Copy link
Contributor

mrkiko commented Mar 23, 2022

I think I was affected by a similar issue - the "ctstoself" function at least. I was not able to draw any useful conclusion.

@ynezz ynezz added bug issue report with a confirmed bug target/mediatek pull request/issue for mediatek target kernel pull request/issue with Linux kernel related changes labels Mar 23, 2022
@ynezz ynezz changed the title Kernel Panic - Belkin rt3200 UBI - Oops: Fatal exception in interrupt mt7622: NULL pointer dereference in ieee80211_ctstoself_duration+0x494/0x594 Mar 23, 2022
@mrkiko
Copy link
Contributor

mrkiko commented Mar 24, 2022

Can you try to disable the 2.4 ghz interface and let me know if this happens again? How much time does it take to happen in your scenario?

@t3dium
Copy link
Author

t3dium commented Mar 24, 2022

Can you try to disable the 2.4 ghz interface and let me know if this happens again? How much time does it take to happen in your scenario?

I can't to do that unfortunately as some clients are dependent on 2.4ghz and there's no telling when I may get a kernel panic as it seems to be a rare occurrence.

How much time does it take to happen in your scenario?

From what I can tell its quite rare, on this specific router I've had an uptime of roughly 2 weeks before randomly having the router crash. It's the first time it had a kernel panic with the issue above.

@t3dium
Copy link
Author

t3dium commented Mar 26, 2022

It happened again...

Oops#1 Part1
<6>[    8.872847] mt7915e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
<6>[    8.872847]
<6>[    8.946812] mt7622-wmac 18000000.wmac: N9 Firmware Version: 2.0, Build Time: 20200131180931
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
<7>[1180958.782319] x29: ffffffc0127c3c00 x28: 0000000000000000
<7>[1180958.787797] x27: ffffff8001bc17d0 x26: ffffff80029d48c0
<7>[1180958.793276] x25: ffffff8001bc10a0 x24: ffffff8001bc1178
<7>[1180958.798753] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[1180958.804231] x21: 0000000000000000 x20: ffffff8001bc17d0
<7>[1180958.809708] x19: ffffff8001bc1a40 x18: 00002d3987d9b5da
<7>[1180958.815185] x17: 0000000000000012 x16: ffffffc0108083e0
<7>[1180958.820662] x15: 0000000000000003 x14: 000000000000049d
<7>[1180958.826139] x13: 00000000000001b0 x12: 00000000ad583ee9
<7>[1180958.831617] x11: 0000000000000000 x10: 0000000000000820
<7>[1180958.837095] x9 : ffffffc0127c3d70 x8 : ffffff80008f6b80
<7>[1180958.842572] x7 : 0000000000000004 x6 : ffffff80029d5bd0
<7>[1180958.848050] x5 : 0000000000000000 x4 : 0000000000000000
<7>[1180958.853527] x3 : 0000000000000008 x2 : ffffff80029d5648
<7>[1180958.859004] x1 : ffffff80029d5bd8 x0 : 0000000000000038
<7>[1180958.864482] Call trace:
<7>[1180958.867104]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.873284]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.878505]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[1180958.884156]  tasklet_action+0x24/0x30
<7>[1180958.887984]  _stext+0x124/0x28c
<7>[1180958.891290]  do_softirq+0x74/0x80
<7>[1180958.894770]  __local_bh_enable_ip+0x88/0x90
<7>[1180958.899120]  napi_threaded_poll+0x94/0xf0
<7>[1180958.903296]  kthread+0x120/0x124
<7>[1180958.906690]  ret_from_fork+0x10/0x18
<0>[1180958.910434] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[1180958.916692] ---[ end trace e2e9109b2c1dda43 ]---
Panic#2 Part1
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
root@OpenWrt:~# cat /sys/fs/pstore/*
Oops#1 Part1
<6>[    8.872847] mt7915e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
<6>[    8.872847]
<6>[    8.946812] mt7622-wmac 18000000.wmac: N9 Firmware Version: 2.0, Build Time: 20200131180931
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
<7>[1180958.782319] x29: ffffffc0127c3c00 x28: 0000000000000000
<7>[1180958.787797] x27: ffffff8001bc17d0 x26: ffffff80029d48c0
<7>[1180958.793276] x25: ffffff8001bc10a0 x24: ffffff8001bc1178
<7>[1180958.798753] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[1180958.804231] x21: 0000000000000000 x20: ffffff8001bc17d0
<7>[1180958.809708] x19: ffffff8001bc1a40 x18: 00002d3987d9b5da
<7>[1180958.815185] x17: 0000000000000012 x16: ffffffc0108083e0
<7>[1180958.820662] x15: 0000000000000003 x14: 000000000000049d
<7>[1180958.826139] x13: 00000000000001b0 x12: 00000000ad583ee9
<7>[1180958.831617] x11: 0000000000000000 x10: 0000000000000820
<7>[1180958.837095] x9 : ffffffc0127c3d70 x8 : ffffff80008f6b80
<7>[1180958.842572] x7 : 0000000000000004 x6 : ffffff80029d5bd0
<7>[1180958.848050] x5 : 0000000000000000 x4 : 0000000000000000
<7>[1180958.853527] x3 : 0000000000000008 x2 : ffffff80029d5648
<7>[1180958.859004] x1 : ffffff80029d5bd8 x0 : 0000000000000038
<7>[1180958.864482] Call trace:
<7>[1180958.867104]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.873284]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.878505]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[1180958.884156]  tasklet_action+0x24/0x30
<7>[1180958.887984]  _stext+0x124/0x28c
<7>[1180958.891290]  do_softirq+0x74/0x80
<7>[1180958.894770]  __local_bh_enable_ip+0x88/0x90
<7>[1180958.899120]  napi_threaded_poll+0x94/0xf0
<7>[1180958.903296]  kthread+0x120/0x124
<7>[1180958.906690]  ret_from_fork+0x10/0x18
<0>[1180958.910434] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[1180958.916692] ---[ end trace e2e9109b2c1dda43 ]---
Panic#2 Part1
<6>[    9.006374] mt7915e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
<6>[    9.030784] mt7915e 0000:01:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
<6>[    9.155048] PPP generic driver version 2.4.2
<6>[    9.160284] NET: Registered protocol family 24
<14>[    9.172422] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   12.189343] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
<6>[   12.193441] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
<6>[   12.193556] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
<6>[   12.193589] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   12.194803] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
<6>[   12.195517] 8021q: adding VLAN 0 to HW filter on device lan1
<6>[   12.200137] br-lan: port 1(lan1) entered blocking state
<6>[   12.200150] br-lan: port 1(lan1) entered disabled state
<6>[   12.201958] device lan1 entered promiscuous mode
<6>[   12.201968] device eth0 entered promiscuous mode
<6>[   12.220264] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
<6>[   12.220820] 8021q: adding VLAN 0 to HW filter on device lan2
<6>[   12.225115] br-lan: port 2(lan2) entered blocking state
<6>[   12.225126] br-lan: port 2(lan2) entered disabled state
<6>[   12.235581] device lan2 entered promiscuous mode
<6>[   12.243973] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
<6>[   12.244512] 8021q: adding VLAN 0 to HW filter on device lan3
<6>[   12.249154] br-lan: port 3(lan3) entered blocking state
<6>[   12.249166] br-lan: port 3(lan3) entered disabled state
<6>[   12.250522] device lan3 entered promiscuous mode
<6>[   12.258876] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
<6>[   12.259420] 8021q: adding VLAN 0 to HW filter on device lan4
<6>[   12.263478] br-lan: port 4(lan4) entered blocking state
<6>[   12.263491] br-lan: port 4(lan4) entered disabled state
<6>[   12.270111] device lan4 entered promiscuous mode
<6>[   12.273043] mt7530 mdio-bus:00 lan4: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[   12.278676] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.282725] br-lan: port 4(lan4) entered blocking state
<6>[   12.282739] br-lan: port 4(lan4) entered forwarding state
<6>[   12.283078] br-lan: port 3(lan3) entered blocking state
<6>[   12.283089] br-lan: port 3(lan3) entered forwarding state
<6>[   12.284241] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   12.286919] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
<6>[   12.287490] 8021q: adding VLAN 0 to HW filter on device wan
<6>[   12.294437] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   12.294475] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
<6>[   14.866546] br-lan: port 5(wlan0) entered blocking state
<6>[   14.866559] br-lan: port 5(wlan0) entered disabled state
<6>[   14.866788] device wlan0 entered promiscuous mode
<6>[   14.964710] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
<6>[   15.357750] br-lan: port 6(wlan1) entered blocking state
<6>[   15.357763] br-lan: port 6(wlan1) entered disabled state
<6>[   15.357970] device wlan1 entered promiscuous mode
<6>[   15.358050] br-lan: port 6(wlan1) entered blocking state
<6>[   15.358057] br-lan: port 6(wlan1) entered forwarding state
<6>[   15.359669] br-lan: port 1(lan1) entered blocking state
<6>[   15.359685] br-lan: port 1(lan1) entered forwarding state
<6>[   15.865738] br-lan: port 6(wlan1) entered disabled state
<6>[   22.719295] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[   22.719425] br-lan: port 5(wlan0) entered blocking state
<6>[   22.719434] br-lan: port 5(wlan0) entered forwarding state
<6>[   63.183950] br-lan: port 3(lan3) entered disabled state
<6>[   63.184594] mt7530 mdio-bus:00 lan3: Link is Down
<6>[   95.709466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[   95.709602] br-lan: port 6(wlan1) entered blocking state
<6>[   95.709610] br-lan: port 6(wlan1) entered forwarding state
<6>[1180958.175469] device wlan0 left promiscuous mode
<6>[1180958.175567] br-lan: port 5(wlan0) entered disabled state
<6>[1180958.355640] br-lan: port 6(wlan1) entered disabled state
<6>[1180958.355712] br-lan: port 4(lan4) entered disabled state
<6>[1180958.355750] br-lan: port 1(lan1) entered disabled state
<6>[1180958.356992] device lan1 left promiscuous mode
<6>[1180958.357072] br-lan: port 1(lan1) entered disabled state
<6>[1180958.399176] mt7530 mdio-bus:00 lan1: Link is Down
<6>[1180958.401082] device lan2 left promiscuous mode
<6>[1180958.401198] br-lan: port 2(lan2) entered disabled state
<6>[1180958.450012] device lan3 left promiscuous mode
<6>[1180958.450124] br-lan: port 3(lan3) entered disabled state
<6>[1180958.489828] device lan4 left promiscuous mode
<6>[1180958.489940] br-lan: port 4(lan4) entered disabled state
<6>[1180958.527780] mt7530 mdio-bus:00 lan4: Link is Down
<6>[1180958.530088] device wlan1 left promiscuous mode
<6>[1180958.530168] br-lan: port 6(wlan1) entered disabled state
<3>[1180958.674319] mt7622-wmac 18000000.wmac: Message 00002aed (seq 2) timeout
<1>[1180958.680729] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[1180958.680743] Mem abort info:
<1>[1180958.680746]   ESR = 0x96000006
<1>[1180958.680750]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[1180958.680752]   SET = 0, FnV = 0
<1>[1180958.680755]   EA = 0, S1PTW = 0
<1>[1180958.680756] Data abort info:
<1>[1180958.680759]   ISV = 0, ISS = 0x00000006
<1>[1180958.680761]   CM = 0, WnR = 0
<1>[1180958.680766] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000420d4000
<1>[1180958.680769] [0000000000000150] pgd=0000000041726003, p4d=0000000041726003, pud=0000000041726003, pmd=0000000000000000
<0>[1180958.680782] Internal error: Oops: 96000006 [#1] SMP
<7>[1180958.685831] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[1180958.747422] CPU: 0 PID: 1153 Comm: napi/phy0-5 Tainted: G S                5.10.103 #0
<7>[1180958.755503] Hardware name: Linksys E8450 (UBI) (DT)
<7>[1180958.760548] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[1180958.766749] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[1180958.773278] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[1180958.778840] sp : ffffffc0127c3c00
root@OpenWrt:~# cat /sys/fs/pstore*
cat: read error: Is a directory
root@OpenWrt:~# ls /sys/fs/pstore
dmesg-ramoops-0  dmesg-ramoops-1
root@OpenWrt:~# cat /sys/fs/pstore/*
Oops#1 Part1
<7>[34028.373006] x5 : 0000000000000001 x4 : 0000000000000000
<7>[34028.373012] x3 : 0000000000000001 x2 : ffffff80029dc010
<7>[34028.373017] x1 : ffffff80029dc020 x0 : 000000000001bdc2
<7>[34028.373023] Call trace:
<7>[34028.373039]  ieee80211_txq_purge+0x1e8/0x204 [mac80211]
<7>[34028.373053]  ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373067]  sta_set_sinfo+0xb54/0xbbc [mac80211]
<7>[34028.373081]  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]
<7>[34028.373095]  ieee80211_color_change_finish+0x1668/0x2020 [mac80211]
<7>[34028.373111]  cfg80211_check_station_change+0xfd4/0x38b0 [cfg80211]
<7>[34028.373117]  genl_family_rcv_msg_doit+0xb4/0x110
<7>[34028.373121]  genl_rcv_msg+0xd0/0x1c0
<7>[34028.373125]  netlink_rcv_skb+0x58/0x120
<7>[34028.373128]  genl_rcv+0x34/0x50
<7>[34028.373135]  netlink_unicast+0x1e0/0x2cc
<7>[34028.373138]  netlink_sendmsg+0x1a0/0x3b4
<7>[34028.373144]  ____sys_sendmsg+0x1f0/0x260
<7>[34028.373150]  ___sys_sendmsg+0x78/0xc0
<7>[34028.373154]  __sys_sendmsg+0x54/0xa0
<7>[34028.373158]  __arm64_sys_sendmsg+0x20/0x30
<7>[34028.373165]  el0_svc_common.constprop.0+0x60/0x110
<7>[34028.373169]  do_el0_svc+0x1c/0x24
<7>[34028.373175]  el0_svc+0x10/0x1c
<7>[34028.373179]  el0_sync_handler+0x9c/0x120
<7>[34028.373184]  el0_sync+0x148/0x180
<4>[34028.373187] ---[ end trace 4a127c8d772fa9f8 ]---
<7>[34028.373224] ------------[ cut here ]------------
<4>[34028.373241] WARNING: CPU: 1 PID: 1847 at ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373243] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[34028.373359] CPU: 1 PID: 1847 Comm: hostapd Tainted: G S      W         5.10.103 #0
<7>[34028.373361] Hardware name: Linksys E8450 (UBI) (DT)
<7>[34028.373365] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[34028.373379] pc : ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373393] lr : ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373395] sp : ffffffc01298b830
<7>[34028.373398] x29: ffffffc01298b830 x28: ffffff8000bab700
<7>[34028.373404] x27: ffffffc01298bdf0 x26: 0000000000000000
<7>[34028.373410] x25: ffffffc010b747c0 x24: ffffffc0089af050
<7>[34028.373415] x23: ffffffc0089ce630 x22: ffffff80023210a0
<7>[34028.373421] x21: ffffff80029dc010 x20: ffffff8002321158
<7>[34028.373426] x19: ffffff80029dc000 x18: 0cea122a0dac8927
<7>[34028.373432] x17: 000000000b9f76c0 x16: 0675091506d65a47
<7>[34028.373438] x15: 0000000000000000 x14: 0000000000000001
<7>[34028.373443] x13: 0000000000000040 x12: 0000000000000000
<7>[34028.373449] x11: 0000000000000000 x10: 0000000000000000
<7>[34028.373454] x9 : 0000000000000000 x8 : 0000000000000228
<7>[34028.373460] x7 : 0000000000000400 x6 : 0000000000000003
<7>[34028.373465] x5 : 0000000000000001 x4 : 0000000000000000
<7>[34028.373470] x3 : 0000000000000001 x2 : ffffff80029dc010
<7>[34028.373476] x1 : ffffff80029dc020 x0 : 000000000000004d
<7>[34028.373481] Call trace:
<7>[34028.373496]  ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373510]  ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373524]  sta_set_sinfo+0xb54/0xbbc [mac80211]
<7>[34028.373538]  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]
<7>[34028.373552]  ieee80211_color_change_finish+0x1668/0x2020 [mac80211]
<7>[34028.373563]  cfg80211_check_station_change+0xfd4/0x38b0 [cfg80211]
<7>[34028.373568]  genl_family_rcv_msg_doit+0xb4/0x110
<7>[34028.373571]  genl_rcv_msg+0xd0/0x1c0
<7>[34028.373575]  netlink_rcv_skb+0x58/0x120
<7>[34028.373578]  genl_rcv+0x34/0x50
<7>[34028.373583]  netlink_unicast+0x1e0/0x2cc
<7>[34028.373587]  netlink_sendmsg+0x1a0/0x3b4
<7>[34028.373591]  ____sys_sendmsg+0x1f0/0x260
<7>[34028.373596]  ___sys_sendmsg+0x78/0xc0
<7>[34028.373600]  __sys_sendmsg+0x54/0xa0
<7>[34028.373604]  __arm64_sys_sendmsg+0x20/0x30
<7>[34028.373608]  el0_svc_common.constprop.0+0x60/0x110
<7>[34028.373612]  do_el0_svc+0x1c/0x24
<7>[34028.373617]  el0_svc+0x10/0x1c
<7>[34028.373621]  el0_sync_handler+0x9c/0x120
<7>[34028.373624]  el0_sync+0x148/0x180
<4>[34028.373627] ---[ end trace 4a127c8d772fa9f9 ]---
<6>[303323.783355] device wlan1 left promiscuous mode
<6>[303323.783467] br-lan: port 6(wlan1) entered disabled state
<6>[303324.450241] br-lan: port 6(wlan1) entered blocking state
<6>[303324.450254] br-lan: port 6(wlan1) entered disabled state
<6>[303324.450484] device wlan1 entered promiscuous mode
<6>[303324.450573] br-lan: port 6(wlan1) entered blocking state
<6>[303324.450582] br-lan: port 6(wlan1) entered forwarding state
<6>[303324.838275] br-lan: port 6(wlan1) entered disabled state
<6>[303343.553899] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[303343.554043] br-lan: port 6(wlan1) entered blocking state
<6>[303343.554051] br-lan: port 6(wlan1) entered forwarding state
<6>[303343.794044] device wlan0 left promiscuous mode
<6>[303343.794149] br-lan: port 5(wlan0) entered disabled state
<3>[303344.095933] mt7622-wmac 18000000.wmac: Message 00002aed (seq 12) timeout
<1>[303344.102373] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[303344.102382] Mem abort info:
<1>[303344.102385]   ESR = 0x96000006
<1>[303344.102390]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[303344.102392]   SET = 0, FnV = 0
<1>[303344.102395]   EA = 0, S1PTW = 0
<1>[303344.102399] Data abort info:
<1>[303344.102402]   ISV = 0, ISS = 0x00000006
<1>[303344.102404]   CM = 0, WnR = 0
<1>[303344.102409] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042a85000
<1>[303344.102412] [0000000000000150] pgd=0000000042a81003, p4d=0000000042a81003, pud=0000000042a81003, pmd=0000000000000000
<0>[303344.102425] Internal error: Oops: 96000006 [#1] SMP
<7>[303344.107386] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[303344.168885] CPU: 0 PID: 1159 Comm: napi/phy0-5 Tainted: G S      W         5.10.103 #0
<7>[303344.176877] Hardware name: Linksys E8450 (UBI) (DT)
<7>[303344.181833] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[303344.187946] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[303344.194388] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[303344.199863] sp : ffffffc010e73c00
<7>[303344.203254] x29: ffffffc010e73c00 x28: 0000000000000000
<7>[303344.208646] x27: ffffff8001ae17d0 x26: ffffff80028888c0
<7>[303344.214036] x25: ffffff8001ae10a0 x24: ffffff8001ae1178
<7>[303344.219427] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[303344.224818] x21: 0000000000000000 x20: ffffff8001ae17d0
<7>[303344.230209] x19: ffffff8001ae1a40 x18: 000005ec12c22b0f
<7>[303344.235600] x17: 0000000000000011 x16: ffffffc0108083e0
<7>[303344.240991] x15: 0000000000000006 x14: 0000000000000522
<7>[303344.246381] x13: 00000000000003a7 x12: 00000000b123f581
<7>[303344.251772] x11: 0000000000000000 x10: 0000000000000820
<7>[303344.257162] x9 : ffffffc010e73d70 x8 : ffffff8000190880
<7>[303344.262554] x7 : 0000000000000003 x6 : ffffff8002889bd0
<7>[303344.267944] x5 : 0000000000000000 x4 : 0000000000000000
<7>[303344.273335] x3 : 0000000000000008 x2 : ffffff8002889648
<7>[303344.278726] x1 : ffffff8002889bd8 x0 : 0000000000000038
<7>[303344.284117] Call trace:
<7>[303344.286653]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[303344.292747]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[303344.297881]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[303344.303444]  tasklet_action+0x24/0x30
<7>[303344.307184]  _stext+0x124/0x28c
<7>[303344.310405]  do_softirq+0x74/0x80
<7>[303344.313797]  __local_bh_enable_ip+0x88/0x90
<7>[303344.318061]  napi_threaded_poll+0x94/0xf0
<7>[303344.322151]  kthread+0x120/0x124
<7>[303344.325458]  ret_from_fork+0x10/0x18
<0>[303344.329116] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[303344.335286] ---[ end trace 4a127c8d772fa9fa ]---
Panic#2 Part1
<7>[34028.373053]  ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373067]  sta_set_sinfo+0xb54/0xbbc [mac80211]
<7>[34028.373081]  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]
<7>[34028.373095]  ieee80211_color_change_finish+0x1668/0x2020 [mac80211]
<7>[34028.373111]  cfg80211_check_station_change+0xfd4/0x38b0 [cfg80211]
<7>[34028.373117]  genl_family_rcv_msg_doit+0xb4/0x110
<7>[34028.373121]  genl_rcv_msg+0xd0/0x1c0
<7>[34028.373125]  netlink_rcv_skb+0x58/0x120
<7>[34028.373128]  genl_rcv+0x34/0x50
<7>[34028.373135]  netlink_unicast+0x1e0/0x2cc
<7>[34028.373138]  netlink_sendmsg+0x1a0/0x3b4
<7>[34028.373144]  ____sys_sendmsg+0x1f0/0x260
<7>[34028.373150]  ___sys_sendmsg+0x78/0xc0
<7>[34028.373154]  __sys_sendmsg+0x54/0xa0
<7>[34028.373158]  __arm64_sys_sendmsg+0x20/0x30
<7>[34028.373165]  el0_svc_common.constprop.0+0x60/0x110
<7>[34028.373169]  do_el0_svc+0x1c/0x24
<7>[34028.373175]  el0_svc+0x10/0x1c
<7>[34028.373179]  el0_sync_handler+0x9c/0x120
<7>[34028.373184]  el0_sync+0x148/0x180
<4>[34028.373187] ---[ end trace 4a127c8d772fa9f8 ]---
<7>[34028.373224] ------------[ cut here ]------------
<4>[34028.373241] WARNING: CPU: 1 PID: 1847 at ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373243] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[34028.373359] CPU: 1 PID: 1847 Comm: hostapd Tainted: G S      W         5.10.103 #0
<7>[34028.373361] Hardware name: Linksys E8450 (UBI) (DT)
<7>[34028.373365] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[34028.373379] pc : ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373393] lr : ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373395] sp : ffffffc01298b830
<7>[34028.373398] x29: ffffffc01298b830 x28: ffffff8000bab700
<7>[34028.373404] x27: ffffffc01298bdf0 x26: 0000000000000000
<7>[34028.373410] x25: ffffffc010b747c0 x24: ffffffc0089af050
<7>[34028.373415] x23: ffffffc0089ce630 x22: ffffff80023210a0
<7>[34028.373421] x21: ffffff80029dc010 x20: ffffff8002321158
<7>[34028.373426] x19: ffffff80029dc000 x18: 0cea122a0dac8927
<7>[34028.373432] x17: 000000000b9f76c0 x16: 0675091506d65a47
<7>[34028.373438] x15: 0000000000000000 x14: 0000000000000001
<7>[34028.373443] x13: 0000000000000040 x12: 0000000000000000
<7>[34028.373449] x11: 0000000000000000 x10: 0000000000000000
<7>[34028.373454] x9 : 0000000000000000 x8 : 0000000000000228
<7>[34028.373460] x7 : 0000000000000400 x6 : 0000000000000003
<7>[34028.373465] x5 : 0000000000000001 x4 : 0000000000000000
<7>[34028.373470] x3 : 0000000000000001 x2 : ffffff80029dc010
<7>[34028.373476] x1 : ffffff80029dc020 x0 : 000000000000004d
<7>[34028.373481] Call trace:
<7>[34028.373496]  ieee80211_txq_purge+0x1f4/0x204 [mac80211]
<7>[34028.373510]  ieee80211_sta_set_buffered+0x6e0/0x990 [mac80211]
<7>[34028.373524]  sta_set_sinfo+0xb54/0xbbc [mac80211]
<7>[34028.373538]  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]
<7>[34028.373552]  ieee80211_color_change_finish+0x1668/0x2020 [mac80211]
<7>[34028.373563]  cfg80211_check_station_change+0xfd4/0x38b0 [cfg80211]
<7>[34028.373568]  genl_family_rcv_msg_doit+0xb4/0x110
<7>[34028.373571]  genl_rcv_msg+0xd0/0x1c0
<7>[34028.373575]  netlink_rcv_skb+0x58/0x120
<7>[34028.373578]  genl_rcv+0x34/0x50
<7>[34028.373583]  netlink_unicast+0x1e0/0x2cc
<7>[34028.373587]  netlink_sendmsg+0x1a0/0x3b4
<7>[34028.373591]  ____sys_sendmsg+0x1f0/0x260
<7>[34028.373596]  ___sys_sendmsg+0x78/0xc0
<7>[34028.373600]  __sys_sendmsg+0x54/0xa0
<7>[34028.373604]  __arm64_sys_sendmsg+0x20/0x30
<7>[34028.373608]  el0_svc_common.constprop.0+0x60/0x110
<7>[34028.373612]  do_el0_svc+0x1c/0x24
<7>[34028.373617]  el0_svc+0x10/0x1c
<7>[34028.373621]  el0_sync_handler+0x9c/0x120
<7>[34028.373624]  el0_sync+0x148/0x180
<4>[34028.373627] ---[ end trace 4a127c8d772fa9f9 ]---
<6>[303323.783355] device wlan1 left promiscuous mode
<6>[303323.783467] br-lan: port 6(wlan1) entered disabled state
<6>[303324.450241] br-lan: port 6(wlan1) entered blocking state
<6>[303324.450254] br-lan: port 6(wlan1) entered disabled state
<6>[303324.450484] device wlan1 entered promiscuous mode
<6>[303324.450573] br-lan: port 6(wlan1) entered blocking state
<6>[303324.450582] br-lan: port 6(wlan1) entered forwarding state
<6>[303324.838275] br-lan: port 6(wlan1) entered disabled state
<6>[303343.553899] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
<6>[303343.554043] br-lan: port 6(wlan1) entered blocking state
<6>[303343.554051] br-lan: port 6(wlan1) entered forwarding state
<6>[303343.794044] device wlan0 left promiscuous mode
<6>[303343.794149] br-lan: port 5(wlan0) entered disabled state
<3>[303344.095933] mt7622-wmac 18000000.wmac: Message 00002aed (seq 12) timeout
<1>[303344.102373] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000150
<1>[303344.102382] Mem abort info:
<1>[303344.102385]   ESR = 0x96000006
<1>[303344.102390]   EC = 0x25: DABT (current EL), IL = 32 bits
<1>[303344.102392]   SET = 0, FnV = 0
<1>[303344.102395]   EA = 0, S1PTW = 0
<1>[303344.102399] Data abort info:
<1>[303344.102402]   ISV = 0, ISS = 0x00000006
<1>[303344.102404]   CM = 0, WnR = 0
<1>[303344.102409] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042a85000
<1>[303344.102412] [0000000000000150] pgd=0000000042a81003, p4d=0000000042a81003, pud=0000000042a81003, pmd=0000000000000000
<0>[303344.102425] Internal error: Oops: 96000006 [#1] SMP
<7>[303344.107386] Modules linked in: pppoe ppp_async iptable_nat xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_FLOWOFFLOAD xt_CT pppox ppp_generic nf_nat nf_flow_table nf_conntrack mt7915e mt7615e mt7615_common mt76_connac_lib mt76 mac80211 ipt_REJECT cfg80211 xt_time xt_tcpudp xt_multiport xt_mark xt_mac xt_limit xt_comment xt_TCPMSS xt_LOG slhc nf_reject_ipv4 nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_filter ip_tables hwmon crc_ccitt compat nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 vfat fat autofs4 nls_utf8 nls_iso8859_1 nls_cp437 seqiv uas usb_storage leds_gpio xhci_plat_hcd gpio_button_hotplug exfat
<7>[303344.168885] CPU: 0 PID: 1159 Comm: napi/phy0-5 Tainted: G S      W         5.10.103 #0
<7>[303344.176877] Hardware name: Linksys E8450 (UBI) (DT)
<7>[303344.181833] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)
<7>[303344.187946] pc : ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[303344.194388] lr : ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[303344.199863] sp : ffffffc010e73c00
<7>[303344.203254] x29: ffffffc010e73c00 x28: 0000000000000000
<7>[303344.208646] x27: ffffff8001ae17d0 x26: ffffff80028888c0
<7>[303344.214036] x25: ffffff8001ae10a0 x24: ffffff8001ae1178
<7>[303344.219427] x23: 00000000000000e0 x22: ffffffc010aa5280
<7>[303344.224818] x21: 0000000000000000 x20: ffffff8001ae17d0
<7>[303344.230209] x19: ffffff8001ae1a40 x18: 000005ec12c22b0f
<7>[303344.235600] x17: 0000000000000011 x16: ffffffc0108083e0
<7>[303344.240991] x15: 0000000000000006 x14: 0000000000000522
<7>[303344.246381] x13: 00000000000003a7 x12: 00000000b123f581
<7>[303344.251772] x11: 0000000000000000 x10: 0000000000000820
<7>[303344.257162] x9 : ffffffc010e73d70 x8 : ffffff8000190880
<7>[303344.262554] x7 : 0000000000000003 x6 : ffffff8002889bd0
<7>[303344.267944] x5 : 0000000000000000 x4 : 0000000000000000
<7>[303344.273335] x3 : 0000000000000008 x2 : ffffff8002889648
<7>[303344.278726] x1 : ffffff8002889bd8 x0 : 0000000000000038
<7>[303344.284117] Call trace:
<7>[303344.286653]  ieee80211_ctstoself_duration+0x494/0x594 [mac80211]
<7>[303344.292747]  ieee80211_wake_txqs+0x30/0x50 [mac80211]
<7>[303344.297881]  tasklet_action_common.constprop.0+0x134/0x17c
<7>[303344.303444]  tasklet_action+0x24/0x30
<7>[303344.307184]  _stext+0x124/0x28c
<7>[303344.310405]  do_softirq+0x74/0x80
<7>[303344.313797]  __local_bh_enable_ip+0x88/0x90
<7>[303344.318061]  napi_threaded_poll+0x94/0xf0
<7>[303344.322151]  kthread+0x120/0x124
<7>[303344.325458]  ret_from_fork+0x10/0x18
<0>[303344.329116] Code: d5033bbf 36180123 f9403fe0 b4000060 (b9411800)
<4>[303344.335286] ---[ end trace 4a127c8d772fa9fa ]---
<0>[303344.349113] Kernel panic - not syncing: Oops: Fatal exception in interrupt
<2>[303344.356071] SMP: stopping secondary CPUs
<0>[303344.360076] Kernel Offset: disabled
<0>[303344.363644] CPU features: 0x0000002,04002004
<0>[303344.367989] Memory Limit: none

any way to fix this?

@dangowrt
Copy link
Member

@nbd168 @ryderlee1110 @LorenzoBianconi any ideas?

@nbd168
Copy link
Member

nbd168 commented Mar 26, 2022

@mrkiko
Copy link
Contributor

mrkiko commented Apr 6, 2022

Hi @t3dium
Any update on the matter? Have you tried the proposed commit?

@t3dium
Copy link
Author

t3dium commented May 31, 2022

Apologies for the late reply, I can confirm nbd’s commit did fix the issue, haven’t gotten a kernel panic since. @nbd168 @mrkiko

@t3dium t3dium closed this as completed Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue report with a confirmed bug kernel pull request/issue with Linux kernel related changes target/mediatek pull request/issue for mediatek target
Projects
None yet
Development

No branches or pull requests

5 participants