[ANNOUNCE] 5.10.199-rt97

Luis Claudio R. Goncalves posted 1 patch 2 years, 1 month ago
[ANNOUNCE] 5.10.199-rt97
Posted by Luis Claudio R. Goncalves 2 years, 1 month ago
Hello RT-list!

I'm pleased to announce the 5.10.199-rt97 stable release.

This release is an update to the new stable 5.10.199 version and no
RT-specific changes were made, with the exception of a fix to a build
failure due to upstream changes affecting only the PREEMPT_RT code.

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: 7f300821d150a083008d6a73224acfc7e3283b04

Or to build 5.10.199-rt97 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.199.xz

  https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.199-rt97.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

RT Changes since v5.10.197-rt96:
---

Luis Claudio R. Goncalves (3):
      net: replace raw_write_seqcount_t_begin by do_raw_write_seqcount_begin

diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index 72be68652bb84..eee11a1c93216 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -195,7 +195,7 @@ static inline bool qdisc_run_begin(struct Qdisc *qdisc)
 		 * Variant of write_seqcount_t_begin() telling lockdep that a
 		 * trylock was attempted.
 		 */
-		raw_write_seqcount_t_begin(s);
+		do_raw_write_seqcount_begin(s);
 		seqcount_acquire(&s->dep_map, 0, 1, _RET_IP_);
 		return true;
 	}
Re: [ANNOUNCE] 5.10.199-rt97
Posted by Pavel Machek 2 years, 1 month ago
Hi!

> I'm pleased to announce the 5.10.199-rt97 stable release.
> 
> This release is an update to the new stable 5.10.199 version and no
> RT-specific changes were made, with the exception of a fix to a build
> failure due to upstream changes affecting only the PREEMPT_RT code.

Thanks for the release. Do you plan 5.10.200-based one by chance? .199
is buggy on hardware we care about, so it would make our job a bit
easier.

Thanks and best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Re: [ANNOUNCE] 5.10.199-rt97
Posted by Mike Galbraith 2 years, 1 month ago
On Sat, 2023-11-11 at 10:54 +0100, Pavel Machek wrote:
> Hi!
>
> > I'm pleased to announce the 5.10.199-rt97 stable release.
> >
> > This release is an update to the new stable 5.10.199 version and no
> > RT-specific changes were made, with the exception of a fix to a build
> > failure due to upstream changes affecting only the PREEMPT_RT code.
>
> Thanks for the release. Do you plan 5.10.200-based one by chance? .199
> is buggy on hardware we care about, so it would make our job a bit
> easier.

FWIW, the extracted (git format-patch) patch set slid into 5.10.200
here without so much as an offset.

	-Mike