[GIT PULL] x86/mm changes for v6.10

From: Ingo Molnar
Date: Mon May 13 2024 - 03:48:54 EST


Linus,

Please pull the latest x86/mm Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-mm-2024-05-13

# HEAD: 5bc8b0f5dac04cd4ebe47f8090a5942f2f2647ef x86/pat: Fix W^X violation false-positives when running as Xen PV guest

x86/mm changes for v6.10:

- Fix W^X violation check false-positives in the CPA code when running as a Xen PV guest

- Fix W^X violation warning false-positives in show_fault_oops()

Thanks,

Ingo

------------------>
Juergen Gross (4):
x86/pat: Introduce lookup_address_in_pgd_attr()
x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
x86/pat: Restructure _lookup_address_cpa()
x86/pat: Fix W^X violation false-positives when running as Xen PV guest


arch/x86/include/asm/pgtable_types.h | 2 ++
arch/x86/mm/fault.c | 7 ++--
arch/x86/mm/pat/set_memory.c | 68 ++++++++++++++++++++++++++++--------
3 files changed, 60 insertions(+), 17 deletions(-)