summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorChen Yucong2014-05-22 20:54:15 +0200
committerLinus Torvalds2014-05-23 18:37:29 +0200
commitb985194c8c0a130ed155b71662e39f7eaea4876f (patch)
tree8fd7a95f8da83ddbc0c12d919cd86a2c64f74489 /mm/filemap.c
parentLinux 3.15-rc6 (diff)
downloadkernel-qcow2-linux-b985194c8c0a130ed155b71662e39f7eaea4876f.tar.gz
kernel-qcow2-linux-b985194c8c0a130ed155b71662e39f7eaea4876f.tar.xz
kernel-qcow2-linux-b985194c8c0a130ed155b71662e39f7eaea4876f.zip
hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage
For handling a free hugepage in memory failure, the race will happen if another thread hwpoisoned this hugepage concurrently. So we need to check PageHWPoison instead of !PageHWPoison. If hwpoison_filter(p) returns true or a race happens, then we need to unlock_page(hpage). Signed-off-by: Chen Yucong <slaoub@gmail.com> Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Tested-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Reviewed-by: Andi Kleen <ak@linux.intel.com> Cc: <stable@vger.kernel.org> [2.6.36+] Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
0 files changed, 0 insertions, 0 deletions