mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-14 18:22:56 +00:00
If thread that submitted FF request gets interrupted somehow it will release request structure and ioctl handler will work with freed memory. TO prevent that from happening switch to using wait_for_completion instead of wait_for_completion_interruptible. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> |
History
|
|
|---|---|---|
| .. | ||
| hp_sdc_rtc.c | ||
| Kconfig | ||
| m68kspkr.c | ||
| Makefile | ||
| pcspkr.c | ||
| sparcspkr.c | ||
| uinput.c | ||
| wistron_btns.c | ||