android_kernel_xiaomi_sm7250/drivers/input
Dmitry Torokhov 1dfa281240 Input: reduce raciness when input handlers disconnect
There is a race between input handler's release() and disconnect()
methods: when input handler disconnects it wakes up all regular
users and then process to walk user list to wake up async. users.
While disconnect() walks the list release() removes elements of
the same list causing oopses.

While this is not a substibute for proper locking we can reduce
odds of getting an oops if we wake up normal readers after walking
the list.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2007-06-03 23:50:05 -04:00
..
gameport Input: gameport - do not touch bus's rwsem 2007-04-27 10:57:30 -07:00
joystick Input: db9 - do not ignore dev2 module parameter 2007-05-28 23:24:39 -04:00
keyboard Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2007-05-08 01:31:11 -04:00
misc Input: input-polldev - add module info 2007-05-22 23:28:03 -04:00
mouse Input: logips2pp - fix typo in Kconfig 2007-05-28 23:24:48 -04:00
serio Input: i8042 - fix AUX port detection with some chips 2007-05-08 01:31:40 -04:00
tablet Input: move USB tablets under drivers/input/tablet 2007-05-08 01:41:29 -04:00
touchscreen Input: ads7846 - SPI_CPHA mode bugfix 2007-05-22 23:35:12 -04:00
evbug.c Input: rework handle creation code 2007-04-12 01:29:46 -04:00
evdev.c Input: reduce raciness when input handlers disconnect 2007-06-03 23:50:05 -04:00
ff-core.c Input: force feedback - make sure effect is present before playing 2007-05-03 00:51:10 -04:00
ff-memless.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
fixp-arith.h Input: move fixp-arith.h to drivers/input 2006-07-19 01:40:14 -04:00
input.c Input: add input_set_capability() helper 2007-04-25 00:53:18 -04:00
joydev.c Input: reduce raciness when input handlers disconnect 2007-06-03 23:50:05 -04:00
Kconfig Input: move USB tablets under drivers/input/tablet 2007-05-08 01:41:29 -04:00
Makefile Input: move USB tablets under drivers/input/tablet 2007-05-08 01:41:29 -04:00
mousedev.c Input: reduce raciness when input handlers disconnect 2007-06-03 23:50:05 -04:00
tsdev.c Input: reduce raciness when input handlers disconnect 2007-06-03 23:50:05 -04:00