[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c1f616b-6244-4df9-967f-8063968dff3c@linaro.org>
Date: Sat, 3 Feb 2024 01:02:41 -0600
From: Daniel Díaz <daniel.diaz@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, sudipm.mukherjee@...il.com, srw@...dewatkins.net,
rwarsow@....de, conor@...nel.org, allen.lkml@...il.com,
dmitry.baryshkov@...aro.org
Subject: Re: [PATCH 6.7 000/353] 6.7.4-rc1 review
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.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.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@...aro.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@...aro.org>
Greetings!
Daniel Díaz
daniel.diaz@...aro.org
Powered by blists - more mailing lists