mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 12:10:52 +02:00
When performing continuous unbind/bind operations on the USB drivers
available on the Renesas RZ/G2L SoC, a kernel crash with the message
"Unable to handle kernel NULL pointer dereference at virtual address"
may occur. This issue points to the usbhsc_notify_hotplug() function.
Flush the delayed work to avoid its execution when driver resources are
unavailable.
Fixes:
|
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| fifo.c | ||
| fifo.h | ||
| Kconfig | ||
| Makefile | ||
| mod.c | ||
| mod.h | ||
| mod_gadget.c | ||
| mod_host.c | ||
| pipe.c | ||
| pipe.h | ||
| rcar2.c | ||
| rcar2.h | ||
| rcar3.c | ||
| rcar3.h | ||
| rza.c | ||
| rza.h | ||
| rza2.c | ||