]> Git Repo - linux.git/commit
futex: fix handling of read-only-mapped hugepages
authorLinus Torvalds <[email protected]>
Thu, 12 Dec 2013 17:38:42 +0000 (09:38 -0800)
committerLinus Torvalds <[email protected]>
Thu, 12 Dec 2013 17:38:42 +0000 (09:38 -0800)
commitf12d5bfceb7e1f9051563381ec047f7f13956c3c
tree5b4eba241978619d763e5ba6209e111299a22bd3
parent9538e10086bd1301fe915683b1ba0a1de66d7483
futex: fix handling of read-only-mapped hugepages

The hugepage code had the exact same bug that regular pages had in
commit 7485d0d3758e ("futexes: Remove rw parameter from
get_futex_key()").

The regular page case was fixed by commit 9ea71503a8ed ("futex: Fix
regression with read only mappings"), but the transparent hugepage case
(added in a5b338f2b0b1: "thp: update futex compound knowledge") case
remained broken.

Found by Dave Jones and his trinity tool.

Reported-and-tested-by: Dave Jones <[email protected]>
Cc: [email protected] # v2.6.38+
Acked-by: Thomas Gleixner <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Darren Hart <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/futex.c
This page took 0.053691 seconds and 4 git commands to generate.