stable-rt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] 4.14.320-rt152
@ 2023-08-18 13:43 Luis Claudio R. Goncalves
  0 siblings, 0 replies; only message in thread
From: Luis Claudio R. Goncalves @ 2023-08-18 13:43 UTC (permalink / raw)
  To: LKML, linux-rt-users, stable-rt, Steven Rostedt, Thomas Gleixner,
	Carsten Emde, Sebastian Andrzej Siewior, Daniel Wagner,
	Tom Zanussi, Clark Williams, Mark Gross, Luis Goncalves

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-18 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 13:43 [ANNOUNCE] 4.14.320-rt152 Luis Claudio R. Goncalves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).