From 3565071f226432336a54d0193d729fa4508a3394 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:28:00 +0200 Subject: Adding debian version 6.6.15-2. Signed-off-by: Daniel Baumann --- debian/patches-rt/x86__Allow_to_enable_RT.patch | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/patches-rt/x86__Allow_to_enable_RT.patch (limited to 'debian/patches-rt/x86__Allow_to_enable_RT.patch') diff --git a/debian/patches-rt/x86__Allow_to_enable_RT.patch b/debian/patches-rt/x86__Allow_to_enable_RT.patch new file mode 100644 index 0000000000..3fa433084a --- /dev/null +++ b/debian/patches-rt/x86__Allow_to_enable_RT.patch @@ -0,0 +1,27 @@ +Subject: x86: Allow to enable RT +From: Sebastian Andrzej Siewior +Date: Wed Aug 7 18:15:38 2019 +0200 +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz + +From: Sebastian Andrzej Siewior + +Allow to select RT. + +Signed-off-by: Sebastian Andrzej Siewior +Signed-off-by: Thomas Gleixner + + +--- + arch/x86/Kconfig | 1 + + 1 file changed, 1 insertion(+) +--- +--- a/arch/x86/Kconfig ++++ b/arch/x86/Kconfig +@@ -28,6 +28,7 @@ config X86_64 + select ARCH_HAS_GIGANTIC_PAGE + select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 + select ARCH_SUPPORTS_PER_VMA_LOCK ++ select ARCH_SUPPORTS_RT + select ARCH_USE_CMPXCHG_LOCKREF + select HAVE_ARCH_SOFT_DIRTY + select MODULES_USE_ELF_RELA -- cgit v1.2.3