Files
twx-linux/kernel
Kirill Korotaev 7eeeab0403 fix sys_getppid oopses on debug kernel
sys_getppid() optimization can access a freed memory.  On kernels with
DEBUG_SLAB turned ON, this results in Oops.  As Dave Hansen noted, this
optimization is also unsafe for memory hotplug.

So this patch always takes the lock to be safe.

Signed-off-by: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-11-24 03:08:27 +01:00
..
2006-01-08 20:13:48 -08:00
2006-08-03 21:56:53 +02:00
2006-01-11 18:42:13 -08:00
2006-01-18 19:20:30 -08:00
2005-10-30 17:37:32 -08:00
2006-01-11 18:42:13 -08:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:17 -08:00
2006-01-09 15:59:19 -08:00
2006-01-08 20:13:40 -08:00
2006-03-08 14:14:01 -08:00
2006-03-08 14:14:01 -08:00
2006-11-24 03:08:27 +01:00
2006-04-24 09:56:05 -07:00