[PATCH 0/4] ARM: towards 32-bit preempt-rt support
Arnd Bergmann
arnd at kernel.org
Tue Dec 10 08:05:52 PST 2024
From: Arnd Bergmann <arnd at arndb.de>
Linux-6.13 contains a few patches required as preparation for
CONFIG_PREEMPT_RT, there are three more left, out of which I have reworked
two slightly:
- The jump-label patch from Thomas get a little more background
information, and an improvement for non-SMP kernels
- The HIGHPTE patch from Sebastian now has the reverse dependency,
turning HIGHPTE off instead of PREEMPT_RT.
As Matthew Wilcox noted, we can probably remove HIGHPTE support entirely,
so I include two more patches for review here that do just that, with
linux-mm added to Cc.
The final RT patch for the entry path is not included here as I'm waiting
on some work from Linus Walleij. Hopefully it will no longer be needed
after then next version of his generic entry series, see
https://lore.kernel.org/lkml/20241029-arm-generic-entry-v2-0-573519abef38@linaro.org/
Arnd
Arnd Bergmann (2):
ARM: drop CONFIG_HIGHPTE support
mm: drop HIGHPTE support altogether
Sebastian Andrzej Siewior (1):
ARM: Disable HIGHPTE on PREEMPT_RT kernels
Thomas Gleixner (1):
ARM: Disable jump-label on PREEMPT_RT
arch/arm/Kconfig | 13 +------------
arch/arm/include/asm/pgalloc.h | 8 +-------
include/linux/hugetlb.h | 5 +----
include/linux/mm.h | 1 -
include/linux/pgtable.h | 9 ---------
5 files changed, 3 insertions(+), 33 deletions(-)
--
2.39.5
Cc: linux-mm at kvack.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-rt-devel at lists.linux.dev
Cc: Ard Biesheuvel <ardb at kernel.org>
Cc: Clark Williams <clrkwllms at kernel.org>
Cc: Jason Baron <jbaron at akamai.com>
Cc: Josh Poimboeuf <jpoimboe at kernel.org>
Cc: Linus Walleij <linus.walleij at linaro.org>
Cc: Mark Rutland <mark.rutland at arm.com>
Cc: Matthew Wilcox <willy at infradead.org>
Cc: Peter Zijlstra <peterz at infradead.org>
Cc: Russell King <linux at armlinux.org.uk>
Cc: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Cc: Steven Rostedt <rostedt at goodmis.org>
More information about the linux-arm-kernel
mailing list