Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
futex: fix handling of read-only-mapped hugepages
commit f12d5bf upstream. The hugepage code had the exact same bug that regular pages had in commit 7485d0d ("futexes: Remove rw parameter from get_futex_key()"). The regular page case was fixed by commit 9ea7150 ("futex: Fix regression with read only mappings"), but the transparent hugepage case (added in a5b338f: "thp: update futex compound knowledge") case remained broken. Found by Dave Jones and his trinity tool. Reported-and-tested-by: Dave Jones <davej@fedoraproject.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Mel Gorman <mgorman@suse.de> Cc: Darren Hart <dvhart@linux.intel.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information