mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
a panic race on module unload. The wakeup() is internal to kproc_exit/kthread_exit. The correct fix is to fix the msleep() in detach to sleep on fdc->fdc_thread instead of &fdc->fdc_thread. Noted and reviewed by: jhb Pointy hat to: kib MFC after: 1 week |
||
|---|---|---|
| .. | ||
| fdc.c | ||
| fdc_acpi.c | ||
| fdc_isa.c | ||
| fdc_pccard.c | ||
| fdcvar.h | ||