On Wed, 24 Nov 2021 at 18:19, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.4.162 release. There are 100 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, 26 Nov 2021 11:56:36 +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.162-rc1... 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
Regression found on arm64 gcc-11 builds Following build warnings / errors reported on stable-rc 5.4.
builds/linux/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec ERROR: Input tree has errors, aborting (use -f to force output) make[3]: *** [scripts/Makefile.lib:285: arch/arm64/boot/dts/qcom/apq8016-sbc.dtb] Error 2
The bisect tool pointed to,
b979ffa8bbd6e4c33df7f3e7ac3d63f2234c023c is the first bad commit commit b979ffa8bbd6e4c33df7f3e7ac3d63f2234c023c Author: Stephan Gerhold stephan@gerhold.net Date: Tue Sep 21 17:21:18 2021 +0200
arm64: dts: qcom: msm8916: Add unit name for /soc node
As it was reported here, https://lore.kernel.org/stable/CA+G9fYv5fnntoa1vzXp52=TSxCK=U8fV8J-AbE+WmKH1...
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
-- Linaro LKFT https://lkft.linaro.org