On Wed, Mar 13, 2024 at 01:21:21PM -0600, Daniel Díaz wrote:
Hello!
On 13/03/24 10:41 a. m., Sasha Levin wrote:
This is the start of the stable review cycle for the 5.15.152 release.
There are 76 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 Fri Mar 15 04:42:22 PM UTC 2024.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=linux-5.15.y&id2=v5.15.151
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
Thanks,
Sasha
We see new warnings everywhere:
-----8<-----
/builds/linux/scripts/mod/modpost.c:1123:44: warning: excess elements in array initializer
1123 | .good_tosec = {ALL_TEXT_SECTIONS , NULL},
| ^~~~
----->8-----
Bisection points to:
commit 4060bae9dab232eb15bc7ddaaeb278b39456adf9
Author: Nathan Chancellor <nathan@xxxxxxxxxx>
Date: Tue Jan 23 15:59:55 2024 -0700
modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
[ Upstream commit 397586506c3da005b9333ce5947ad01e8018a3be ]
Reverting that commits makes the warning go away.
I've dropped it, thanks for the report!
--
Thanks,
Sasha