stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec
@ 2021-11-24 10:00 Naresh Kamboju
  2021-11-24 11:22 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Naresh Kamboju @ 2021-11-24 10:00 UTC (permalink / raw)
  To: linux-stable
  Cc: Sasha Levin, Greg Kroah-Hartman, Bjorn Andersson,
	AngeloGioacchino Del Regno, Stephan Gerhold, Stephen Boyd,
	lkft-triage

Regression found on arm64 gcc-11 builds
Following build warnings / errors reported on stable-rc 5.4.

metadata:
    git_describe: v5.4.161-99-g60345e6d23ca
    git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
    git_short_log: 60345e6d23ca (\"Linux 5.4.162-rc1\")
    target_arch: arm64
    toolchain: gcc-11

build error :
--------------
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


Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

build link:
-----------
https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/build.log

build config:
-------------
https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/config

# To install tuxmake on your system globally
# sudo pip3 install -U tuxmake
tuxmake --runtime podman --target-arch arm64 --toolchain gcc-11
--kconfig defconfig \
      --kconfig-add
https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/config

--
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec
  2021-11-24 10:00 qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec Naresh Kamboju
@ 2021-11-24 11:22 ` Greg Kroah-Hartman
  2021-11-24 12:18   ` Naresh Kamboju
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-11-24 11:22 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: linux-stable, Sasha Levin, Bjorn Andersson,
	AngeloGioacchino Del Regno, Stephan Gerhold, Stephen Boyd,
	lkft-triage

On Wed, Nov 24, 2021 at 03:30:09PM +0530, Naresh Kamboju wrote:
> Regression found on arm64 gcc-11 builds
> Following build warnings / errors reported on stable-rc 5.4.
> 
> metadata:
>     git_describe: v5.4.161-99-g60345e6d23ca
>     git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
>     git_short_log: 60345e6d23ca (\"Linux 5.4.162-rc1\")
>     target_arch: arm64
>     toolchain: gcc-11
> 
> build error :
> --------------
> 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
> 
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
> build link:
> -----------
> https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/build.log
> 
> build config:
> -------------
> https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/config
> 
> # To install tuxmake on your system globally
> # sudo pip3 install -U tuxmake
> tuxmake --runtime podman --target-arch arm64 --toolchain gcc-11
> --kconfig defconfig \
>       --kconfig-add
> https://builds.tuxbuild.com//21MKqVm5LdLI4FQGooFsnEUB3jO/config

I can not figure out what commit caused this problem.  Any pointers
would be appreciated...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec
  2021-11-24 11:22 ` Greg Kroah-Hartman
@ 2021-11-24 12:18   ` Naresh Kamboju
  2021-11-24 16:15     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Naresh Kamboju @ 2021-11-24 12:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-stable, Sasha Levin, Bjorn Andersson,
	AngeloGioacchino Del Regno, Stephan Gerhold, Stephen Boyd,
	lkft-triage

Hi Greg,

On Wed, 24 Nov 2021 at 16:52, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Wed, Nov 24, 2021 at 03:30:09PM +0530, Naresh Kamboju wrote:
> > Regression found on arm64 gcc-11 builds
> > Following build warnings / errors reported on stable-rc 5.4.
> >
> > metadata:
> >     git_describe: v5.4.161-99-g60345e6d23ca
> >     git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> >     git_short_log: 60345e6d23ca (\"Linux 5.4.162-rc1\")
> >     target_arch: arm64
> >     toolchain: gcc-11
> >
> > build error :
> > --------------
> > 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

> I can not figure out what commit caused this problem.  Any pointers
> would be appreciated...

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

    [ Upstream commit 7a62bfebc8c94bdb6eb8f54f49889dc6b5b79601 ]

    This fixes the following warning when building with W=1:
    Warning (unit_address_vs_reg): /soc: node has a reg or ranges property,
    but no unit name

    Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
    Reviewed-by: Stephen Boyd <swboyd@chromium.org>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20210921152120.6710-1-stephan@gerhold.net
    Signed-off-by: Sasha Levin <sashal@kernel.org>

 arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Naresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec
  2021-11-24 12:18   ` Naresh Kamboju
@ 2021-11-24 16:15     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-11-24 16:15 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: linux-stable, Sasha Levin, Bjorn Andersson,
	AngeloGioacchino Del Regno, Stephan Gerhold, Stephen Boyd,
	lkft-triage

On Wed, Nov 24, 2021 at 05:48:14PM +0530, Naresh Kamboju wrote:
> Hi Greg,
> 
> On Wed, 24 Nov 2021 at 16:52, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > On Wed, Nov 24, 2021 at 03:30:09PM +0530, Naresh Kamboju wrote:
> > > Regression found on arm64 gcc-11 builds
> > > Following build warnings / errors reported on stable-rc 5.4.
> > >
> > > metadata:
> > >     git_describe: v5.4.161-99-g60345e6d23ca
> > >     git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> > >     git_short_log: 60345e6d23ca (\"Linux 5.4.162-rc1\")
> > >     target_arch: arm64
> > >     toolchain: gcc-11
> > >
> > > build error :
> > > --------------
> > > 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
> 
> > I can not figure out what commit caused this problem.  Any pointers
> > would be appreciated...
> 
> 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
> 
>     [ Upstream commit 7a62bfebc8c94bdb6eb8f54f49889dc6b5b79601 ]
> 
>     This fixes the following warning when building with W=1:
>     Warning (unit_address_vs_reg): /soc: node has a reg or ranges property,
>     but no unit name
> 
>     Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
>     Reviewed-by: Stephen Boyd <swboyd@chromium.org>
>     Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>     Link: https://lore.kernel.org/r/20210921152120.6710-1-stephan@gerhold.net
>     Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Now dropped from everywhere, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-24 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 10:00 qcom :apq8016-sbc.dtsi:412.21-414.5: ERROR (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on /soc/codec and /soc@0/codec Naresh Kamboju
2021-11-24 11:22 ` Greg Kroah-Hartman
2021-11-24 12:18   ` Naresh Kamboju
2021-11-24 16:15     ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).