Subject: [ANNOUNCE] v6.9-rc6-rt3

Dear RT folks!

I'm pleased to announce the v6.9-rc6-rt3 patch set.

Changes since v6.9-rc6-rt2:

- The tracepoints in i915 were enabled after some of them were moved
into a different header file. This has been noticed while posting
the series for review and now the tracepoints are disabled again.
The problem is that some of them acquire sleeping locks within the
tracepoint which is invoked with disabled preemption.

- The selftest with the cxgb4 networking driver raised a warnings.
Reported by John B. Wyatt IV.

Known issues
None.

The delta patch against v6.9-rc6-rt2 is appended below and can be found here:

https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.9/incr/patch-6.9-rc6-rt2-rt3.patch.xz

You can get this release via the git tree at:

https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v6.9-rc6-rt3

The RT patch against v6.9-rc6 can be found here:

https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.9/older/patch-6.9-rc6-rt3.patch.xz

The split quilt queue is available at:

https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.9/older/patches-6.9-rc6-rt3.tar.xz

Sebastian


2024-05-10 18:11:51

by John B. Wyatt IV

[permalink] [raw]
Subject: Re: [ANNOUNCE] v6.9-rc6-rt3

On Tue, Apr 30, 2024 at 01:03:47PM +0200, Sebastian Andrzej Siewior wrote:
>
> - The selftest with the cxgb4 networking driver raised a warnings.
> Reported by John B. Wyatt IV.

Thank you for your work on the patch Sebastian.

QE said it fully resolved the issue in RHEL9.

--
Sincerely,
John Wyatt
Software Engineer, Core Kernel
Red Hat


Subject: Re: [ANNOUNCE] v6.9-rc6-rt3

On 2024-05-10 14:11:34 [-0400], John B. Wyatt IV wrote:
> On Tue, Apr 30, 2024 at 01:03:47PM +0200, Sebastian Andrzej Siewior wrote:
> >
> > - The selftest with the cxgb4 networking driver raised a warnings.
> > Reported by John B. Wyatt IV.
>
> Thank you for your work on the patch Sebastian.

You are welcome.

> QE said it fully resolved the issue in RHEL9.

Glad to here. This change is part of the v6.9 release even outside of
the RT queue (I just picked it up ahead of time).

Sebastian