[ANNOUNCE] 4.14.320-rt152

From: Luis Claudio R. Goncalves
Date: Fri Aug 18 2023 - 09:44:49 EST


Hello RT-list!

I'm pleased to announce the 4.14.320-rt152 stable release.

This release is an RT-only update. All the changes here are specific to RT.

You can get this release via the git tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

branch: v4.14-rt
Head SHA1: 3b05adff8894f6d2f56f54faf7876b15e9442dad

Or to build 4.14.320-rt152 directly, the following patches should be applied:

https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz

https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.320.xz

https://www.kernel.org/pub/linux/kernel/projects/rt/4.14/older/patch-4.14.320-rt152.patch.xz

Signing key fingerprint:

9354 0649 9972 8D31 D464 D140 F394 A423 F8E6 7C26

All keys used for the above files and repositories can be found on the
following git repository:

git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git

Enjoy!
Luis

Changes from v4.14.320-rt151:
---

Clark Williams (1):
rt: PREEMPT_RT safety net for backported patches

Luis Claudio R. Goncalves (1):
Linux 4.14.320-rt152
---
kernel/Kconfig.preempt | 4 ++++
localversion-rt | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index 11dbe26a8279..97875b4eb569 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -6,6 +6,9 @@ config PREEMPT_RT_BASE
bool
select PREEMPT

+config PREEMPT_RT
+ bool
+
config HAVE_PREEMPT_LAZY
bool

@@ -78,6 +81,7 @@ config PREEMPT_RT_FULL
depends on IRQ_FORCED_THREADING
select PREEMPT_RT_BASE
select PREEMPT_RCU
+ select PREEMPT_RT
help
All and everything

diff --git a/localversion-rt b/localversion-rt
index 7c59c4689f8b..2fd0f636104d 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt151
+-rt152