mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-22 18:22:42 +00:00
There is a small race window in which hiddev_release() could corrupt the list that is being processed for new event in hiddev_send_event(). Synchronize the operations over this list. Signed-off-by: Jiri Kosina <jkosina@suse.cz> |
History
|
|
|---|---|---|
| .. | ||
| hid-core.c | ||
| hid-ff.c | ||
| hid-lgff.c | ||
| hid-pidff.c | ||
| hid-plff.c | ||
| hid-quirks.c | ||
| hid-tmff.c | ||
| hid-zpff.c | ||
| hiddev.c | ||
| Kconfig | ||
| Makefile | ||
| usbhid.h | ||
| usbkbd.c | ||
| usbmouse.c | ||