On Sun, 26 Nov 2023 at 21:16, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 5.4.262 release. > There are 152 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 Tue, 28 Nov 2023 15:43:06 +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/v5.x/stable-review/patch-5.4.262-rc4.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y > and the diffstat can be found below. > > thanks, > > greg k-h [my two cents] [May not be a great idea to test latest clang on older kernels] Following kernel warning noticed on stable-rc linux-5.4.y with clang-17 for arm64 defconfig. > Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > PCI: keystone: Don't discard .probe() callback > > Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > PCI: keystone: Don't discard .remove() callback WARNING: vmlinux.o(.text+0x4e2a80): Section mismatch in reference from the function ks_pcie_probe() to the function .init.text:ks_pcie_add_pcie_port() The function ks_pcie_probe() references the function __init ks_pcie_add_pcie_port(). This is often because ks_pcie_probe lacks a __init annotation or the annotation of ks_pcie_add_pcie_port is wrong. Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Link: - https://storage.tuxsuite.com/public/linaro/lkft/builds/2YlCuygCpZ8wNd4DS0txeyTovV4/ -- Linaro LKFT https://lkft.linaro.org