Commits

Fugang Duan committed 1931b9c88ee
MLK-16523 net: wireless: bcmdhd_1363: fix the stack out of bounds issue reported by KASAN Enable KASAN kernel config, KASAN report bug on bcmdhd_1363 wifi driver: BUG: KASAN: stack-out-of-bounds in dhd_attach+0xe68/0x14e0 at addr ffff8000a01d74c7 Call trace: dump_backtrace+0x0/0x2c0 show_stack+0x14/0x20 dump_stack+0xa4/0xc8 kasan_report_error+0x4c4/0x4d8 kasan_report+0x40/0x48 __asan_load1+0x4c/0x58 dhd_attach+0xe68/0x14e0 dhdpcie_bus_attach+0x248/0x4b0 Tested on i.MX8MQ EVK RevA1 with Murata 1CX module installed. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Reported-by: Peter Chen <peter.chen@nxp.com> Acked-by: Peter Chen <peter.chen@nxp.com>