kernel panic with newly compiles module
by justwantin from LinuxQuestions.org on (#4XDKN)
I have done an in tree compile of the rtl8812u module. I can load it using modprobe and when I insert the usb dongle it is recognised and functional.
However, if I boot with the wifi dongle inserted or if I insert it after the system is up I get a kernel panic.Code:[ end Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: r8712_efuse_pg_packet_read+0x80/0x1b8 [r8712u] ]Perhaps someone can explain the problem. I have in the past just enabled this module and compiled the kernel and all modules at the same time (too much time) and had a good r8712u.ko module but this time I just compiled the module in tree withCode:# make modules_prepare
# make M=drivers/staging/rtl8712after saving .config. Did I miss a step along the way?


However, if I boot with the wifi dongle inserted or if I insert it after the system is up I get a kernel panic.Code:[ end Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: r8712_efuse_pg_packet_read+0x80/0x1b8 [r8712u] ]Perhaps someone can explain the problem. I have in the past just enabled this module and compiled the kernel and all modules at the same time (too much time) and had a good r8712u.ko module but this time I just compiled the module in tree withCode:# make modules_prepare
# make M=drivers/staging/rtl8712after saving .config. Did I miss a step along the way?