Subject: [ANNOUNCE] v6.2-rc3-rt1

Dear RT folks!

I'm pleased to announce the v6.2-rc3-rt1 patch set.

Changes since v6.1-rc7-rt5:

- Update to v6.2-rc3

Known issues
- Valentin Schneider reported a few splats on ARM64 in arm_pmu, see
https://lore.kernel.org/all/[email protected]/T/#mf05c04376f59a543da6cceeb72e162af2de2b648
It is worked on
https://lore.kernel.org/all/[email protected]/

- It has been reported that the ktimers thread may not be woken up
and instead the timer is handled in softirq context.

You can get this release via the git tree at:

git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v6.2-rc3-rt1

The RT patch against v6.2-rc3 can be found here:

https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.2/older/patch-6.2-rc3-rt1.patch.xz

The split quilt queue is available at:

https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.2/older/patches-6.2-rc3-rt1.tar.xz

Sebastian


2023-01-23 10:23:43

by Pierre Gondois

[permalink] [raw]
Subject: Re: [ANNOUNCE] v6.2-rc3-rt1

Hello Sebastian,

On 1/12/23 17:42, Sebastian Andrzej Siewior wrote:
> Dear RT folks!
>
> I'm pleased to announce the v6.2-rc3-rt1 patch set.
>
> Changes since v6.1-rc7-rt5:
>
> - Update to v6.2-rc3
>
> Known issues
> - Valentin Schneider reported a few splats on ARM64 in arm_pmu, see
> https://lore.kernel.org/all/[email protected]/T/#mf05c04376f59a543da6cceeb72e162af2de2b648
> It is worked on
> https://lore.kernel.org/all/[email protected]/

I think all the splats of the list are now solved and this item can be removed
from the announce mail, unless you think there are other things to do,

[SPLAT 1/3] arm_pmu: Sleeping spinlocks down armpmu_alloc_atomic()
https://lore.kernel.org/all/[email protected]/

[SPLAT 2/3] irqchip/gic-v3-its: Sleeping spinlocks down gic_reserve_range()
https://lore.kernel.org/lkml/[email protected]/

[SPLAT 3/3] gpio: dwapb: Sleeping spinlocks down IRQ mapping
https://lore.kernel.org/all/[email protected]/

Regards,
Pierre

>
> - It has been reported that the ktimers thread may not be woken up
> and instead the timer is handled in softirq context.
>
> You can get this release via the git tree at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v6.2-rc3-rt1
>
> The RT patch against v6.2-rc3 can be found here:
>
> https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.2/older/patch-6.2-rc3-rt1.patch.xz
>
> The split quilt queue is available at:
>
> https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.2/older/patches-6.2-rc3-rt1.tar.xz
>
> Sebastian