diff options
author | James Houghton <[email protected]> | 2023-03-02 22:24:04 +0000 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-03-07 17:04:53 -0800 |
commit | 63cf584203f3367c8b073d417c8e5cbbfc450506 (patch) | |
tree | 40199b68cfa42434be1d5b011e3a230b35388fd4 /scripts/generate_rust_analyzer.py | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
mm: teach mincore_hugetlb about pte markers
By checking huge_pte_none(), we incorrectly classify PTE markers as
"present". Instead, check huge_pte_none_mostly(), classifying PTE markers
the same as if the PTE were completely blank.
PTE markers, unlike other kinds of swap entries, don't reference any
physical page and don't indicate that a physical page was mapped
previously. As such, treat them as non-present for the sake of mincore().
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 5c041f5d1f23 ("mm: teach core mm about pte markers")
Signed-off-by: James Houghton <[email protected]>
Acked-by: Peter Xu <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: Axel Rasmussen <[email protected]>
Cc: James Houghton <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions