Files
linux-st/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-20 10:26:43 -07:00
2006-10-11 11:14:23 -07:00
2006-10-21 15:18:59 -04:00
2006-10-17 08:18:43 -07:00
2006-10-17 08:18:43 -07:00
2006-10-11 11:14:21 -07:00
2006-10-18 20:36:48 -07:00