mirror of
https://github.com/torvalds/linux.git
synced 2026-07-01 10:34:00 +02: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> |
||
|---|---|---|
| .. | ||
| 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 | ||