Files
linux-stable-mirror/include/linux
Giridhar Pemmasani 52fd24ca1d [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'
If __vmalloc is called to allocate memory with GFP_ATOMIC in atomic
context, the chain of calls results in __get_vm_area_node allocating memory
for vm_struct with GFP_KERNEL, causing the 'sleeping from invalid context'
warning.  This patch fixes it by passing the gfp flags along so
__get_vm_area_node allocates memory for vm_struct with the same flags.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-28 11:30:52 -07:00
..
2006-10-03 23:01:26 +02:00
2006-10-20 10:26:43 -07:00
2006-10-03 23:01:26 +02:00
2006-10-04 08:31:24 -04:00
2006-10-03 23:01:26 +02:00
2006-10-04 19:32:09 +02:00
2006-10-10 15:37:22 -07:00
2006-10-10 15:37:20 -07:00
2006-10-03 08:04:16 -07:00
2006-10-11 11:14:17 -07:00
2006-10-04 07:55:30 -07:00
2006-10-04 00:31:09 -07:00
2006-10-11 11:14:23 -07:00
2006-10-10 15:37:22 -07:00
2006-10-04 00:31:09 -07:00
2006-10-04 07:55:12 -07:00
2006-10-04 00:31:09 -07:00
2006-10-21 15:18:59 -04:00
2006-10-11 11:14:15 -07:00
2006-10-17 08:18:43 -07:00
2006-10-03 23:01:26 +02:00
2006-10-17 08:18:43 -07:00
2006-10-11 01:45:31 -04:00
2006-10-10 16:15:34 -07:00
2006-10-11 11:14:21 -07:00
2006-10-18 20:36:48 -07:00
2006-10-06 08:53:40 -07:00
2006-10-10 16:15:34 -07:00
2006-10-04 07:55:12 -07:00
2006-10-09 14:20:38 -07:00
2006-10-04 00:31:09 -07:00