[GIT PULL] x86/mm for 6.18-rc1
From: Dave Hansen
Date: Wed Oct 01 2025 - 13:15:41 EST
Hi Linus,
Please pull a single x86/mm change for 6.18-rc1. This came out of Rik van
Riel's work to get the INVLPGB instruction working. It just removes an
open-coded TLB flush operation by using an existing helper.
--
The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:
Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_mm_for_6.18-rc1
for you to fetch changes up to 86e6815b316ec0ea8c4bb3c16a033219a52b6060:
x86/mm: Change cpa_flush() to call flush_kernel_range() directly (2025-08-22 07:55:21 -0700)
----------------------------------------------------------------
Change cpa_flush() to call flush_kernel_range() directly
----------------------------------------------------------------
Yu-cheng Yu (1):
x86/mm: Change cpa_flush() to call flush_kernel_range() directly
arch/x86/mm/pat/set_memory.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)