Hello!
On 02/02/24 10:01 p. m., Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.7.4 release. There are 353 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 Mon, 05 Feb 2024 03:51:47 +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.7.4-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y and the diffstat can be found below.
thanks,
greg k-h
Same problems as reported with 6.1, but something else happening on Arm (32-bits):
-----8<----- Error: /builds/linux/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts:91.1-10 Label or path pmicintc not found FATAL ERROR: Syntax error parsing input tree make[4]: *** [/builds/linux/scripts/Makefile.lib:419: arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dtb] Error 1 make[4]: Target 'arch/arm/boot/dts/qcom/' not remade because of errors. ----->8-----
This is seen with Clang (17 and nightly) and GCC-8.
Bisection here points to:
commit 4fed142bbe3ca920810eba12fe96800cfd094d0c Author: Dmitry Baryshkov dmitry.baryshkov@linaro.org Date: Thu Sep 28 14:02:44 2023 +0300
ARM: dts: qcom: msm8960: fix PMIC node labels
[ Upstream commit a10a09f34eb80b83ca7275e23bf982dae2aa7632 ]
Reverting that commit makes that problem go away.
Reproducer:
tuxmake --runtime podman --target-arch arm --toolchain gcc-8 --kconfig defconfig
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Greetings!
Daniel Díaz daniel.diaz@linaro.org