aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2007-07-24 19:02:40 +0000
committerLinus Torvalds <[email protected]>2007-07-24 19:24:59 +0000
commitb8c1c5da1520977cb55a358f20fc09567d40cad9 (patch)
treec762e6ad77297beed0978337ce2f5b0c50add739 /net/ipv6/tcp_ipv6.c
parentloop.h build fix (diff)
downloadkernel-b8c1c5da1520977cb55a358f20fc09567d40cad9.tar.gz
kernel-b8c1c5da1520977cb55a358f20fc09567d40cad9.zip
slab: correctly handle __GFP_ZERO
Use the correct local variable when calling into the page allocator. Local `flags' can have __GFP_ZERO set, which causes us to pass __GFP_ZERO into the page allocator, possibly from illegal contexts. The page allocator will later do prep_zero_page()->kmap_atomic(..., KM_USER0) from irq contexts and will then go BUG. Cc: Mike Galbraith <[email protected]> Acked-by: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions