[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZkHFtnfjXcZQX5ds@gmail.com>
Date: Mon, 13 May 2024 09:48:06 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, the arch/x86 maintainers <x86@...nel.org>,
Juergen Gross <jgross@...e.com>
Subject: [GIT PULL] x86/mm changes for v6.10
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(-)
Powered by blists - more mailing lists