* ipa_endpoint: ipa_endpoint.c:723:49: error: 'IPA_VERSION_4_5' undeclared
@ 2021-11-24 10:22 Naresh Kamboju
2021-11-24 11:17 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2021-11-24 10:22 UTC (permalink / raw)
To: linux-stable
Cc: Alex Elder, David S. Miller, Sasha Levin, Greg Kroah-Hartman,
lkft-triage
Regression found on arm64 gcc-11 builds
Following build warnings / errors reported on stable-rc 5.10.
metadata:
git_describe: v5.10.81-156-g7f9de6888cf8
git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git_short_log: 7f9de6888cf8 (\"Linux 5.10.82-rc1\")
target_arch: arm64
toolchain: gcc-11
build error :
--------------
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu- 'CC=sccache aarch64-linux-gnu-gcc'
'HOSTCC=sccache gcc'
drivers/net/ipa/ipa_endpoint.c: In function
'ipa_endpoint_init_hol_block_enable':
drivers/net/ipa/ipa_endpoint.c:723:49: error: 'IPA_VERSION_4_5'
undeclared (first use in this function); did you mean
'IPA_VERSION_4_2'?
723 | if (enable && endpoint->ipa->version >= IPA_VERSION_4_5)
| ^~~~~~~~~~~~~~~
| IPA_VERSION_4_2
drivers/net/ipa/ipa_endpoint.c:723:49: note: each undeclared
identifier is reported only once for each function it appears in
make[4]: *** [scripts/Makefile.build:280:
drivers/net/ipa/ipa_endpoint.o] Error 1
make[4]: Target '__build' not remade because of errors.
make[3]: *** [scripts/Makefile.build:497: drivers/net/ipa] Error 2
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
build link:
-----------
https://builds.tuxbuild.com//21MNrWsMVCZZPGZPpgMBMMYx2Kb/build.log
build config:
-------------
https://builds.tuxbuild.com//21MNrWsMVCZZPGZPpgMBMMYx2Kb/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//21MNrWsMVCZZPGZPpgMBMMYx2Kb/config
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ipa_endpoint: ipa_endpoint.c:723:49: error: 'IPA_VERSION_4_5' undeclared
2021-11-24 10:22 ipa_endpoint: ipa_endpoint.c:723:49: error: 'IPA_VERSION_4_5' undeclared Naresh Kamboju
@ 2021-11-24 11:17 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2021-11-24 11:17 UTC (permalink / raw)
To: Naresh Kamboju
Cc: linux-stable, Alex Elder, David S. Miller, Sasha Levin,
lkft-triage
On Wed, Nov 24, 2021 at 03:52:24PM +0530, Naresh Kamboju wrote:
> Regression found on arm64 gcc-11 builds
> Following build warnings / errors reported on stable-rc 5.10.
>
> metadata:
> git_describe: v5.10.81-156-g7f9de6888cf8
> git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> git_short_log: 7f9de6888cf8 (\"Linux 5.10.82-rc1\")
> target_arch: arm64
> toolchain: gcc-11
Thanks, offending commit now dropped.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-24 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24 10:22 ipa_endpoint: ipa_endpoint.c:723:49: error: 'IPA_VERSION_4_5' undeclared Naresh Kamboju
2021-11-24 11:17 ` 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