[PATCH 0/2] Fix two above-47bit hint address vs. THP bugs
From: Kirill A. Shutemov
Date: Fri Dec 20 2019 - 09:26:02 EST
The two get_unmapped_area() implementations have to be fixed to provide
THP-friendly mappings if above-47bit hint address is specified.
Kirill A. Shutemov (2):
thp: Fix conflict of above-47bit hint address and PMD alignment
thp, shmem: Fix conflict of above-47bit hint address and PMD alignment
mm/huge_memory.c | 38 ++++++++++++++++++++++++--------------
mm/shmem.c | 7 ++++---
2 files changed, 28 insertions(+), 17 deletions(-)
--
2.24.1