All of lore.kernel.org
 help / color / mirror / Atom feed
* [stable-rc] 5.12 arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out'
@ 2021-05-31 11:13 ` Naresh Kamboju
  0 siblings, 0 replies; 6+ messages in thread
From: Naresh Kamboju @ 2021-05-31 11:13 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin, linux-stable
  Cc: Marc Zyngier, open list, lkft-triage, Catalin Marinas,
	Will Deacon, kvmarm, Linux ARM

The Linux stable-rc 5.12 arm64 builds failed due to these warnings / errors.

make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache
clang'
arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out'
                goto out;
                     ^
arch/arm64/kvm/arm.c:918:1: warning: unused label 'out' [-Wunused-label]
out:
^~~~
1 warning and 1 error generated.

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>

step to reproduce:
------------------------

# TuxMake is a command line tool and Python library that provides
# portable and repeatable Linux kernel builds across a variety of
# architectures, toolchains, kernel configurations, and make targets.
#
# TuxMake supports the concept of runtimes.
# See https://docs.tuxmake.org/runtimes/, for that to work it requires
# that you install podman or docker on your system.
#
# To install tuxmake on your system globally:
# sudo pip3 install -U tuxmake
#
# See https://docs.tuxmake.org/ for complete documentation.


tuxmake --runtime podman --target-arch arm64 --toolchain gcc-9
--kconfig defconfig --kconfig-add
https://builds.tuxbuild.com/1tILLnkg7Rqf4tsdhjS3VoZDrdk/config

--
Linaro LKFT
https://lkft.linaro.org
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

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

end of thread, other threads:[~2021-05-31 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-31 11:13 [stable-rc] 5.12 arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out' Naresh Kamboju
2021-05-31 11:13 ` Naresh Kamboju
2021-05-31 11:13 ` Naresh Kamboju
2021-05-31 11:46 ` Greg Kroah-Hartman
2021-05-31 11:46   ` Greg Kroah-Hartman
2021-05-31 11:46   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.