Files
linux/drivers/staging
Sven Eckelmann 0375fc4d27 Staging: batman-adv: Don't allocate icmp packet with GFP_KERNEL
A new buffer for a packet is created when a icmp packet is received.
This happens in a context with disabled irq. Thus we are not allowed to
sleep or call function which might sleep. kmalloc must be called with
GFP_ATOMIC instead of GFP_KERNEL to ensure that it does not sleep.

Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-06-04 13:38:56 -07:00
..
2010-05-17 16:31:15 -07:00
2010-06-04 13:38:54 -07:00
2010-05-14 14:02:56 -07:00
2010-05-14 14:02:56 -07:00
2010-05-17 16:31:15 -07:00
2010-05-17 16:31:15 -07:00
2010-05-17 16:31:15 -07:00
2010-05-14 14:02:56 -07:00
2010-05-11 14:15:34 -07:00
2010-06-04 13:38:54 -07:00
2010-06-04 13:38:54 -07:00