Hello all,
Just looking for a bit of guidance here and a suggestion on proper
next steps. I think there may be an issue within the below broadcom nand
driver implementation.
I have an Asus GTE-AX11000 and it reboots\crashes multiple times a week,
upon inspection of snmp logging you can see the below entries, when the
kernel panic occurs the entire router locks up, and sometimes reboots.
Sometimes it doesn't reboot and the router hangs completely and drops
all network devices, and removes wireless SSIDs and all of your devices
lose their connection.
Not sure who to turn to but Asus support has not grasped the gravity of
this problem and I am thinking this can only really be resolved with a
firmware\driver\linux update, so just hoping for some additional help or
guidance from this group.
Thanks much.
https://github.com/torvalds/linux/blob/master/drivers/mtd/nand/raw/brcmnand/brcmnand.c
022-02-06 09:00:18,User.Error,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: bcm63xx_nand ff801800.nand: timeout waiting for command 0x1
2022-02-06 09:00:18,User.Error,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: bcm63xx_nand ff801800.nand: intfc status 700000e0
*2022-02-06 09:00:18,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: BUG: failure at
drivers/mtd/nand/brcmnand/brcmnand.c:1339/brcmnand_send_cmd()!*
2022-02-06 09:00:19,User.Emerg,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: Kernel panic - not syncing: BUG!
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: CPU: 2 PID: 24207 Comm: TrafficAnalyzer Tainted: P O 4.1.52 #2
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: Hardware name: Broadcom-v8A (DT)
2022-02-06 09:00:19,User.Emerg,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: Call trace:
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000087398>] dump_backtrace+0x0/0x150
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc0000874fc>] show_stack+0x14/0x20
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00057d6b0>] dump_stack+0x90/0xb0
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00057b374>] panic+0xd8/0x220
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000344cac>] brcmnand_send_cmd+0x134/0x140
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000344ea0>] brcmnand_read_by_pio+0xc8/0x318
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc0003451a8>] brcmnand_read+0xb8/0x458
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc0003456cc>] brcmnand_read_page+0x2c/0x38
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000340e84>] nand_do_read_ops+0x1b4/0x640
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00034163c>] nand_read+0x5c/0x88
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000336f74>] part_read+0x34/0x90
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000334890>] mtd_read+0x48/0x80
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000208718>] jffs2_flash_read+0x58/0x198
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00057c1e8>] jffs2_garbage_collect_pristine+0xa4/0x3bc
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00057c9f0>] jffs2_garbage_collect_live+0x37c/0xec8
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000203ab8>] jffs2_garbage_collect_pass+0x408/0x830
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc000208094>] jffs2_flush_wbuf_gc+0xac/0x150
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc0001fc0ac>] jffs2_fsync+0x44/0x60
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00016b064>] vfs_fsync_range+0x44/0xc0
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00016b138>] do_fsync+0x38/0x68
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: [<ffffffc00016b408>] SyS_fdatasync+0x10/0x20
2022-02-06 09:00:19,User.Critical,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: CPU1: stopping
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: CPU: 1 PID: 0 Comm: swapper/1 Tainted: P O 4.1.52 #2
2022-02-06 09:00:19,User.Warning,10.1.1.1,Feb 6 09:00:18 -25F7EE8-C
kernel: Hardware name: Broadcom-v8A (DT)