dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/input
Alexander Nyberg 22d0def9d0 [PATCH] ns558 list handling fix
Need to use list_for_entry_safe(), as we're removing items during the
traversal.  list_for_each_entry() uses the first ptr also as an iterator, if
you kfree() it slab takes it, might poison it and then you try to use it to
iterate to the next object in list.

Cc: Vojtech Pavlik <vojtech@suse.cz>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-10 11:03:02 -07:00
..
gameport [PATCH] ns558 list handling fix 2005-08-10 11:03:02 -07:00
joystick [PATCH] Amiga joystick: Fix typo introduced by the open/close race fixes 2005-07-13 11:44:27 -07:00
keyboard
misc
mouse Input: synaptics - fix setting packet size on passthrough port. 2005-07-24 00:53:32 -05:00
serio Input: i8042 - don't use negation to mark AUX data 2005-07-15 01:51:56 -05:00
touchscreen Input: elo - fix help in Kconfig (wrong module name) 2005-07-11 01:09:10 -05:00
Kconfig
Makefile
evbug.c
evdev.c Input: check keycodesize when adjusting keymaps 2005-07-24 00:50:03 -05:00
input.c
joydev.c Input: joydev - remove custom conversion from jiffies to msecs 2005-07-11 01:08:56 -05:00
mousedev.c
power.c
tsdev.c