From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Sasha Levin <sashal@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
linux-stable <stable@vger.kernel.org>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
linux-gpio@vger.kernel.org, lkft-triage@lists.linaro.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: Re: drivers/gpio/gpio-pca953x.c:117:40: error: 'ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER' undeclared here (not in a function)
Date: Fri, 12 Mar 2021 14:37:39 +0100 [thread overview]
Message-ID: <YEtuo59GNHSGZ5eK@kroah.com> (raw)
In-Reply-To: <CA+G9fYvXBk8njCeodicbtc72LLwSGvODLqqBTjfEHthjvUH7AQ@mail.gmail.com>
On Fri, Mar 12, 2021 at 06:57:51PM +0530, Naresh Kamboju wrote:
> While building stable rc 5.4 for arm and arm64 the following warnings / errors
> were noticed.
>
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=arm64
> CROSS_COMPILE=aarch64-linux-gnu- 'CC=sccache aarch64-linux-gnu-gcc'
> 'HOSTCC=sccache gcc' olddefconfig
> .config:7570:warning: override: TRANSPARENT_HUGEPAGE_MADVISE changes
> choice state
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/tmp ARCH=arm64
> CROSS_COMPILE=aarch64-linux-gnu- 'CC=sccache aarch64-linux-gnu-gcc'
> 'HOSTCC=sccache gcc'
>
> arch/arm64/boot/dts/exynos/exynos5433.dtsi:254.3-29: Warning
> (reg_format): /gpu@14ac0000:reg: property has invalid length (8 bytes)
> (#address-cells == 2, #size-cells == 2)
> arch/arm64/boot/dts/exynos/exynos5433-tm2.dtb: Warning
> (pci_device_bus_num): Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos5433-tm2.dtb: Warning (i2c_bus_reg):
> Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos5433-tm2.dtb: Warning (spi_bus_reg):
> Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos5433.dtsi:254.3-29: Warning
> (reg_format): /gpu@14ac0000:reg: property has invalid length (8 bytes)
> (#address-cells == 2, #size-cells == 2)
> arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning
> (pci_device_bus_num): Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning (i2c_bus_reg):
> Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning (spi_bus_reg):
> Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos7.dtsi:83.3-29: Warning (reg_format):
> /gpu@14ac0000:reg: property has invalid length (8 bytes)
> (#address-cells == 2, #size-cells == 2)
> arch/arm64/boot/dts/exynos/exynos7-espresso.dtb: Warning
> (pci_device_bus_num): Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos7-espresso.dtb: Warning
> (i2c_bus_reg): Failed prerequisite 'reg_format'
> arch/arm64/boot/dts/exynos/exynos7-espresso.dtb: Warning
> (spi_bus_reg): Failed prerequisite 'reg_format'
> drivers/gpio/gpio-pca953x.c:117:40: error:
> 'ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER' undeclared here (not in a function)
> 117 | { "irq-gpios", &pca953x_irq_gpios, 1,
> ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER },
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[3]: *** [scripts/Makefile.build:262: drivers/gpio/gpio-pca953x.o] Error 1
> make[3]: Target '__build' not remade because of errors.
>
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Build link,
> https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc/-/jobs/1091050853#L375
>
> steps 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/1pcgZ6HCDYD6pGG5Xn1ammT72EM/config
Should now be fixed up, sorry about that.
greg k-h
next prev parent reply other threads:[~2021-03-12 13:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 13:27 drivers/gpio/gpio-pca953x.c:117:40: error: 'ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER' undeclared here (not in a function) Naresh Kamboju
2021-03-12 13:37 ` Greg Kroah-Hartman [this message]
2021-03-12 15:34 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YEtuo59GNHSGZ5eK@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bgolaszewski@baylibre.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=lkft-triage@lists.linaro.org \
--cc=naresh.kamboju@linaro.org \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox