Asus ARM routers. 380 series FW. Memory leak in kernel. Inspect by command line:
$ cat /proc/slabinfo | grep kmalloc-96
kmalloc-96 14311 15288 96 42 1 : tunables 0 0 0 : slabdata 364 364 0
Each slot in this pool is 96 bytes. The first number is the active number of slots. In the above example 14311 slots are active which translate to ~ 1341KB. On fresh reboot, ~ 900 active slots.
Didn't pay attention when I was on 378.55. So not sure if it's 380 series FW specific..
Anyone else see the leak on ARM routers with a 380 series FW?
$ cat /proc/slabinfo | grep kmalloc-96
kmalloc-96 14311 15288 96 42 1 : tunables 0 0 0 : slabdata 364 364 0
Each slot in this pool is 96 bytes. The first number is the active number of slots. In the above example 14311 slots are active which translate to ~ 1341KB. On fresh reboot, ~ 900 active slots.
Didn't pay attention when I was on 378.55. So not sure if it's 380 series FW specific..
Anyone else see the leak on ARM routers with a 380 series FW?