[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ZB4kZGN/1ELiLTxt@uudg.org>
Date: Fri, 24 Mar 2023 19:29:56 -0300
From: "Luis Claudio R. Goncalves" <lgoncalv@...hat.com>
To: LKML <linux-kernel@...r.kernel.org>,
linux-rt-users <linux-rt-users@...r.kernel.org>,
stable-rt <stable-rt@...r.kernel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
Carsten Emde <C.Emde@...dl.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Daniel Wagner <daniel.wagner@...e.com>,
Tom Zanussi <tom.zanussi@...ux.intel.com>,
Clark Williams <williams@...hat.com>,
Mark Gross <markgross@...nel.org>,
Pavel Machek <pavel@...x.de>,
Jeff Brady <jeffreyjbrady@...il.com>,
Luis Goncalves <lgoncalv@...hat.com>
Subject: [ANNOUNCE] 5.10.175-rt85
Hello RT-list!
I'm pleased to announce the 5.10.175-rt85 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: v5.10-rt
Head SHA1: d575c05b87320d13cbc441d7c83e2a8e291e3d59
Or to build 5.10.175-rt85 directly, the following patches should be applied:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.175.xz
https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.175-rt85.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 v5.10.175-rt84:
---
Luis Claudio R. Goncalves (1):
Linux 5.10.175-rt85
Steffen Dirkwinkel (1):
kernel: fork: set wake_q_sleeper.next=NULL again in dup_task_struct
---
kernel/fork.c | 1 +
localversion-rt | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/kernel/fork.c b/kernel/fork.c
index c6e0d555fca9a..0c4c20eb762c3 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -949,6 +949,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig, int node)
tsk->splice_pipe = NULL;
tsk->task_frag.page = NULL;
tsk->wake_q.next = NULL;
+ tsk->wake_q_sleeper.next = NULL;
tsk->pf_io_worker = NULL;
account_kernel_stack(tsk, 1);
diff --git a/localversion-rt b/localversion-rt
index fc6ea32352bca..168858f0521be 100644
--- a/localversion-rt
+++ b/localversion-rt
@@ -1 +1 @@
--rt84
+-rt85
Powered by blists - more mailing lists