[ANNOUNCE] 5.10.175-rt85

Luis Claudio R. Goncalves posted 1 patch 1 year, 1 month ago
kernel/fork.c   | 1 +
localversion-rt | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[ANNOUNCE] 5.10.175-rt85
Posted by Luis Claudio R. Goncalves 1 year, 1 month ago
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