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-03 11:35:26 +01:00
2006-01-11 18:42:13 -08:00
2006-01-18 19:20:30 -08:00
2006-05-01 12:03:42 -07:00
2006-01-11 18:42:13 -08:00
2006-02-07 20:56:35 -05:00
2006-01-03 13:37:51 +01:00
2005-11-28 14:42:23 -08:00
2006-02-15 15:32:21 -08:00
2006-04-07 09:44:29 -07:00
2006-06-20 01:54:53 -07:00
2006-04-07 09:44:28 -07:00
2006-09-06 16:01:43 +02:00
2006-03-06 18:40:44 -08:00
2006-02-05 11:06:52 -08:00
2006-02-01 08:53:12 -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
2006-09-22 02:32:57 +02:00
2006-02-03 08:32:00 -08:00
2006-01-10 08:01:26 -08:00
2005-10-30 17:37:17 -08:00
2006-01-16 23:15:26 -08:00
2006-02-07 16:12:32 -08:00
2006-01-11 08:14:16 -08:00
2006-01-09 15:59:20 -08:00
2006-01-10 14:27:59 -08:00
2006-01-09 15:59:19 -08:00
2006-02-10 08:13:12 -08:00
2005-12-20 10:31:33 -08:00
2006-01-08 20:13:40 -08:00
2006-11-05 09:02:46 +01:00
2006-03-17 07:51:25 -08:00
2006-01-15 02:43:54 +01:00
2006-05-20 15:00:33 -07:00
2006-03-08 14:14:01 -08:00
2006-01-31 11:30:18 -08:00
2006-01-10 08:02:02 -08:00
2006-11-11 12:13:53 +01:00
2006-04-17 13:16:06 -07:00
2005-11-07 07:53:29 -08:00
2005-11-09 07:55:50 -08:00
2006-01-10 08:01:25 -08:00
2006-02-20 20:00:11 -08:00
2006-07-06 13:05:42 -07:00
2006-03-08 14:14:01 -08:00
2006-02-03 08:32:06 -08:00
2006-11-24 03:08:27 +01:00
2006-04-24 09:56:05 -07:00
2006-01-31 16:49:43 -08:00
2006-01-14 18:27:06 -08:00