aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorDima Zavin <[email protected]>2010-10-26 14:21:54 -0700
committerLinus Torvalds <[email protected]>2010-10-26 16:52:08 -0700
commitea05c8444e451f1cfbf78c68733e717ad7b8602b (patch)
treee1ebb0406f156e406b3bef5998084b688794923e /scripts/objdiff
parentd65bfacb046f3df8aa11a9cb9b6e448f6171174d (diff)
mm: add a might_sleep_if() to dma_pool_alloc()
Buggy drivers (e.g. fsl_udc) could call dma_pool_alloc from atomic context with GFP_KERNEL. In most instances, the first pool_alloc_page call would succeed and the sleeping functions would never be called. This allowed the buggy drivers to slip through the cracks. Add a might_sleep_if() checking for __GFP_WAIT in flags. Signed-off-by: Dima Zavin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions