Re: [PATCH 6.1 00/91] 6.1.114-rc1 review

From: Florian Fainelli
Date: Mon Oct 21 2024 - 14:24:42 EST


On 10/21/24 03:24, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.114 release.
There are 91 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, 23 Oct 2024 10:22:25 +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.114-rc1.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

On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on BMIPS_GENERIC:

Tested-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

There is a new warning that got picked up on ARM 32-buit:

fs/udf/namei.c:878:1: warning: the frame size of 1152 bytes is larger than 1024 bytes [-Wframe-larger-than=]

I was not able to locate a fix upstream for this, but it does appear to come from ("udf: Convert udf_rename() to new directory iteration code").
--
Florian