lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMRc=MfECR_HDgqH3EPub=8GaV3OuHeSMnAxmuwnT=frztQPkQ@mail.gmail.com>
Date:   Tue, 7 Nov 2023 10:10:08 +0100
From:   Bartosz Golaszewski <brgl@...ev.pl>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     linux-kernel@...r.kernel.org, kernel test robot <lkp@...el.com>,
        Arnd Bergmann <arnd@...db.de>,
        linux-arm-kernel@...ts.infradead.org, patches@...linux.org.uk,
        Russell King <linux@...linux.org.uk>
Subject: Re: [PATCH] ARM: davinci: also select PINCTRL

On Tue, Nov 7, 2023 at 1:36 AM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> kconfig warns when PINCTRL_SINGLE is selected but PINCTRL is not
> set, so also set PINCTRL for ARCH_DAVINCI. This prevents a
> kconfig/build warning:
>
>    WARNING: unmet direct dependencies detected for PINCTRL_SINGLE
>      Depends on [n]: PINCTRL [=n] && OF [=y] && HAS_IOMEM [=y]
>      Selected by [y]:
>      - ARCH_DAVINCI [=y] && ARCH_MULTI_V5 [=y]
>
> Fixes: f962396ce292 ("ARM: davinci: support multiplatform build for ARM v5")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: lore.kernel.org/r/202311070548.0f6XfBrh-lkp@...el.com
> Cc: Bartosz Golaszewski <brgl@...ev.pl>
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: linux-arm-kernel@...ts.infradead.org
> Cc: patches@...linux.org.uk
> Cc: Russell King <linux@...linux.org.uk>
> ---
> KernelVersion: 6.6
>
>  arch/arm/mach-davinci/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
>
> diff -- a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
> --- a/arch/arm/mach-davinci/Kconfig
> +++ b/arch/arm/mach-davinci/Kconfig
> @@ -10,6 +10,7 @@ menuconfig ARCH_DAVINCI
>         select PM_GENERIC_DOMAINS_OF if PM && OF
>         select REGMAP_MMIO
>         select RESET_CONTROLLER
> +       select PINCTRL
>         select PINCTRL_SINGLE
>
>  if ARCH_DAVINCI

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ