aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2013-10-04 09:29:06 -0400
committerRoland Dreier <[email protected]>2013-11-08 14:43:11 -0800
commit4adcf7fb6783e354aab38824d803fa8c4f8e8a27 (patch)
tree6aaa86095a45cf4c845090f025c0a1543d5cbbcb /lib/memory-notifier-error-inject.c
parent959f58544b7f20c92d5eb43d1232c96c15c01bfb (diff)
IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()
ipath_user_sdma_queue_pkts() gets called with mmap_sem held for writing. Except for get_user_pages() deep down in ipath_user_sdma_pin_pages() we don't seem to need mmap_sem at all. Even more interestingly the function ipath_user_sdma_queue_pkts() (and also ipath_user_sdma_coalesce() called somewhat later) call copy_from_user() which can hit a page fault and we deadlock on trying to get mmap_sem when handling that fault. So just make ipath_user_sdma_pin_pages() use get_user_pages_fast() and leave mmap_sem locking for mm. This deadlock has actually been observed in the wild when the node is under memory pressure. Cc: <[email protected]> Signed-off-by: Jan Kara <[email protected]> Signed-off-by: Mike Marciniszyn <[email protected]> [ Merged in fix for call to get_user_pages_fast from Tetsuo Handa <[email protected]>. - Roland ] Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions