On Mon, May 31, 2021 at 04:43:52PM +0530, Naresh Kamboju wrote:
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
This will be fixed in a few minutes, it was reported right before you: https://lore.kernel.org/r/0d9f123c-e9f7-7481-143d-efd488873082@huawei.com