Ipq806x NSS build (Netgear R7800 / TP-Link C2600 / Linksys EA8500)

Looks as good to me as it looks to you.
From what you describe, the Ethernet ports are deactivating once you unplug and they never come back. That the laptop doesn't register the physical connection at all points to some bug at Ethernet controller level.
Sorry, but that is beyond my pay grade. Only thing I can think of is that there is a module missing or something.
If you have time to poke at it...

  • does this happen with 22.03.5, 22.03.4, 22.03.3 and such?
  • does it happen only with the builds I posted or also with the ACwifidude build on 1st post?
  • any differences (beyond nss) if you compare a lsmod list of a build that works vs one that doesn't?

If you're able, one to try: a custom build with some commands in /etc/rc.local to copy anything in pstore to an external usb drive; crash logs are written there and survive a soft reboot.

Dumping to pstore needs to be enabled ... i think @ACwifidude builds have it so.

It takes a little work to enablu usb storage but it works on my R7800; usb 2 only but you're only trying to grab what's in pstore (i don't have the full path at the moment ... /sys/fs/pstore ?)

You can test the usb storage by tossing some echo to usb file commands in rc.local ...

The other thing I'd try is assuming a clobbered config - factory reset, configure a basic system so you can talk to it, put a stock openwrt release, enable wds ... if that flies restore a backup of your config ... divide, rinse, repeat.

Best i can suggest,
M.

Thank you for the suggestion. Unfortunately the WDS link is pretty important for the others so I don't get downtime long enough to experiment (that's why I don't upgrade the R7800s often).
I don't keep any config files when I upgrade, this would be as close as I can get to a factory reset.
I even tried the most basic config (on a brand new fresh install without keeping config files): configure network (I'm using class A IPs), configure Wifi encryption and activate the WDS link. This was enough to send the APs in a boot loop.
The next time I get an opportunity to try again I will come up with a few extra lines in /etc/rc.local for copying the contents of /sys/fs/pstore to some USB drive.
Until that happens does anyone know of an NSS build (newer than "R7800-20221010-MasterNSS-kernel_5.10") where the WDS meshing works ?

I'm having a hard time getting IPv6 to work with this build, and I thought it would be supported out of the box without any needs for configuring. Can anyone give me any pointers which things to check? I have tried various methods found on the internet, but none of them worked. The problem is, at least based on what the test sites tell me, that the device does not have an IPv6 address. I can see that they are assigned addresses by the router, but it's a local one. The wan6 interface does look like it has a proper address.

NSS builds doesn’t benefit router running in AP mode. It’s only useful when running in routing mode where firewall or netfilter is actively managing traffic.

You probably should just use NSS builds for your R7800 running as the main router and use standard OpenWrt builds for those running ad WDS AP.

I suppose the R7800 running as AP is the one crashing and not the one running as your main router?

I'm not using any of the R7800s as routers, I'm using two R7800s: one as dumb AP and WDS station, the other only as a WDS client (no AP). I have a dedicated x86 router based on Intel Avoton which does everything else, just no Wifi.
I'm using this NSS build because this build runs both R7800s with lower temperature than the vanilla Openwrt.
I think this NSS build benefits Wifi too, not only the router part, even if it's just lower temperature because the NSS cores are used for some real work, not just sit idle all the time like on the vanilla Openwrt.

Oh, if both R7800 is running as AP, I don’t you will gain any performance benefit using NSS builds as netfilter is not used, which results in NSS firmware staying dormant.

Using NSS builds it will push WiFi packets into NSS and because no netfilter rules are defined, NSS will spit it back out to the Linux kernel. I guess this confuses the NSS firmware and it triggers a kernel panic.

If you really want to use NSS builds, try disabling mac80211 acceleration with the command below in your startup script.

echo N > /sys/module/mac80211/parameters/is_nss_enable

Hopefully that will prevent the kernel panics.

2 Likes

Stray thought here - if your R7800s are running cooler with the nss builds - but crashing - it may be because the NSS builds are doing different cpu clocking / power management ... than the releases.

Dynamic clocking has caused trouble in the past - i personally set my clock min/max rates to the same thing (1.2GHz iirc) - and avoid the issue, -- what works for on-demand clocking is murky and case-by-case. Probably use-case.

mmmv,
M.

@acwifidude, were the previous enhancements added to the 5.15 build? LOOP and WiFi improvements.thank you

@apccv @rickkz0r

Possibly related to smalldog's SQM problems two weeks back, I am on apccv's 22.03.05 build using rickkz0r's sqm scripts, with a configuration that was working on several of ACwifidude;s builds, but is not working now.

I don't have access to a shell on this computer to post config files, but I believe I am using reccommended/near-default settings for the script. Also, using ACwifidude's rc.local commands in the top posts fail similarly.

Here is the resulting log for /etc/init.d/sqm start:

Sat May 13 13:01:08 2023 user.notice SQM: Starting SQM script: nss-rk.qos on eth0, in: 500000 Kbps, out: 20000 Kbps
Sat May 13 13:01:08 2023 kern.err kernel: [  814.947204] debugfs: File 'virt_if' in directory 'stats' already present!
Sat May 13 13:01:08 2023 kern.info kernel: [  814.947550] Created a NSS virtual interface for dev [nssifb]
Sat May 13 13:01:08 2023 kern.info kernel: [  814.953114] NSS IFB data callback registered
Sat May 13 13:01:08 2023 kern.info kernel: [  814.958695] NSS IFB transmit callback registered
Sat May 13 13:01:08 2023 kern.info kernel: [  814.963558] NSS IFB module loaded.
Sat May 13 13:01:08 2023 user.notice SQM: ERROR: cmd_wrapper: ip: FAILURE (2): /sbin/ip link add dev nssifb type nss_ifb
Sat May 13 13:01:08 2023 user.notice SQM: ERROR: cmd_wrapper: ip: LAST ERROR: ip: RTNETLINK answers: File exists
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (1): /sbin/tc qdisc add dev eth0 root handle 1: nsstbl rate 20000kbit burst 2500
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Unknown qdisc "nsstbl", hence option "rate" is unparsable
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (1): /sbin/tc qdisc add dev eth0 parent 1: handle 10: nssfq_codel limit 1001 flows 1024 quantum 300 target 5ms interval 100ms set_default
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Unknown qdisc "nssfq_codel", hence option "limit" is unparsable
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (1): /sbin/tc qdisc add dev nssifb root handle 1: nsstbl rate 500000kbit burst 62500
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Unknown qdisc "nsstbl", hence option "rate" is unparsable
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (1): /sbin/tc qdisc add dev nssifb parent 1: handle 10: nssfq_codel limit 1001 flows 1024 quantum 1514 target 5ms interval 100ms set_default
Sat May 13 13:01:09 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Unknown qdisc "nssfq_codel", hence option "limit" is unparsable
Sat May 13 13:01:09 2023 kern.info kernel: [  815.107258] 453a4caf: Found net device [eth0]
Sat May 13 13:01:09 2023 kern.info kernel: [  815.107288] 453a4caf: Net device [eth0] has NSS intf_num [1]
Sat May 13 13:01:09 2023 kern.info kernel: [  815.110934] Nexthop successfully set for [eth0] to [nssifb]
Sat May 13 13:01:09 2023 user.notice SQM: nss-rk.qos was started on eth0 successfully

And this is what happens when I run /etc/init.d/sqm stop:

Sat May 13 13:02:50 2023 user.notice SQM: Stopping SQM on eth0
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (2): /sbin/tc qdisc del dev eth0 ingress
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Error: Cannot find specified qdisc on specified device.
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (2): /sbin/tc qdisc del dev eth0 root
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Error: Cannot delete qdisc with handle of zero.
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (2): /sbin/tc qdisc del dev nssifb root
Sat May 13 13:02:50 2023 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Error: Cannot delete qdisc with handle of zero.

I seem to be missing some qdiscs?

EDIT: Adding config and tc -s qdisc output.

config queue 'eth1'
      option interface 'eth0'
      option debug_logging '0'
      option verbosity '5'
      option enabled '1'
      option download '500000'
      option upload '20000'
      option qdisc 'fq_codel'
      option script 'nss-rk.qos'
      option linklayer 'none'

tc -s qdisc:

qdisc noqueue 0: dev lo root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 19314364 bytes 69281 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 1514 drop_overlimit 0 new_flow_count 90 ecn_mark 0
  new_flows_len 0 old_flows_len 0
qdisc fq_codel 0: dev eth1 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 40168557 bytes 88915 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 1434 drop_overlimit 0 new_flow_count 123 ecn_mark 0
  new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev br-lan root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth1.1 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev br-lan_guest root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth1.3 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wg0 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan1 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan1-1 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc fq_codel 0: dev tun0 root refcnt 2 limit 10240p flows 1024 quantum 1500 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 304 bytes 4 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
  new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev wlan1-2 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0-1 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0-2 root refcnt 2 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
qdisc fq_codel 0: dev nssifb root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 
 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) 
 backlog 0b 0p requeues 0
  maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
  new_flows_len 0 old_flows_len 0

Hello there,
This thread is awesome!
I stumbled upon this as I've been having problems with my wan gigabit since updating my r7800 from v19.07 to v22.03.5.
Since the update, I get 350 MB/s download, 950 MB/s are expected. After a quick research and activating software offloading, I ended up by around 750 MB/s.
Well even 750 MB/s are not 950 MB/s.
After again research, I ended up here and read many posts.

I do have questions @ACwifidude:
Do I get it right, i only sysupgrade my openWRT 22.03.5 with e.g. R7800-20230407-Stable2203NSS-sysupgrade.bin file? If it is, will the sysupgrade wipe my previous settings?
Are there any other settings I need to consider?

Regards

You can sysupgrade and can keep your current settings. Do some before and after testing and see what you think. :sunglasses:

1 Like

Before I do, can you explain to me the main difference or your recommendation between the ath10K and athk-ct?

Hey there...

The thread is getting littered with posts with iffy behaviour from the 22.03.5 build I posted. That's unfortunate. I am currently using it on a c2600 with no issues, but I don't do SQM.

There is no difference on how other versions (22.03.2, .3 & .4) and 22.03.5 were built. The commits on top of the release are are identical, and used the same machine and script to build. It may well be that something in the kernel version (5.10.116?) clashes with the 5.10 NSS patches. I am not smart enough to get to that level of detail.

If you don't mind trying out 22.03.4 and checking if you have the same issues, it would help narrow if .5 is a bad build or if something different is rotten. Other than the openSSL update which can be addressed by opkg-installing the latest openSSL package on top of 22.03.4 (or using imagebuilder), I really see nothing special about the .5 release, which is why I haven't adopted it much.

I sysupgrade to the ath10k version of your build.
When I run speedtest-cli from the router, I still get around 350 MB/s. However on my ubuntu container and win 10 desktop, it is around 850 to 950 MB/s, which are the same numbers like in version 19.07.

Unfortunately, there are two things i dislike about the snapshot.

  1. The Luci UI..... can i change it to the default?
  2. My win 11 laptop can not access the intenet via 5Ghz wifi

Luci has several different skins that you can change to your preference.

For speedtesting don’t use the router as the client or the server, the router never would be in this role in real life and you end up reaching the CPU limit. The better real life test is like you found where you test with the router as just the in between (one computer on each side or using speedtest).

If your 5ghz settings worked before you might just need to restart that inferface and you should be good.

I gave it another try on the WDS client (i have easy access to it so recovery is easy) and got the dumps stored in /sys/fs/pstore, here they are below :

/sys/fs/pstore/console-ramoops-0 :

680: 00000000 c58d1b10 c58d0000 00000034 000006c5 0a010114 0000ffff 00000000
[128482.662478] d6a0: 00000000 0004b000 000000c7 c146d744 00000001 c3bc5fe4 c5a146c0 c146d744
[128482.670724] d6c0: c146d744 00000001 c3bc5fe4 bf9b5a68 00000000 00000000 00000118 c22076c0
[128482.678971] d6e0: 00000000 00000000 00000000 00000000 00000000 00000021 00000000 bf969ae8
[128482.687218] d700: 00000001 00000000 00000002 00000003 00000000 477e0118 00000007 00000034
[128482.695464] d720: c3bc221c c3bc222c 00000007 000001c0 c6092ca8 c5bdc300 c6522364 00000002
[128482.703711] d740: 00000000 0000000c 00000000 00000000 00000000 00000000 00000000 00000000
[128482.711957] d760: 00000000 00000000 00000002 00000003 c3bc04c0 c5a310c0 c5a310c0 bf949a7c
[128482.720203] d780: c6522000 c5b79000 00000000 00000000 00000011 00000000 c4e290a4 c3bc221c
[128482.728450] d7a0: c3bc17e0 c3bc2158 fffffffe c4e290a4 c3bc221c bf955428 c22076c0 00000000
[128482.736697] d7c0: c4e29000 000000c9 c3bc04c0 c3bc04c0 c4e290a4 c3bc221c c36ea6c0 bf9c8608
[128482.744942] d7e0: 00000011 00000002 00000014 00000031 c146d806 c3bc04c0 00000000 bf82769c
[128482.753190] d800: c22076c0 eb1852c6 00000000 c164c800 c5a30000 c350ca8c 00000000 c36ea6c0
[128482.761436] d820: 00000001 00000000 c350ca86 bf9c031c c350ca8c c350ca8c c350ca86 c350ca86
[128482.769683] d840: 00000001 00000000 00000000 c36ea6c0 c146d938 00000000 00000000 00000003
[128482.777930] d860: c146d8e8 c146d910 c146d8a8 c146d8b8 c146d8c8 c146d8d8 00000000 00000000
[128482.786176] d880: 00000000 00000000 00000000 00000000 00000003 c5a30000 c350ca86 c350ca8c
[128482.794422] d8a0: c164c800 00000011 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
[128482.802669] d8c0: 00000000 00000000 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
[128482.810916] d8e0: 00000000 00000000 1401010a bf82b724 00000000 c146d91a c146d3e5 fe01010a
[128482.819162] d900: 00000000 00000000 c3bc04c0 00113500 fe01010a c6522000 00010000 faff7f5e
[128482.827410] d920: 7c493500 1401010a c22076c0 c22076c0 c5a30000 c350d3e5 00000000 00000000
[128482.835655] d940: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[128482.843902] d960: c36ea6c0 00000001 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
[128482.852149] d980: 00000000 00000000 00000011 80000000 00000014 00000045 00000000 00000000
[128482.860394] d9a0: 00000000 00000000 00000000 00080011 00140031 00000000 00000000 00000000
[128482.868639] d9c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[128482.876888] d9e0: 00000000 00000000 00000000 00000000 00000000 eb1852c6 c5b78000 c36ea6c0
[128482.885134] da00: c55de000 c55de310 c5a30000 00000086 c350ca00 c350ca86 00000008 bf9c0cd0
[128482.893381] da20: 00000001 00000000 00000000 c36ea6c0 00000000 00000000 c164c800 c350ca8c
[128482.901627] da40: c0dd1ac0 00000001 00000001 c534ff80 c36ea6c0 c146da88 c534ff88 c164c800
[128482.909873] da60: 00000000 c08e6afc c36ea6c0 c0dd1ac0 00000000 c36ea6c0 00000000 00000000
[128482.918121] da80: c164c800 c09d9040 c0dd0704 00000000 c5a30000 00000000 c0dd1ac0 c09d8e2c
[128482.926367] daa0: c534fa58 c534fa58 c0dd1ac0 00000000 c36ea6c0 c09d8fd0 c5a30000 c09fdaa0
[128482.934613] dac0: 00000702 c164c800 c5a30000 00000000 c0dd1ac0 c09d8fd0 c350afd4 c36ea6c0
[128482.942860] dae0: 00000000 c0dd1ac0 00000000 c164c800 00000002 c164c800 00000000 c09fe4c8
[128482.951105] db00: c164c800 c5a30000 c09d8fd0 c08f1614 c36ea6c0 c146db80 c0dd1ac0 c59e9008
[128482.959352] db20: c55de000 c09feb94 c55de000 c36eaa80 c0dd1ac0 c55de500 00000001 00000000
[128482.967600] db40: 7c493fe0 c36ea6c0 00000000 c534fa40 c36ea6c0 c146db80 c534fa40 c08e6afc
[128482.975847] db60: c36ea6c0 c0dd1ac0 00000000 c55de500 00000000 00000000 c164c800 c09d9140
[128482.984093] db80: 82900702 c164c800 c5a30000 00000000 c0dd1ac0 c09d8fd0 c5b04400 00000000
[128482.992339] dba0: 00000000 c09db7a0 00000000 c146dbc8 00000000 c36ea6c0 00000001 000003c0
[128483.000586] dbc0: c5b044b8 c55de660 00000000 c36e70c0 00000000 c0860738 c5b04400 00000000
[128483.008832] dbe0: c534fb4c eb1852c6 c534fb4c c0dd1ac0 00000000 c36ea6c0 c09db470 c09fdaa0
[128483.017079] dc00: c0ac0700 c164c800 00000000 00000000 c0dd1ac0 c09db470 00000000 c36ea6c0
[128483.025326] dc20: 00000000 c0dd1ac0 00000000 c55de57c 00000094 c1d41dc0 c1709000 c09fdc6c
[128483.033572] dc40: c164c800 00000000 c09db470 00000000 c0ace080 00006191 b123f581 00000000
[128483.041818] dc60: 00000002 00000011 00000000 00006191 00000000 c36ea6c0 c36ea6c0 00000000
[128483.050065] dc80: c36ea6c0 00000000 c6d53100 c36ea6c0 c0dd1ac0 00000001 00000000 c1d41dc0
[128483.058312] dca0: c55de500 c1d41dc0 c1709000 c09fe3b4 82900200 c55de000 00000000 00000000
[128483.066558] dcc0: c0dd1ac0 c09fdafc c36ea6c0 c534fb40 c146dd44 c534fb40 00000000 c350ca86
[128483.074805] dce0: 00000000 c09dbc4c 00000700 c164c800 00000000 00000000 c0dd1ac0 c09db470
[128483.083050] dd00: c36ea6c0 c146dd44 c09dba80 c146dd90 00000000 c0d060bc c0c47e58 c085dd38
[128483.091297] dd20: dd99c480 c035aed4 00000000 00000001 c146dd20 c0dd21d4 00000000 c146dd94
[128483.099544] dd40: 00000000 c36ea6c0 00000000 00000000 00000000 00000000 00000000 ffffffff
[128483.107791] dd60: dda385d4 c36ea600 bf282b94 00000000 c146dd98 00000000 00000000 c1709000
[128483.116037] dd80: 00000000 c085e9d0 bf282b94 00000000 c36ea6c0 00000000 c146dd98 c146dd98
[128483.124284] dda0: 00000010 bf282b94 bf282b94 00000000 bf282b94 00000000 c0dd1a8c c146c000
[128483.132529] ddc0: 00000040 c085eca4 00000000 c038c6d0 c146ddd0 c146ddd0 0000007f bf282430
[128483.140777] dde0: bf282b94 0000003e bf282b10 bf2903c0 00000000 00000001 00000004 c085f9d0
[128483.149023] de00: 00000002 c25ac008 dd99c480 bf282b10 00000040 bf282b10 0000003e bf282400
[128483.157269] de20: bf2903c0 00000002 bf282b00 bf255bbc 00000002 00000000 c146de38 00000001
[128483.165516] de40: bf282b10 00000040 c146de87 c146de88 c0d03d00 1cd55000 c146de90 c085fb80
[128483.173763] de60: bf282b10 0000012c dd99ce40 c0c47e40 c146de88 c085feec 00000000 00c396e7
[128483.182010] de80: 00000001 00000000 c146de88 c146de88 c146de90 c146de90 c0dc01c8 00000000
[128483.190257] dea0: c0d0308c c146c000 c0d03080 40000003 0000000c 00000100 c146dec0 c0301304
[128483.198502] dec0: 00000000 bf26a234 c0d03080 c0c44230 0000000a c0c441b8 c0c47040 c0c47040
[128483.206750] dee0: 00c396e6 c0d03d00 04200042 ffffe000 c146df38 ffffe000 00000000 00000108
[128483.214996] df00: 00000000 c0c4633c de80200c c146df38 c0d04f5c c0324db8 c0c46330 c0375a98
[128483.223242] df20: c0d05330 c146df58 c0d7ec64 de802000 c0c4633c c06681ec c030762c 60000013
[128483.231488] df40: ffffffff c146df8c 00000000 c146c000 00000000 c0300b7c 0068423e 00000000
[128483.239734] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
[128483.247981] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
[128483.256227] dfa0: 00000051 00000000 00000001 c03537a0 4220406a c0c46938 c146dfb0 ffffe000
[128483.264474] dfc0: 00000051 10c0387d c146dff8 00000097 00000051 10c0387d c146dff8 4220406a
[128483.272720] dfe0: 512f04d0 00000000 00000000 c0353b24 4343c06a 42301570 00000000 00000000
[128483.280966] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
[128483.289218] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
[128483.301628] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
[128483.311959] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
[128483.323416] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
[128483.333308] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
[128483.341555] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
[128483.349976] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
[128483.358917] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
[128483.367769] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
[128483.375583] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
[128483.383568] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
[128483.391991] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
[128483.401018] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
[128483.410392] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
[128483.419681] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
[128483.428277] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
[128483.438521] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
[128483.449719] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
[128483.460253] SMP: failed to stop secondary CPUs
[128483.460654] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
[128483.474929] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
[128483.485308] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
[128483.494854] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
[128483.502667] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
[128483.510392] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
[128483.517943] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
[128483.525670] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
[128483.533741] Exception stack(0xc146df58 to 0xc146dfa0)
[128483.541290] df40:                                                       0068423e 00000000
[128483.546419] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
[128483.554666] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
[128483.562910] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
[128483.571155] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
[128483.578708] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
[128483.586173] [<c0353b24>] (cpu_startup_entry) from [<42301570>] (0x42301570)
[128483.593643] Code: e1d52ab4 e58d3038 e30f3ec1 e1520003 (e5903078) 
[128483.600934] CPU1: stopping
[128483.606913] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G      D           5.15.105 #0
[128483.609608] Hardware name: Generic DT based system
[128483.617247] [<c030e7e8>] (unwind_backtrace) from [<c030a194>] (show_stack+0x14/0x20)
[128483.622025] [<c030a194>] (show_stack) from [<c064e2c0>] (dump_stack_lvl+0x40/0x4c)
[128483.630010] [<c064e2c0>] (dump_stack_lvl) from [<c030cfbc>] (do_handle_IPI+0x144/0x184)
[128483.637477] [<c030cfbc>] (do_handle_IPI) from [<c030d018>] (ipi_handler+0x1c/0x2c)
[128483.645807] [<c030d018>] (ipi_handler) from [<c037c204>] (handle_percpu_devid_irq+0x84/0x16c)
[128483.653189] [<c037c204>] (handle_percpu_devid_irq) from [<c0375a94>] (handle_domain_irq+0x68/0x94)
[128483.661868] [<c0375a94>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
[128483.670809] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
[128483.679140] Exception stack(0xc146d2a0 to 0xc146d2e8)
[128483.686692] d2a0: 00000000 00000080 00000000 00000002 c0d9b228 0000000b c0d9b224 00000001
[128483.691819] d2c0: c0d095bc c146d346 60000113 c146c000 00000000 c146d2f0 c031e8bc c030a348
[128483.700062] d2e0: 60000113 ffffffff
[128483.708302] [<c0300b7c>] (__irq_svc) from [<c030a348>] (die+0x1a8/0x4e4)
[128483.712040] [<c030a348>] (die) from [<c030f5a0>] (__do_kernel_fault.part.0+0x7c/0x8c)
[128483.718725] [<c030f5a0>] (__do_kernel_fault.part.0) from [<c030f850>] (do_page_fault+0x2a0/0x2bc)
[128483.726539] [<c030f850>] (do_page_fault) from [<c030fa8c>] (do_DataAbort+0x48/0xd8)
[128483.735478] [<c030fa8c>] (do_DataAbort) from [<c0300ae8>] (__dabt_svc+0x48/0x80)
[128483.743376] Exception stack(0xc146d3d0 to 0xc146d418)
[128483.750753] d3c0:                                     00000000 c146d6dc 0000fec1 0000fec1
[128483.755795] d3e0: c589ac00 c5a149c0 bf9e3f6c 00000000 c146d6bc 00000001 c146d938 c36ea6c0
[128483.764040] d400: c146d550 c146d420 bf9c1514 bf9e3fac 60000113 ffffffff
[128483.772282] [<c0300ae8>] (__dabt_svc) from [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate+0x40/0xfe0 [ecm])
[128483.779149] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
[128483.789654] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
[128483.801978] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
[128483.812307] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
[128483.823764] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
[128483.833656] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
[128483.841903] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
[128483.850323] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
[128483.859264] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
[128483.868117] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
[128483.875931] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
[128483.883917] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
[128483.892339] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
[128483.901366] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
[128483.910742] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
[128483.920029] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
[128483.928625] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
[128483.938869] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
[128483.950067] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
[128483.961003] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
[128483.970935] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
[128483.981143] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
[128483.990687] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
[128483.998500] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
[128484.006224] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
[128484.013777] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
[128484.021503] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
[128484.029573] Exception stack(0xc146df58 to 0xc146dfa0)
[128484.037124] df40:                                                       0068423e 00000000
[128484.042253] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
[128484.050499] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
[128484.058743] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
[128484.066988] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
[128484.074541] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
[128484.082006] [<c0353b24>] (cpu_startup_entry) from [<42301570>] (0x42301570)
[128484.493980] Rebooting in 3 seconds..

/sys/fs/pstore/dmesg-ramoops-0 :

Oops#1 Part1
<5>[   22.374236] <NSS-CRYPTO>:probing engine - 0
<5>[   22.378861] <NSS-CRYPTO>:Device Tree node found
<5>[   22.382950] <NSS-CRYPTO>:init completed for Pipe Pair[0]
<5>[   22.387371] <NSS-CRYPTO>:init completed for Pipe Pair[1]
<5>[   22.394199] <NSS-CRYPTO>:probing engine - 1
<5>[   22.398202] <NSS-CRYPTO>:Device Tree node found
<6>[   22.402058] fuse: init (API version 7.34)
<5>[   22.402129] <NSS-CRYPTO>:init completed for Pipe Pair[0]
<5>[   22.410744] <NSS-CRYPTO>:init completed for Pipe Pair[1]
<6>[   22.410964] Loading modules backported from Linux version v6.1-rc8-0-g76dcd734eca2
<6>[   22.421415] Backport generated by backports.git v5.15.81-1-41-g02e352527db5
<5>[   22.429531] <NSS-CRYPTO>:probing engine - 2
<5>[   22.435762] <NSS-CRYPTO>:Device Tree node found
<5>[   22.439955] <NSS-CRYPTO>:init completed for Pipe Pair[0]
<6>[   22.441196] usbcore: registered new interface driver usblp
<5>[   22.444337] <NSS-CRYPTO>:init completed for Pipe Pair[1]
<5>[   22.455685] <NSS-CRYPTO>:probing engine - 3
<5>[   22.460642] <NSS-CRYPTO>:Device Tree node found
<5>[   22.464630] <NSS-CRYPTO>:init completed for Pipe Pair[0]
<6>[   22.468978] xt_time: kernel timezone is -0000
<5>[   22.469156] <NSS-CRYPTO>:init completed for Pipe Pair[1]
<7>[   22.688117] ath10k_pci 0000:01:00.0: assign IRQ: got 47
<6>[   22.688825] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
<7>[   22.688931] ath10k_pci 0000:01:00.0: enabling bus mastering
<7>[   22.689330] qcom-pcie 1b500000.pci: msi#1 address_hi 0x0 address_lo 0x43754298
<6>[   22.689463] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
<6>[   27.355969] ath10k_pci 0000:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
<6>[   27.356023] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
<6>[   27.367317] ath10k_pci 0000:01:00.0: firmware ver 10.4-3.9.0.2-00157 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps,peer-fixed-rate,iram-recovery crc32 6cdc6ff9
<6>[   29.649956] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:1 crc32 826c8c57
<6>[   33.419270] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 512 raw 0 hwcrypto 1
<7>[   33.513714] ath: EEPROM regdomain: 0x0
<7>[   33.513734] ath: EEPROM indicates default country code should be used
<7>[   33.513787] ath: doing EEPROM country->regdmn map search
<7>[   33.513803] ath: country maps to regdmn code: 0x3a
<7>[   33.513817] ath: Country alpha2 being used: US
<7>[   33.513828] ath: Regpair used: 0x3a
<6>[   33.517694] wlan0: Created a NSS virtual interface
<7>[   33.521431] ath10k_pci 0001:01:00.0: assign IRQ: got 49
<6>[   33.522945] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
<7>[   33.523070] ath10k_pci 0001:01:00.0: enabling bus mastering
<7>[   33.523621] qcom-pcie 1b700000.pci: msi#1 address_hi 0x0 address_lo 0x43755298
<6>[   33.524145] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
<6>[   34.387611] ath10k_pci 0001:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
<6>[   34.387706] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
<6>[   34.401324] ath10k_pci 0001:01:00.0: firmware ver 10.4-3.9.0.2-00157 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps,peer-fixed-rate,iram-recovery crc32 6cdc6ff9
<6>[   36.676791] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 0:2 crc32 826c8c57
<6>[   40.456836] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 512 raw 0 hwcrypto 1
<7>[   40.543747] ath: EEPROM regdomain: 0x0
<7>[   40.543767] ath: EEPROM indicates default country code should be used
<7>[   40.543778] ath: doing EEPROM country->regdmn map search
<7>[   40.543833] ath: country maps to regdmn code: 0x3a
<7>[   40.543849] ath: Country alpha2 being used: US
<7>[   40.543860] ath: Regpair used: 0x3a
<3>[   40.545713] debugfs: File 'virt_if' in directory 'stats' already present!
<6>[   40.546134] wlan1: Created a NSS virtual interface
<14>[   40.559288] kmodloader: done loading kernel modules from /etc/modules.d/*
<6>[   45.291933] ECM init ( QSDK 12.1.r5_CS1 2022-11-25 1c401a1 )
<6>[   45.292020] ECM database jhash random seed: 0x69c9272
<6>[   45.298583] ECM init complete
<6>[   48.773018] ipq8064-mdio 37000000.mdio eth1: nss_gmac_start_up: Force link up
<6>[   48.773065] ipq8064-mdio 37000000.mdio eth1: 1000 Mbps Full Duplex
<6>[   48.779270] ipq8064-mdio 37000000.mdio eth1: nss_gmac_dev_set_speed:NSS_ETH_CLK_DIV0(0xc) - 0x100
<6>[   48.785229] ipq8064-mdio 37000000.mdio eth1: nss_gmac_dev_set_speed: qsgmii_base(0xde8a0000) + PCS_MODE_CTL(0x68): 0x80008082
<6>[   48.794256] ipq8064-mdio 37000000.mdio eth1: Set addr b0:39:56:93:3e:37
<6>[   48.805534] ipq8064-mdio 37000000.mdio eth1: nss_gmac_ipc_offload_init: enable Rx checksum
<6>[   48.811874] ipq8064-mdio 37000000.mdio eth1: nss_gmac_config_flow_control:
<6>[   48.820278] ipq8064-mdio 37000000.mdio eth1: nss_gmac_rx_pause_disable: disable Rx flow control
<6>[   48.827149] ipq8064-mdio 37000000.mdio eth1: nss_gmac_tx_pause_disable: disable Tx flow control
<6>[   48.836962] ipq8064-mdio 37000000.mdio eth1: nss_gmac_linkup: data plane open command successfully issued
<6>[   48.844947] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
<6>[   48.857784] br-lan: port 1(eth1.1) entered blocking state
<6>[   48.860210] br-lan: port 1(eth1.1) entered disabled state
<6>[   48.866032] device eth1.1 entered promiscuous mode
<6>[   48.871071] device eth1 entered promiscuous mode
<6>[   48.882065] br-lan: port 1(eth1.1) entered blocking state
<6>[   48.882110] br-lan: port 1(eth1.1) entered forwarding state
<6>[   48.898771] ipq8064-mdio 37000000.mdio eth0: nss_gmac_start_up: Force link up
<6>[   48.898834] ipq8064-mdio 37000000.mdio eth0: 1000 Mbps Full Duplex
<6>[   48.904994] ipq8064-mdio 37000000.mdio eth0: nss_gmac_dev_set_speed:NSS_ETH_CLK_DIV0(0xc) - 0x100
<6>[   48.911072] ipq8064-mdio 37000000.mdio eth0: nss_gmac_reset: eth0 resetting...
<6>[   49.995693] ipq8064-mdio 37000000.mdio eth0: GMAC reset completed in 108 jiffies; dma_bus_mode - 0x20100
<6>[   49.995978] ipq8064-mdio 37000000.mdio eth0: nss_gmac_change_mtu: Enabling Normal Frame MTU (Requested MTU [1500])
<6>[   50.004360] ipq8064-mdio 37000000.mdio eth0: Set addr b0:39:56:93:3e:38
<6>[   50.014583] ipq8064-mdio 37000000.mdio eth0: nss_gmac_ipc_offload_init: enable Rx checksum
<6>[   50.021496] ipq8064-mdio 37000000.mdio eth0: nss_gmac_config_flow_control:
<6>[   50.029377] ipq8064-mdio 37000000.mdio eth0: nss_gmac_rx_pause_disable: disable Rx flow control
<6>[   50.036252] ipq8064-mdio 37000000.mdio eth0: nss_gmac_tx_pause_disable: disable Tx flow control
<6>[   50.096403] ipq8064-mdio 37000000.mdio eth0: nss_gmac_linkup: data plane open command successfully issued
<6>[   50.098723] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
<6>[   50.120222] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
<6>[   50.806944] wlan0: Destroyed NSS virtual interface
<7>[   51.165332] ath: EEPROM regdomain: 0x824f
<7>[   51.165386] ath: EEPROM indicates we should expect a country code
<7>[   51.168553] ath: doing EEPROM country->regdmn map search
<7>[   51.174496] ath: country maps to regdmn code: 0x10
<7>[   51.179960] ath: Country alpha2 being used: PA
<7>[   51.184530] ath: Regpair used: 0x10
<7>[   51.188921] ath: regdomain 0x824f dynamically updated by user
<7>[   51.192467] ath: EEPROM regdomain: 0x824f
<7>[   51.198219] ath: EEPROM indicates we should expect a country code
<7>[   51.202269] ath: doing EEPROM country->regdmn map search
<7>[   51.208303] ath: country maps to regdmn code: 0x10
<7>[   51.213657] ath: Country alpha2 being used: PA
<7>[   51.218276] ath: Regpair used: 0x10
<7>[   51.223239] ath: regdomain 0x824f dynamically updated by user
<3>[   52.321471] debugfs: File 'virt_if' in directory 'stats' already present!
<6>[   52.321795] phy0-sta0: Created a NSS virtual interface
<4>[   59.170212] ath10k_pci 0000:01:00.0: Unknown eventid: 36933
<6>[   59.404382] br-lan: port 2(phy0-sta0) entered blocking state
<6>[   59.404428] br-lan: port 2(phy0-sta0) entered disabled state
<6>[   59.409468] device phy0-sta0 entered promiscuous mode
<6>[   61.077681] phy0-sta0: authenticate with 8c:3b:ad:1f:14:44
<6>[   61.358789] phy0-sta0: send auth to 8c:3b:ad:1f:14:44 (try 1/3)
<6>[   61.367272] phy0-sta0: authenticated
<6>[   61.375651] phy0-sta0: associate with 8c:3b:ad:1f:14:44 (try 1/3)
<6>[   61.385372] phy0-sta0: RX AssocResp from 8c:3b:ad:1f:14:44 (capab=0x1011 status=0 aid=1)
<4>[   61.397188] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware
<4>[   61.397237] ath10k_pci 0000:01:00.0: failed to enable peer stats info: -95
<6>[   61.405982] phy0-sta0: associated
<7>[   61.636378] phy0-sta0: Limiting TX power to 30 (30 - 0) dBm as advertised by 8c:3b:ad:1f:14:44
<6>[   61.676475] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready
<6>[   61.676660] br-lan: port 2(phy0-sta0) entered blocking state
<6>[   61.682248] br-lan: port 2(phy0-sta0) entered forwarding state
<3>[12890.965798] phy0-sta0: NSS TX failed with error: NSS_TX_FAILURE_TOO_SHORT
<3>[72302.176261] phy0-sta0: NSS TX failed with error: NSS_TX_FAILURE_TOO_SHORT
<3>[90115.909511] phy0-sta0: NSS TX failed with error: NSS_TX_FAILURE_TOO_SHORT
<1>[128480.637248] 8<--- cut here ---
<1>[128480.637291] Unable to handle kernel NULL pointer dereference at virtual address 00000078
<1>[128480.639219] pgd = 0bb41c06
<1>[128480.647632] [00000078] *pgd=00000000
<0>[128480.650146] Internal error: Oops: 17 [#1] SMP ARM
<4>[128480.653963] Modules linked in: ecm nft_fib_inet nf_flow_table_ipv6 nf_flow_table_ipv4 nf_flow_table_inet ath10k_pci ath10k_core ath nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_objref nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_counter nft_compat nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mac80211 iptable_mangle iptable_filter ipt_REJECT ipt_ECN ip_tables cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_ecn xt_dscp xt_comment xt_TCPMSS xt_LOG xt_HL xt_DSCP xt_CLASSIFY x_tables usblp sch_cake ppp_async nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c crc_ccitt compat fuse sch_tbf sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred act_gact qca_nss_qdisc qca_nss_crypto qca_nss_pptp pptp qca_nss_pppoe
<4>[128480.654668]  pppoe pppox ppp_generic slhc ledtrig_usbport cryptodev nfsv4 nfsv3 nfs msdos ip_gre gre ifb sit ip6_tunnel tunnel6 tunnel4 ip_tunnel tun lockd sunrpc grace hfsplus hfs cdrom dns_resolver nls_utf8 nls_iso8859_15 nls_iso8859_1 nls_cp850 nls_cp437 nls_cp1250 wp512 twofish_generic twofish_common tea serpent_generic khazad cast6_generic cast5_generic cast_common camellia_generic blowfish_generic blowfish_common anubis xts crypto_user algif_skcipher algif_rng algif_hash algif_aead af_alg sha1_generic seqiv ecb cmac authencesn authenc uas usb_storage leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_qcom ohci_platform ohci_hcd phy_qcom_ipq806x_usb ahci fsl_mph_dr_of ehci_platform ehci_fsl sd_mod ahci_platform libahci_platform libahci libata scsi_mod scsi_common ehci_hcd qca_nss_drv qca_nss_gmac ramoops reed_solomon pstore gpio_button_hotplug vfat fat f2fs ext4 mbcache jbd2 exfat dm_mirror dm_region_hash dm_log dm_crypt dm_mod dax crc32c_generic crc32_generic cbc encrypted_keys
<4>[128480.724634]  trusted tpm oid_registry asn1_encoder asn1_decoder
<4>[128480.833304] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.15.105 #0
<4>[128480.839292] Hardware name: Generic DT based system
<4>[128480.845281] PC is at ecm_nss_ported_ipv4_connection_accelerate+0x40/0xfe0 [ecm]
<4>[128480.850059] LR is at ecm_ported_ipv4_process+0x5a0/0x1320 [ecm]
<4>[128480.857696] pc : [<bf9e3fac>]    lr : [<bf9c1514>]    psr: 60000113
<4>[128480.863686] sp : c0d013d8  ip : c0d01508  fp : c6dd66c0
<4>[128480.870020] r10: c0d018f0  r9 : 00000001  r8 : c0d01674
<4>[128480.875316] r7 : 00000000  r6 : bf9e3f6c  r5 : c5a149c0  r4 : c589ac00
<4>[128480.880612] r3 : 0000fec1  r2 : 0000fec1  r1 : c0d01694  r0 : 00000000
<4>[128480.886948] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
<4>[128480.893549] Control: 10c5787d  Table: 4832806a  DAC: 00000051
<1>[128480.900838] Register r0 information: NULL pointer
<1>[128480.906652] Register r1 information: non-slab/vmalloc memory
<1>[128480.911428] Register r2 information: non-paged memory
<1>[128480.917242] Register r3 information: non-paged memory
<1>[128480.922278] Register r4 information: slab kmalloc-1k start c589ac00 pointer offset 0 size 1024
<1>[128480.927404] Register r5 information: slab kmalloc-192 start c5a149c0 pointer offset 0 size 192
<1>[128480.935997] Register r6 information: 90-page vmalloc region starting at 0xbf9bf000 allocated at load_module+0xbc8/0x263c
<1>[128480.944683] Register r7 information: NULL pointer
<1>[128480.955783] Register r8 information: non-slab/vmalloc memory
<1>[128480.960473] Register r9 information: non-paged memory
<1>[128480.966287] Register r10 information: non-slab/vmalloc memory
<1>[128480.971324] Register r11 information: slab skbuff_head_cache start c6dd66c0 pointer offset 0 size 48
<1>[128480.977145] Register r12 information: non-slab/vmalloc memory
<0>[128480.986428] Process swapper/0 (pid: 0, stack limit = 0x50943e48)
<0>[128480.992158] Stack: (0xc0d013d8 to 0xc0d02000)
<0>[128480.998321] 13c0:                                                       c0d015dc bf89f204
<0>[128481.002670] 13e0: 00000000 20000113 1401010a 00000000 00000000 00000000 c0d01694 fe01010a
<0>[128481.010915] 1400: 00000000 00000000 00000000 00000000 c6dd66c0 00000000 c0b82024 c0dd1ac0
<0>[128481.019162] 1420: c0d01494 0000d86e c5b79800 c0d016f4 c5b79800 bf9cce0c c5b79800 00000004
<0>[128481.027409] 1440: c6d4f900 c5b79a48 0000d86e c6d4f9c0 c0d016f4 c5b79800 00000035 c0d01684
<0>[128481.035655] 1460: 00000005 bfa053c8 c36e7d80 bf9ecf90 00000000 0a010114 0000ffff 00000000
<0>[128481.043902] 1480: 00000000 0a0101fe 0000ffff 00000000 00000000 1401010a c5b79800 c0d016f4
<0>[128481.052148] 14a0: c5b79800 00000011 00000001 bf9cce0c c0d01828 c0d01838 c3bdbb80 c0d014ec
<0>[128481.060395] 14c0: c0d014e8 bf9c2c1c c5a146c0 c0d016f4 c5a146c0 c0d016f4 bfa04224 bf9d8980
<0>[128481.068641] 14e0: c0d014f4 bf9c11cc 00000002 00000002 c5a146c0 bfa05228 00000001 c589ac00
<0>[128481.076888] 1500: c5a149c0 bf9e3f6c 00000000 c0d01674 00000001 c0d018f0 c6dd66c0 bf9c1514
<0>[128481.085134] 1520: c6dd66c0 00000000 c0d01838 00000001 c164c800 c55de000 c0d01858 00000000
<0>[128481.093380] 1540: 00000000 00000000 c55de000 c55de000 00000000 00000000 00000000 00000000
<0>[128481.101628] 1560: c589ac00 00000003 c5a30000 c164c800 c0d01890 c0d01670 00000000 c88c028c
<0>[128481.109874] 1580: c164c800 c5a30000 c88c028c c88c0286 00000000 0000e5d3 00000035 c88c02a8
<0>[128481.118120] 15a0: 00000000 00000035 0000e5d3 c6d4f180 00000000 c5b79800 00000003 00000000
<0>[128481.126367] 15c0: 00000000 00000000 f5257d14 dd9904c0 c6d4f3c0 c6d4f840 c6d4f3c0 c6d4f840
<0>[128481.134615] 15e0: c6d4f240 c6d4f6c0 c6d4f240 c6d4f6c0 2d1b1680 00000005 00000000 8000000b
<0>[128481.142860] 1600: c5a28c80 c3bc222c 00000000 00000000 00000000 00000000 c3bc2234 c3bc222c
<0>[128481.151106] 1620: 000009c3 c0657d30 00000000 00000000 00000000 c06589b8 00000000 c58d1ac0
<0>[128481.159353] 1640: c58d0000 00000034 000006b1 0a010114 0000ffff 00000000 00000000 0004b000
<0>[128481.167599] 1660: 0000007b c0d016fc 00000001 c3bc5fe4 c5a146c0 c0d016fc c0d016fc 00000001
<0>[128481.175845] 1680: c3bc5fe4 bf9b5a68 00000000 00000000 00000000 c36e7d80 00000000 00000000
<0>[128481.184092] 16a0: 00000000 00000000 00000000 00000021 00000000 bf969ae8 00000001 00000000
<0>[128481.192339] 16c0: 00000002 00000003 00000000 477e0000 00000000 00000034 c3bc221c c3bc222c
<0>[128481.200586] 16e0: 00000000 00000000 c608cee8 c5bd3660 c6522364 00000002 00000000 0000000c
<0>[128481.208831] 1700: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<0>[128481.217079] 1720: 00000002 00000003 c3bc04c0 c5a310c0 c5a310c0 bf949a7c c6522000 c5b79000
<0>[128481.225325] 1740: 00000000 00000000 00000011 00000000 c4e290a4 c3bc221c c3bc17e0 c3bc2158
<0>[128481.233571] 1760: fffffffe c4e290a4 c3bc221c bf955428 c36e7d80 00000000 c4e29000 0000007d
<0>[128481.241818] 1780: c3bc04c0 c3bc222c 00000000 00000000 c6dd66c0 bf9c8608 00000011 00000002
<0>[128481.250064] 17a0: 00000014 00000031 c0d017be 00000000 00000000 c06589b8 00000000 eb1852c6
<0>[128481.258311] 17c0: c58d0000 c5a30000 c164c800 c88c028c 00000000 c6dd66c0 00000001 00000000
<0>[128481.266558] 17e0: c88c0286 bf9c031c c88c028c c88c028c c88c0286 c88c0286 00000001 00000000
<0>[128481.274805] 1800: 00000000 c6dd66c0 c0d018f0 00000000 00000000 00000003 c0d018a0 c0d018c8
<0>[128481.283051] 1820: c0d01860 c0d01870 c0d01880 c0d01890 00000000 bf969ae8 00000001 00000000
<0>[128481.291298] 1840: 00000000 00000000 00000003 c164c800 c88c0286 c88c028c c5a30000 00000011
<0>[128481.299545] 1860: 0a0101fe 0000ffff 00000000 00000000 0a010114 0000ffff 00000000 00000000
<0>[128481.307791] 1880: 0a0101fe 0000ffff 00000000 00000000 0a010114 0000ffff 00000000 00000000
<0>[128481.316037] 18a0: fe01010a 00000000 00000000 c5823110 c6043500 1401010a 0a010114 c0b84bf8
<0>[128481.324283] 18c0: 00000000 c011d3e5 1401010a c165ab4c c165ab00 00000000 c0d0d3e5 fe01010a
<0>[128481.332530] 18e0: c1419280 c095e2d8 c1666300 c0d03500 00000000 00000000 00000000 00000000
<0>[128481.340776] 1900: 00000000 00000000 00000000 00000000 00000000 00000000 c6dd66c0 00000001
<0>[128481.349023] 1920: 0a0101fe 0000ffff 00000000 00000000 0a010114 0000ffff 00000000 00000000
<0>[128481.357271] 1940: 00000011 40000000 00000014 00000045 00000000 00000000 00000000 00000000
<0>[128481.365517] 1960: 00000000 00080011 00140031 00000000 00000000 00000000 00000000 00000000
<0>[128481.373762] 1980: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<0>[128481.382010] 19a0: 00000000 00000000 00000000 eb1852c6 c5b04400 c6dd66c0 c55de000 c55de310
<0>[128481.390255] 19c0: c164c800 00000186 c88c0100 c88c0286 00000008 bf9c0cd0 00000001 00000000
<0>[128481.398503] 19e0: 00000000 c6dd66c0 00000000 00008000 c5a30000 c88c028c c6d72000 00000001
<0>[128481.406749] 1a00: 00000001 c534ff80 c6dd66c0 c0d01a40 c534ff88 c5a30000 00000000 c08e6afc
<0>[128481.414995] 1a20: c6dd66c0 c0dd1ac0 00000000 c6dd66c0 00000000 00000000 c5a30000 c09d9040
<0>[128481.423241] 1a40: c0d00704 00000000 c164c800 00000000 c0dd1ac0 c09d8e2c c534fa58 c534fa58
<0>[128481.431490] 1a60: c0dd1ac0 00000000 c6dd66c0 c09d8fd0 c164c800 c09fdaa0 00000702 c5a30000
<0>[128481.439736] 1a80: c164c800 00000000 c0dd1ac0 c09d8fd0 c6dd66c0 c6dd66c0 00000000 c0dd1ac0
<0>[128481.447982] 1aa0: 00000000 c5a30000 00000002 c5a30000 00000000 c09fe4c8 c5a30000 c164c800
<0>[128481.456228] 1ac0: c09d8fd0 c083d658 c6dd66c0 c0d01b38 c0dd1ac0 c6074008 c55de000 c09feb94
<0>[128481.464475] 1ae0: c5a30500 00000186 c88c0100 00000000 c0d01c78 bf255cb8 82902500 c6dd66c0
<0>[128481.472721] 1b00: 00000000 c534fa40 c6dd66c0 c0d01b38 c534fa40 c08e6afc c6dd66c0 c0dd1ac0
<0>[128481.480968] 1b20: 00000000 c55de500 00000000 00000000 c5a30000 c09d9140 7c490702 c5a30000
<0>[128481.489215] 1b40: c164c800 00000000 c0dd1ac0 c09d8fd0 c5b78000 00000000 00000000 c09db7a0
<0>[128481.497461] 1b60: 00000000 c0d01b80 c3bc04c0 c6dd66c0 c5a30000 00000300 c5b780b8 c55de660
<0>[128481.505707] 1b80: 00000000 c6d72000 00000032 c0dd1ac0 00000000 c5a30000 c534fb4c eb1852c6
<0>[128481.513953] 1ba0: c534fb4c c0dd1ac0 00000000 c6dd66c0 c09db470 c09fdaa0 c6dd0700 c5a30000
<0>[128481.522200] 1bc0: 00000000 00000000 c0dd1ac0 c09db470 c0d01c10 c6dd66c0 00000000 c0dd1ac0
<0>[128481.530447] 1be0: 00000000 c55de57c 00000194 c1d41dc0 c5a30000 c09fdc6c c5a30000 00000000
<0>[128481.538693] 1c00: c09db470 0c0a7a3e 00000000 00010000 c0d01c10 c0d01c10 00000000 00000000
<0>[128481.546939] 1c20: 82902500 c6522000 c3bc04c0 c6dd66c0 c6dd66c0 00000000 c6dd66c0 00000000
<0>[128481.555187] 1c40: c6d53100 c6dd66c0 c0dd1ac0 00000001 00000000 c1d41dc0 c55de500 c1d41dc0
<0>[128481.563434] 1c60: c5a30000 c09fe3b4 7c490200 c55de000 00000000 00000000 c0dd1ac0 c09fdafc
<0>[128481.571680] 1c80: c6dd66c0 c534fb40 c0d01cfc c534fb40 00000000 c88c0286 00000000 c09dbc4c
<0>[128481.579927] 1ca0: 00000700 c5a30000 00000000 00000000 c0dd1ac0 c09db470 c6dd66c0 c0d01cfc
<0>[128481.588172] 1cc0: c09dba80 c0d01d48 00000000 c0d060bc c0c47e58 c085dd38 c0dc70d4 c0310f9c
<0>[128481.596419] 1ce0: c03142e8 00000001 c0d01cd8 c0dd21d4 00000000 c0d01d4c 00000002 c6dd66c0
<0>[128481.604665] 1d00: 00000002 c176c880 c3bc17e0 61c88647 00000b0c 00000000 ddaf4b00 bf282aac
<0>[128481.612912] 1d20: bf282aac 00000000 c0d01d50 00000000 00000000 c5a30000 00000000 c085e9d0
<0>[128481.621157] 1d40: bf282aac 00000000 c6dd66c0 00000000 c0d01d50 c0d01d50 00000100 bf282aac
<0>[128481.629406] 1d60: bf282aac 00000000 bf282aac 00000000 c0dd1a8c c0d00000 00000040 c085eca4
<0>[128481.637652] 1d80: 00000000 00000040 c0d01d88 c0d01d88 0000007f bf282418 bf282aac 0000003f
<1>[128481.641425] 8<--- cut here ---
<0>[128481.645897] 1da0: bf282a28 bf2903c0 00000000 00000001 00000002 c085f9d0 00000001 c25ac004
<1>[128481.654162] Unable to handle kernel NULL pointer dereference at virtual address 00000078
<0>[128481.657181] 1dc0: c0d01e48 bf282a28 00000040 bf282a28 0000003f bf282400 bf2903c0 00000001
<1>[128481.665579] pgd = 0bb41c06
<0>[128481.673761] 1de0: bf282a18 bf255bbc 00000001 00000000 c3bc5ca0 00000001 bf282a28 00000040
<1>[128481.681915] [00000078] *pgd=00000000
<0>[128481.684612] 1e00: c0d01e3f c0d01e40 c0d03d00 1cd49000 c0d01e48 c085fb80 bf282a28 0000012c
<4>[128481.684616] 
<0>[128481.692940] 1e20: dd990e40 c0c47e40 c0d01e40 c085feec 00000000 00c39683 c5822c80 008c6818
<0>[128481.706490] 1e40: c0d01e40 c0d01e40 c0d01e48 c0d01e48 c38c6800 00000000 c0d0308c c0d00000
<0>[128481.714648] 1e60: c0d03080 40000003 0000000c 00000100 c0d01e78 c0301304 00000000 bf26a234
<0>[128481.722895] 1e80: c0d03080 c0c44230 0000000a c0c441b8 c0c47040 c0c47040 00c39682 c0d03d00
<0>[128481.731141] 1ea0: 04200002 ffffe000 c0d01ef0 ffffe000 00000000 000000f5 00000000 c0c4633c
<0>[128481.739388] 1ec0: de80200c c0d01ef0 c0d04f5c c0324db8 c0c46330 c0375a98 c0d05330 c0d01f10
<0>[128481.747634] 1ee0: c0d7ec64 de802000 c0c4633c c06681ec c030762c 60000013 ffffffff c0d01f44
<0>[128481.755880] 1f00: 00000000 c0d00000 c0d04ec8 c0300b7c 31cf111e 00000000 00000001 c0314a80
<0>[128481.764127] 1f20: 00000000 c0d04f28 c0d00000 00000000 00000000 ffffe000 c0d04ec8 c0d04f5c
<0>[128481.772373] 1f40: c0dc0e80 c0d01f60 c0307628 c030762c 60000013 ffffffff 00000051 c0d04ec8
<0>[128481.780620] 1f60: 00000000 c03537a0 000000e6 c0c46938 c0d01f68 ffffe000 c0d9b01c c0d9b020
<0>[128481.788868] 1f80: 00000000 000000e6 c0d9b01c c0d9b020 00000000 430b2c50 c0d9b010 c0d04ec8
<0>[128481.797114] 1fa0: 00000000 c0353b24 c0d9b03c c0c0119c ffffffff ffffffff 00000000 c0c006d8
<0>[128481.805361] 1fc0: 00000000 00000000 c0c36a50 eb1d5daf 00000000 c0c00470 00000051 10c0387d
<0>[128481.813607] 1fe0: 0000136c 430b2c50 512f04d0 10c5387d 00000000 00000000 00000000 00000000
<0>[128481.821920] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
<0>[128481.830107] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
<0>[128481.842514] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
<0>[128481.852846] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128481.864302] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
<0>[128481.874196] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128481.882441] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
<0>[128481.890863] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
<0>[128481.899802] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128481.908656] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
<0>[128481.916468] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
<0>[128481.924455] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128481.932875] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
<0>[128481.941903] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
<0>[128481.951278] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
<0>[128481.960566] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
<0>[128481.969163] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
<0>[128481.979407] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
<0>[128481.990604] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
<0>[128482.001540] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
<0>[128482.011478] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
<0>[128482.021680] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
<0>[128482.031224] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
<0>[128482.039038] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
<0>[128482.046762] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
<0>[128482.054315] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
<0>[128482.062042] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
<0>[128482.070111] Exception stack(0xc0d01f10 to 0xc0d01f58)
<0>[128482.077662] 1f00:                                     31cf111e 00000000 00000001 c0314a80
<0>[128482.082791] 1f20: 00000000 c0d04f28 c0d00000 00000000 00000000 ffffe000 c0d04ec8 c0d04f5c
<0>[128482.091036] 1f40: c0dc0e80 c0d01f60 c0307628 c030762c 60000013 ffffffff
<0>[128482.099279] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
<0>[128482.106137] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
<0>[128482.113517] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
<0>[128482.120980] [<c0353b24>] (cpu_startup_entry) from [<c0c0119c>] (start_kernel+0x6b8/0x6c8)
<0>[128482.128452] Code: e1d52ab4 e58d3038 e30f3ec1 e1520003 (e5903078) 
<0>[128482.136781] Internal error: Oops: 17 [#2] SMP ARM
<4>[128482.136872] ---[ end trace 184354a1a1897b74 ]---

/sys/fs/pstore/dmesg-ramoops-1 :

Panic#2 Part1
<0>[128481.772373] 1f40: c0dc0e80 c0d01f60 c0307628 c030762c 60000013 ffffffff 00000051 c0d04ec8
<0>[128481.780620] 1f60: 00000000 c03537a0 000000e6 c0c46938 c0d01f68 ffffe000 c0d9b01c c0d9b020
<0>[128481.788868] 1f80: 00000000 000000e6 c0d9b01c c0d9b020 00000000 430b2c50 c0d9b010 c0d04ec8
<0>[128481.797114] 1fa0: 00000000 c0353b24 c0d9b03c c0c0119c ffffffff ffffffff 00000000 c0c006d8
<0>[128481.805361] 1fc0: 00000000 00000000 c0c36a50 eb1d5daf 00000000 c0c00470 00000051 10c0387d
<0>[128481.813607] 1fe0: 0000136c 430b2c50 512f04d0 10c5387d 00000000 00000000 00000000 00000000
<0>[128481.821920] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
<0>[128481.830107] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
<0>[128481.842514] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
<0>[128481.852846] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128481.864302] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
<0>[128481.874196] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128481.882441] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
<0>[128481.890863] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
<0>[128481.899802] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128481.908656] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
<0>[128481.916468] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
<0>[128481.924455] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128481.932875] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
<0>[128481.941903] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
<0>[128481.951278] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
<0>[128481.960566] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
<0>[128481.969163] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
<0>[128481.979407] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
<0>[128481.990604] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
<0>[128482.001540] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
<0>[128482.011478] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
<0>[128482.021680] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
<0>[128482.031224] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
<0>[128482.039038] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
<0>[128482.046762] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
<0>[128482.054315] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
<0>[128482.062042] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
<0>[128482.070111] Exception stack(0xc0d01f10 to 0xc0d01f58)
<0>[128482.077662] 1f00:                                     31cf111e 00000000 00000001 c0314a80
<0>[128482.082791] 1f20: 00000000 c0d04f28 c0d00000 00000000 00000000 ffffe000 c0d04ec8 c0d04f5c
<0>[128482.091036] 1f40: c0dc0e80 c0d01f60 c0307628 c030762c 60000013 ffffffff
<0>[128482.099279] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
<0>[128482.106137] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
<0>[128482.113517] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
<0>[128482.120980] [<c0353b24>] (cpu_startup_entry) from [<c0c0119c>] (start_kernel+0x6b8/0x6c8)
<0>[128482.128452] Code: e1d52ab4 e58d3038 e30f3ec1 e1520003 (e5903078) 
<0>[128482.136781] Internal error: Oops: 17 [#2] SMP ARM
<4>[128482.136872] ---[ end trace 184354a1a1897b74 ]---
<4>[128482.142936] Modules linked in: ecm nft_fib_inet nf_flow_table_ipv6 nf_flow_table_ipv4 nf_flow_table_inet ath10k_pci ath10k_core ath nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_objref nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_counter nft_compat nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mac80211 iptable_mangle iptable_filter ipt_REJECT ipt_ECN ip_tables cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_ecn xt_dscp xt_comment xt_TCPMSS xt_LOG xt_HL xt_DSCP xt_CLASSIFY x_tables usblp sch_cake ppp_async nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c crc_ccitt compat fuse sch_tbf sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred act_gact qca_nss_qdisc qca_nss_crypto qca_nss_pptp pptp qca_nss_pppoe
<4>[128482.148176]  pppoe
<0>[128482.167226] Kernel panic - not syncing: Fatal exception in interrupt
<4>[128482.217580]  pppox ppp_generic slhc ledtrig_usbport cryptodev nfsv4 nfsv3 nfs msdos ip_gre gre ifb sit ip6_tunnel tunnel6 tunnel4 ip_tunnel tun lockd sunrpc grace hfsplus hfs cdrom dns_resolver nls_utf8 nls_iso8859_15 nls_iso8859_1 nls_cp850 nls_cp437 nls_cp1250 wp512 twofish_generic twofish_common tea serpent_generic khazad cast6_generic cast5_generic cast_common camellia_generic blowfish_generic blowfish_common anubis xts crypto_user algif_skcipher algif_rng algif_hash algif_aead af_alg sha1_generic seqiv ecb cmac authencesn authenc uas usb_storage leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_qcom ohci_platform ohci_hcd phy_qcom_ipq806x_usb ahci fsl_mph_dr_of ehci_platform ehci_fsl sd_mod ahci_platform libahci_platform libahci libata scsi_mod scsi_common ehci_hcd qca_nss_drv qca_nss_gmac ramoops reed_solomon pstore gpio_button_hotplug vfat fat f2fs ext4 mbcache jbd2 exfat dm_mirror dm_region_hash dm_log dm_crypt dm_mod dax crc32c_generic crc32_generic cbc encrypted_keys trusted
<4>[128482.242257]  tpm oid_registry asn1_encoder asn1_decoder
<4>[128482.335560] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G      D           5.15.105 #0
<4>[128482.341031] Hardware name: Generic DT based system
<4>[128482.348406] PC is at ecm_nss_ported_ipv4_connection_accelerate+0x40/0xfe0 [ecm]
<4>[128482.353184] LR is at ecm_ported_ipv4_process+0x5a0/0x1320 [ecm]
<4>[128482.360820] pc : [<bf9e3fac>]    lr : [<bf9c1514>]    psr: 60000113
<4>[128482.366810] sp : c146d420  ip : c146d550  fp : c36ea6c0
<4>[128482.373144] r10: c146d938  r9 : 00000001  r8 : c146d6bc
<4>[128482.378440] r7 : 00000000  r6 : bf9e3f6c  r5 : c5a149c0  r4 : c589ac00
<4>[128482.383738] r3 : 0000fec1  r2 : 0000fec1  r1 : c146d6dc  r0 : 00000000
<4>[128482.390074] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
<4>[128482.396673] Control: 10c5787d  Table: 475f006a  DAC: 00000051
<1>[128482.403961] Register r0 information: NULL pointer
<1>[128482.409776] Register r1 information: non-slab/vmalloc memory
<1>[128482.414553] Register r2 information: non-paged memory
<1>[128482.420368] Register r3 information: non-paged memory
<1>[128482.425402] Register r4 information: slab kmalloc-1k start c589ac00 pointer offset 0 size 1024
<1>[128482.430528] Register r5 information: slab kmalloc-192 start c5a149c0 pointer offset 0 size 192
<1>[128482.439122] Register r6 information: 90-page vmalloc region starting at 0xbf9bf000 allocated at load_module+0xbc8/0x263c
<1>[128482.447808] Register r7 information: NULL pointer
<1>[128482.458908] Register r8 information: non-slab/vmalloc memory
<1>[128482.463596] Register r9 information: non-paged memory
<1>[128482.469412] Register r10 information: non-slab/vmalloc memory
<1>[128482.474447] Register r11 information: slab skbuff_head_cache start c36ea6c0 pointer offset 0 size 48
<1>[128482.480269] Register r12 information: non-slab/vmalloc memory
<0>[128482.489553] Process swapper/1 (pid: 0, stack limit = 0x0af70430)
<0>[128482.495282] Stack: (0xc146d420 to 0xc146e000)
<0>[128482.501448] d420: c146d624 bf89f204 00000000 c55de000 1401010a 00000000 00000000 00000000
<0>[128482.505794] d440: c146d6dc fe01010a 00000000 00000000 00000000 00000000 c36ea6c0 00000000
<0>[128482.514041] d460: c0b82024 c0dd1ac0 c146d4dc 0000d110 c589a400 c146d73c c589a400 bf9cce0c
<0>[128482.522288] d480: c589a400 00000004 c5a14d80 c589a648 0000d110 c5a14e40 c146d73c c589a400
<0>[128482.530533] d4a0: 00000035 c146d6cc 00000005 bfa053c8 c36e6d80 bf9ecf90 00000000 0a010114
<0>[128482.538780] d4c0: 0000ffff 00000000 00000000 0a0101fe 0000ffff 00000000 00000000 1401010a
<0>[128482.547027] d4e0: c589a400 c146d73c c589a400 00000011 00000001 bf9cce0c c146d870 c146d880
<0>[128482.555273] d500: c3bdbb80 c146d534 c146d530 bf9c2c1c c5a146c0 c146d73c c5a146c0 c146d73c
<0>[128482.563519] d520: bfa04224 bf9d8980 c146d53c bf9c11cc 00000002 00000002 c5a146c0 bfa05228
<0>[128482.571765] d540: 00000001 c589ac00 c5a149c0 bf9e3f6c 00000000 c146d6bc 00000001 c146d938
<0>[128482.580012] d560: c36ea6c0 bf9c1514 c36ea6c0 00000000 c146d880 00000001 c164c800 c55de000
<0>[128482.588259] d580: c146d8a0 00000000 00000000 00000000 c55de000 c55de000 00000000 00000000
<0>[128482.596506] d5a0: 00000000 00000000 c589ac00 00000003 c164c800 c5a30000 c146d8d8 c146d6b8
<0>[128482.604752] d5c0: 00000000 c350ca8c c5a30000 c164c800 c350ca8c c350ca86 00000000 00000035
<0>[128482.612999] d5e0: 0000e5d3 c350caa8 c6522000 0000e5d3 00000035 c5a14c00 c2207d80 c589a400
<0>[128482.621244] d600: 00000003 00000000 00000000 00000000 800d000d 00000000 c5a14b40 c6d4f840
<0>[128482.629492] d620: c5a14b40 c6d4f840 c6d4f240 c6d4f6c0 c6d4f240 c6d4f6c0 c0dc7e58 c3bc222c
<0>[128482.637738] d640: 000009c3 c0483590 c4e292e4 c3bc222c 00000000 00000000 00000000 00000000
<0>[128482.645985] d660: c3bc2234 c3bc222c 000009c3 c0657d30 00000000 00000000 00000000 c06589b8
<0>[128482.654231] d680: 00000000 c58d1b10 c58d0000 00000034 000006c5 0a010114 0000ffff 00000000
<0>[128482.662478] d6a0: 00000000 0004b000 000000c7 c146d744 00000001 c3bc5fe4 c5a146c0 c146d744
<0>[128482.670724] d6c0: c146d744 00000001 c3bc5fe4 bf9b5a68 00000000 00000000 00000118 c22076c0
<0>[128482.678971] d6e0: 00000000 00000000 00000000 00000000 00000000 00000021 00000000 bf969ae8
<0>[128482.687218] d700: 00000001 00000000 00000002 00000003 00000000 477e0118 00000007 00000034
<0>[128482.695464] d720: c3bc221c c3bc222c 00000007 000001c0 c6092ca8 c5bdc300 c6522364 00000002
<0>[128482.703711] d740: 00000000 0000000c 00000000 00000000 00000000 00000000 00000000 00000000
<0>[128482.711957] d760: 00000000 00000000 00000002 00000003 c3bc04c0 c5a310c0 c5a310c0 bf949a7c
<0>[128482.720203] d780: c6522000 c5b79000 00000000 00000000 00000011 00000000 c4e290a4 c3bc221c
<0>[128482.728450] d7a0: c3bc17e0 c3bc2158 fffffffe c4e290a4 c3bc221c bf955428 c22076c0 00000000
<0>[128482.736697] d7c0: c4e29000 000000c9 c3bc04c0 c3bc04c0 c4e290a4 c3bc221c c36ea6c0 bf9c8608
<0>[128482.744942] d7e0: 00000011 00000002 00000014 00000031 c146d806 c3bc04c0 00000000 bf82769c
<0>[128482.753190] d800: c22076c0 eb1852c6 00000000 c164c800 c5a30000 c350ca8c 00000000 c36ea6c0
<0>[128482.761436] d820: 00000001 00000000 c350ca86 bf9c031c c350ca8c c350ca8c c350ca86 c350ca86
<0>[128482.769683] d840: 00000001 00000000 00000000 c36ea6c0 c146d938 00000000 00000000 00000003
<0>[128482.777930] d860: c146d8e8 c146d910 c146d8a8 c146d8b8 c146d8c8 c146d8d8 00000000 00000000
<0>[128482.786176] d880: 00000000 00000000 00000000 00000000 00000003 c5a30000 c350ca86 c350ca8c
<0>[128482.794422] d8a0: c164c800 00000011 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
<0>[128482.802669] d8c0: 00000000 00000000 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
<0>[128482.810916] d8e0: 00000000 00000000 1401010a bf82b724 00000000 c146d91a c146d3e5 fe01010a
<0>[128482.819162] d900: 00000000 00000000 c3bc04c0 00113500 fe01010a c6522000 00010000 faff7f5e
<0>[128482.827410] d920: 7c493500 1401010a c22076c0 c22076c0 c5a30000 c350d3e5 00000000 00000000
<0>[128482.835655] d940: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<0>[128482.843902] d960: c36ea6c0 00000001 0a010114 0000ffff 00000000 00000000 0a0101fe 0000ffff
<0>[128482.852149] d980: 00000000 00000000 00000011 80000000 00000014 00000045 00000000 00000000
<0>[128482.860394] d9a0: 00000000 00000000 00000000 00080011 00140031 00000000 00000000 00000000
<0>[128482.868639] d9c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<0>[128482.876888] d9e0: 00000000 00000000 00000000 00000000 00000000 eb1852c6 c5b78000 c36ea6c0
<0>[128482.885134] da00: c55de000 c55de310 c5a30000 00000086 c350ca00 c350ca86 00000008 bf9c0cd0
<0>[128482.893381] da20: 00000001 00000000 00000000 c36ea6c0 00000000 00000000 c164c800 c350ca8c
<0>[128482.901627] da40: c0dd1ac0 00000001 00000001 c534ff80 c36ea6c0 c146da88 c534ff88 c164c800
<0>[128482.909873] da60: 00000000 c08e6afc c36ea6c0 c0dd1ac0 00000000 c36ea6c0 00000000 00000000
<0>[128482.918121] da80: c164c800 c09d9040 c0dd0704 00000000 c5a30000 00000000 c0dd1ac0 c09d8e2c
<0>[128482.926367] daa0: c534fa58 c534fa58 c0dd1ac0 00000000 c36ea6c0 c09d8fd0 c5a30000 c09fdaa0
<0>[128482.934613] dac0: 00000702 c164c800 c5a30000 00000000 c0dd1ac0 c09d8fd0 c350afd4 c36ea6c0
<0>[128482.942860] dae0: 00000000 c0dd1ac0 00000000 c164c800 00000002 c164c800 00000000 c09fe4c8
<0>[128482.951105] db00: c164c800 c5a30000 c09d8fd0 c08f1614 c36ea6c0 c146db80 c0dd1ac0 c59e9008
<0>[128482.959352] db20: c55de000 c09feb94 c55de000 c36eaa80 c0dd1ac0 c55de500 00000001 00000000
<0>[128482.967600] db40: 7c493fe0 c36ea6c0 00000000 c534fa40 c36ea6c0 c146db80 c534fa40 c08e6afc
<0>[128482.975847] db60: c36ea6c0 c0dd1ac0 00000000 c55de500 00000000 00000000 c164c800 c09d9140
<0>[128482.984093] db80: 82900702 c164c800 c5a30000 00000000 c0dd1ac0 c09d8fd0 c5b04400 00000000
<0>[128482.992339] dba0: 00000000 c09db7a0 00000000 c146dbc8 00000000 c36ea6c0 00000001 000003c0
<0>[128483.000586] dbc0: c5b044b8 c55de660 00000000 c36e70c0 00000000 c0860738 c5b04400 00000000
<0>[128483.008832] dbe0: c534fb4c eb1852c6 c534fb4c c0dd1ac0 00000000 c36ea6c0 c09db470 c09fdaa0
<0>[128483.017079] dc00: c0ac0700 c164c800 00000000 00000000 c0dd1ac0 c09db470 00000000 c36ea6c0
<0>[128483.025326] dc20: 00000000 c0dd1ac0 00000000 c55de57c 00000094 c1d41dc0 c1709000 c09fdc6c
<0>[128483.033572] dc40: c164c800 00000000 c09db470 00000000 c0ace080 00006191 b123f581 00000000
<0>[128483.041818] dc60: 00000002 00000011 00000000 00006191 00000000 c36ea6c0 c36ea6c0 00000000
<0>[128483.050065] dc80: c36ea6c0 00000000 c6d53100 c36ea6c0 c0dd1ac0 00000001 00000000 c1d41dc0
<0>[128483.058312] dca0: c55de500 c1d41dc0 c1709000 c09fe3b4 82900200 c55de000 00000000 00000000
<0>[128483.066558] dcc0: c0dd1ac0 c09fdafc c36ea6c0 c534fb40 c146dd44 c534fb40 00000000 c350ca86
<0>[128483.074805] dce0: 00000000 c09dbc4c 00000700 c164c800 00000000 00000000 c0dd1ac0 c09db470
<0>[128483.083050] dd00: c36ea6c0 c146dd44 c09dba80 c146dd90 00000000 c0d060bc c0c47e58 c085dd38
<0>[128483.091297] dd20: dd99c480 c035aed4 00000000 00000001 c146dd20 c0dd21d4 00000000 c146dd94
<0>[128483.099544] dd40: 00000000 c36ea6c0 00000000 00000000 00000000 00000000 00000000 ffffffff
<0>[128483.107791] dd60: dda385d4 c36ea600 bf282b94 00000000 c146dd98 00000000 00000000 c1709000
<0>[128483.116037] dd80: 00000000 c085e9d0 bf282b94 00000000 c36ea6c0 00000000 c146dd98 c146dd98
<0>[128483.124284] dda0: 00000010 bf282b94 bf282b94 00000000 bf282b94 00000000 c0dd1a8c c146c000
<0>[128483.132529] ddc0: 00000040 c085eca4 00000000 c038c6d0 c146ddd0 c146ddd0 0000007f bf282430
<0>[128483.140777] dde0: bf282b94 0000003e bf282b10 bf2903c0 00000000 00000001 00000004 c085f9d0
<0>[128483.149023] de00: 00000002 c25ac008 dd99c480 bf282b10 00000040 bf282b10 0000003e bf282400
<0>[128483.157269] de20: bf2903c0 00000002 bf282b00 bf255bbc 00000002 00000000 c146de38 00000001
<0>[128483.165516] de40: bf282b10 00000040 c146de87 c146de88 c0d03d00 1cd55000 c146de90 c085fb80
<0>[128483.173763] de60: bf282b10 0000012c dd99ce40 c0c47e40 c146de88 c085feec 00000000 00c396e7
<0>[128483.182010] de80: 00000001 00000000 c146de88 c146de88 c146de90 c146de90 c0dc01c8 00000000
<0>[128483.190257] dea0: c0d0308c c146c000 c0d03080 40000003 0000000c 00000100 c146dec0 c0301304
<0>[128483.198502] dec0: 00000000 bf26a234 c0d03080 c0c44230 0000000a c0c441b8 c0c47040 c0c47040
<0>[128483.206750] dee0: 00c396e6 c0d03d00 04200042 ffffe000 c146df38 ffffe000 00000000 00000108
<0>[128483.214996] df00: 00000000 c0c4633c de80200c c146df38 c0d04f5c c0324db8 c0c46330 c0375a98
<0>[128483.223242] df20: c0d05330 c146df58 c0d7ec64 de802000 c0c4633c c06681ec c030762c 60000013
<0>[128483.231488] df40: ffffffff c146df8c 00000000 c146c000 00000000 c0300b7c 0068423e 00000000
<0>[128483.239734] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
<0>[128483.247981] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
<0>[128483.256227] dfa0: 00000051 00000000 00000001 c03537a0 4220406a c0c46938 c146dfb0 ffffe000
<0>[128483.264474] dfc0: 00000051 10c0387d c146dff8 00000097 00000051 10c0387d c146dff8 4220406a
<0>[128483.272720] dfe0: 512f04d0 00000000 00000000 c0353b24 4343c06a 42301570 00000000 00000000
<0>[128483.280966] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
<0>[128483.289218] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
<0>[128483.301628] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
<0>[128483.311959] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128483.323416] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
<0>[128483.333308] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128483.341555] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
<0>[128483.349976] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
<0>[128483.358917] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<0>[128483.367769] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
<0>[128483.375583] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
<0>[128483.383568] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<0>[128483.391991] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
<0>[128483.401018] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
<0>[128483.410392] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
<0>[128483.419681] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
<0>[128483.428277] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
<0>[128483.438521] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
<0>[128483.449719] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
<4>[128483.460253] SMP: failed to stop secondary CPUs
<0>[128483.460654] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
<0>[128483.474929] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
<0>[128483.485308] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
<0>[128483.494854] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
<0>[128483.502667] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
<0>[128483.510392] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
<0>[128483.517943] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
<0>[128483.525670] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
<0>[128483.533741] Exception stack(0xc146df58 to 0xc146dfa0)
<0>[128483.541290] df40:                                                       0068423e 00000000
<0>[128483.546419] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
<0>[128483.554666] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
<0>[128483.562910] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
<0>[128483.571155] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
<0>[128483.578708] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
<0>[128483.586173] [<c0353b24>] (cpu_startup_entry) from [<42301570>] (0x42301570)
<0>[128483.593643] Code: e1d52ab4 e58d3038 e30f3ec1 e1520003 (e5903078) 
<2>[128483.600934] CPU1: stopping
<4>[128483.606913] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G      D           5.15.105 #0
<4>[128483.609608] Hardware name: Generic DT based system
<4>[128483.617247] [<c030e7e8>] (unwind_backtrace) from [<c030a194>] (show_stack+0x14/0x20)
<4>[128483.622025] [<c030a194>] (show_stack) from [<c064e2c0>] (dump_stack_lvl+0x40/0x4c)
<4>[128483.630010] [<c064e2c0>] (dump_stack_lvl) from [<c030cfbc>] (do_handle_IPI+0x144/0x184)
<4>[128483.637477] [<c030cfbc>] (do_handle_IPI) from [<c030d018>] (ipi_handler+0x1c/0x2c)
<4>[128483.645807] [<c030d018>] (ipi_handler) from [<c037c204>] (handle_percpu_devid_irq+0x84/0x16c)
<4>[128483.653189] [<c037c204>] (handle_percpu_devid_irq) from [<c0375a94>] (handle_domain_irq+0x68/0x94)
<4>[128483.661868] [<c0375a94>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
<4>[128483.670809] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
<4>[128483.679140] Exception stack(0xc146d2a0 to 0xc146d2e8)
<4>[128483.686692] d2a0: 00000000 00000080 00000000 00000002 c0d9b228 0000000b c0d9b224 00000001
<4>[128483.691819] d2c0: c0d095bc c146d346 60000113 c146c000 00000000 c146d2f0 c031e8bc c030a348
<4>[128483.700062] d2e0: 60000113 ffffffff
<4>[128483.708302] [<c0300b7c>] (__irq_svc) from [<c030a348>] (die+0x1a8/0x4e4)
<4>[128483.712040] [<c030a348>] (die) from [<c030f5a0>] (__do_kernel_fault.part.0+0x7c/0x8c)
<4>[128483.718725] [<c030f5a0>] (__do_kernel_fault.part.0) from [<c030f850>] (do_page_fault+0x2a0/0x2bc)
<4>[128483.726539] [<c030f850>] (do_page_fault) from [<c030fa8c>] (do_DataAbort+0x48/0xd8)
<4>[128483.735478] [<c030fa8c>] (do_DataAbort) from [<c0300ae8>] (__dabt_svc+0x48/0x80)
<4>[128483.743376] Exception stack(0xc146d3d0 to 0xc146d418)
<4>[128483.750753] d3c0:                                     00000000 c146d6dc 0000fec1 0000fec1
<4>[128483.755795] d3e0: c589ac00 c5a149c0 bf9e3f6c 00000000 c146d6bc 00000001 c146d938 c36ea6c0
<4>[128483.764040] d400: c146d550 c146d420 bf9c1514 bf9e3fac 60000113 ffffffff
<4>[128483.772282] [<c0300ae8>] (__dabt_svc) from [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate+0x40/0xfe0 [ecm])
<4>[128483.779149] [<bf9e3fac>] (ecm_nss_ported_ipv4_connection_accelerate [ecm]) from [<bf9c1514>] (ecm_ported_ipv4_process+0x5a0/0x1320 [ecm])
<4>[128483.789654] [<bf9c1514>] (ecm_ported_ipv4_process [ecm]) from [<bf9c031c>] (ecm_ipv4_ip_process+0x2dc/0x834 [ecm])
<4>[128483.801978] [<bf9c031c>] (ecm_ipv4_ip_process [ecm]) from [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook+0x188/0x2c8 [ecm])
<4>[128483.812307] [<bf9c0cd0>] (ecm_ipv4_bridge_post_routing_hook [ecm]) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<4>[128483.823764] [<c08e6afc>] (nf_hook_slow) from [<c09d9040>] (br_forward_finish+0x70/0xc8)
<4>[128483.833656] [<c09d9040>] (br_forward_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<4>[128483.841903] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fe4c8>] (br_nf_forward_finish+0xf8/0x200)
<4>[128483.850323] [<c09fe4c8>] (br_nf_forward_finish) from [<c09feb94>] (br_nf_forward_ip+0x30c/0x41c)
<4>[128483.859264] [<c09feb94>] (br_nf_forward_ip) from [<c08e6afc>] (nf_hook_slow+0x48/0xdc)
<4>[128483.868117] [<c08e6afc>] (nf_hook_slow) from [<c09d9140>] (__br_forward+0xa8/0x164)
<4>[128483.875931] [<c09d9140>] (__br_forward) from [<c09db7a0>] (br_handle_frame_finish+0x330/0x610)
<4>[128483.883917] [<c09db7a0>] (br_handle_frame_finish) from [<c09fdaa0>] (br_nf_hook_thresh+0xd0/0x12c)
<4>[128483.892339] [<c09fdaa0>] (br_nf_hook_thresh) from [<c09fdc6c>] (br_nf_pre_routing_finish+0x170/0x42c)
<4>[128483.901366] [<c09fdc6c>] (br_nf_pre_routing_finish) from [<c09fe3b4>] (br_nf_pre_routing+0x48c/0x4a8)
<4>[128483.910742] [<c09fe3b4>] (br_nf_pre_routing) from [<c09dbc4c>] (br_handle_frame+0x1cc/0x494)
<4>[128483.920029] [<c09dbc4c>] (br_handle_frame) from [<c085dd38>] (__netif_receive_skb_core.constprop.0+0x290/0xe40)
<4>[128483.928625] [<c085dd38>] (__netif_receive_skb_core.constprop.0) from [<c085e9d0>] (__netif_receive_skb_list_core+0xe8/0x1e4)
<4>[128483.938869] [<c085e9d0>] (__netif_receive_skb_list_core) from [<c085eca4>] (netif_receive_skb_list_internal+0x1d8/0x2e0)
<4>[128483.950067] [<c085eca4>] (netif_receive_skb_list_internal) from [<c085f9d0>] (napi_complete_done+0x78/0x1cc)
<4>[128483.961003] [<c085f9d0>] (napi_complete_done) from [<bf255bbc>] (nss_core_handle_napi+0x1dc/0x294 [qca_nss_drv])
<4>[128483.970935] [<bf255bbc>] (nss_core_handle_napi [qca_nss_drv]) from [<c085fb80>] (__napi_poll+0x5c/0x1d0)
<4>[128483.981143] [<c085fb80>] (__napi_poll) from [<c085feec>] (net_rx_action+0xe4/0x268)
<4>[128483.990687] [<c085feec>] (net_rx_action) from [<c0301304>] (__do_softirq+0x11c/0x2e4)
<4>[128483.998500] [<c0301304>] (__do_softirq) from [<c0324db8>] (irq_exit+0xc8/0x114)
<4>[128484.006224] [<c0324db8>] (irq_exit) from [<c0375a98>] (handle_domain_irq+0x6c/0x94)
<4>[128484.013777] [<c0375a98>] (handle_domain_irq) from [<c06681ec>] (gic_handle_irq+0x8c/0xb4)
<4>[128484.021503] [<c06681ec>] (gic_handle_irq) from [<c0300b7c>] (__irq_svc+0x5c/0x78)
<4>[128484.029573] Exception stack(0xc146df58 to 0xc146dfa0)
<4>[128484.037124] df40:                                                       0068423e 00000000
<4>[128484.042253] df60: 00000001 c0314a80 00000001 c0d04f28 c146c000 00000000 00000000 ffffe000
<4>[128484.050499] df80: 00000000 c0d04f5c de80400c c146dfa8 c0307628 c030762c 60000013 ffffffff
<4>[128484.058743] [<c0300b7c>] (__irq_svc) from [<c030762c>] (arch_cpu_idle+0x44/0x50)
<4>[128484.066988] [<c030762c>] (arch_cpu_idle) from [<c03537a0>] (do_idle+0x25c/0x2bc)
<4>[128484.074541] [<c03537a0>] (do_idle) from [<c0353b24>] (cpu_startup_entry+0x1c/0x20)
<4>[128484.082006] [<c0353b24>] (cpu_startup_entry) from [<42301570>] (0x42301570)

I don't keep configuration files during updates (this would be as close as i can get to a factory reset) and I run both R7800s with performance governor, hence no on-demand clock switching.

I found something interesting which may help narrow down the bug (or the commit which doesn't play nice anymore) : I updated only the WDS client, not the WDS station, if I bring up the WDS link but no packets need to pass from PCs connected to the WDS client through the WDS link then the R7800 WDS client stays up and running indefinitely, even if I use the R7800 WDS client itself for generating traffic through the WDS link (like using ssh from the R7800 WDS client to the WDS station). But as soon as traffic is generated from the PCs behind the R7800 WDS client through the WDS link then the R7800 WDS client reboots. The R7800 WDS master will show the same dumps in /sys/fs/pstore when it reboots (if it is updated with a recent NSS build).

These look like good dumps for debugging - I'm interested in:

-- I'm wondering about a paging error ... if I read this right the pgd[0x78] is null, probably not what should be at that point in the pgd table. I don't know if this is the victim or the murderer.

probably this pgd (top level page table entry) was stomped on.

@ACwifidude, @quarky -- thoughts? the stack seems to cover 3K bytes which is a lot but < page size.

Did anything change in the memory management code moving to kernel 5.15 (like LPAE? stray thought.)

It may be possible to patch mm code to check for null pointer writes to the pgd array and die verbosely if so. The other possibility is a bit more sinister -- DMA or the NSS cores may be overwriting PGD.

it'd be interesting to see if the value in swapper_pg_dir ever changes ...

If this is NOT mm clobberage then the backtrace should take us to the scene of the crime.

best I can do w/o poking at mm code -- that kernel error 17 seems to suggest bad mm data.

1 Like