Re: [PATCH 6.1 000/585] 6.1.39-rc2 review

From: Guenter Roeck
Date: Mon Jul 17 2023 - 15:18:13 EST


On 7/17/23 11:57, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.39 release.
There are 585 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed, 19 Jul 2023 18:55:09 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.39-rc2.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

[ ... ]

Sergey Shtylyov <s.shtylyov@xxxxxx>
sh: Avoid using IRQ0 on SH3 and SH4


This patch is applied without its fixes. That means almost all sh boards,
including the one testable with qemu, are broken. Fixes are (at least):

7c28a35e19fa sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ
3d20f7a6eb76 sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux
a2601b8d8f07 sh: mach-highlander: Handle virq offset in cascaded IRL demux
ab8aa4f0956d sh: mach-r2d: Handle virq offset in cascaded IRL demux

That list may be incomplete.

The same problem affects v6.4.y.

Guenter