diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-04-03 18:48:02 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-04-03 18:48:02 +0200 |
commit | 4661d7776a9a5b8cc4aee1a6928536246f1333d3 (patch) | |
tree | bc0186b2db20450fa575af0a10f484cb8f731356 /patches/x86-Enable-RT.patch | |
parent | de15919041ffe1b3a2034fe40b47305f747c575c (diff) | |
download | linux-rt-4661d7776a9a5b8cc4aee1a6928536246f1333d3.tar.gz |
[ANNOUNCE] v5.6.2-rt1v5.6.2-rt1-patches
Dear RT folks!
I'm pleased to announce the v5.6.2-rt1 patch set.
Changes since v5.4.28-rt19:
- Rebase to v5.6.2
Known issues
- It has been pointed out that due to changes to the printk code the
internal buffer representation changed. This is only an issue if tools
like `crash' are used to extract the printk buffer from a kernel memory
image.
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.6.2-rt1
The RT patch against v5.6.2 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patch-5.6.2-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.2-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/x86-Enable-RT.patch')
-rw-r--r-- | patches/x86-Enable-RT.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/x86-Enable-RT.patch b/patches/x86-Enable-RT.patch index a2cc5b650bc3..ea8565518dbc 100644 --- a/patches/x86-Enable-RT.patch +++ b/patches/x86-Enable-RT.patch @@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> @@ -25,6 +25,7 @@ config X86_64 # Options that are inherently 64-bit kernel only: select ARCH_HAS_GIGANTIC_PAGE - select ARCH_SUPPORTS_INT128 + select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 + select ARCH_SUPPORTS_RT select ARCH_USE_CMPXCHG_LOCKREF select HAVE_ARCH_SOFT_DIRTY |