diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-01-19 18:23:34 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-01-19 18:23:34 +0100 |
commit | d34f4e619d0431891deda0ad924a48b1dcfe9a16 (patch) | |
tree | 52bcc3748764739c3f67916556074cfff69eeb86 | |
parent | 65b3a72f7a3eea25032094032b71273514e900d8 (diff) | |
download | linux-rt-d34f4e619d0431891deda0ad924a48b1dcfe9a16.tar.gz |
[ANNOUNCE] v5.10.8-rt23v5.10.8-rt23-patches
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
-rw-r--r-- | patches/0008-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch | 13 | ||||
-rw-r--r-- | patches/localversion.patch | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/patches/0008-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch b/patches/0008-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch index c4a8fc7269c5..65346c3fedf7 100644 --- a/patches/0008-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch +++ b/patches/0008-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch @@ -9,7 +9,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: x86@kernel.org Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- - arch/x86/Kconfig | 3 + + arch/x86/Kconfig | 1 arch/x86/include/asm/fixmap.h | 5 +- arch/x86/include/asm/highmem.h | 13 +++++-- arch/x86/include/asm/iomap.h | 18 +++++----- @@ -21,24 +21,19 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> include/linux/highmem.h | 2 - include/linux/io-mapping.h | 2 - mm/highmem.c | 2 - - 12 files changed, 31 insertions(+), 161 deletions(-) + 12 files changed, 30 insertions(+), 160 deletions(-) delete mode 100644 arch/x86/include/asm/kmap_types.h --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig -@@ -14,10 +14,11 @@ config X86_32 - select ARCH_WANT_IPC_PARSE_VERSION +@@ -15,6 +15,7 @@ config X86_32 select CLKSRC_I8253 select CLONE_BACKWARDS -+ select GENERIC_VDSO_32 select HAVE_DEBUG_STACKOVERFLOW + select KMAP_LOCAL select MODULES_USE_ELF_REL select OLD_SIGACTION -- select GENERIC_VDSO_32 - - config X86_64 - def_bool y + select GENERIC_VDSO_32 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h @@ -31,7 +31,7 @@ diff --git a/patches/localversion.patch b/patches/localversion.patch index 1b76c9e42e6f..cad0c1aa7aa9 100644 --- a/patches/localversion.patch +++ b/patches/localversion.patch @@ -10,4 +10,4 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- /dev/null +++ b/localversion-rt @@ -0,0 +1 @@ -+-rt22 ++-rt23 |