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] [thread-next>] [day] [month] [year] [list]
Date: Tue, 07 May 2024 09:37:28 +0200
From: Esben Haabendal <esben@...nix.com>
To: "Arnd Bergmann" <arnd@...db.de>
Cc: "Russell King" <linux@...linux.org.uk>,  "Shawn Guo"
 <shawnguo@...nel.org>,  "Sascha Hauer" <s.hauer@...gutronix.de>,
  "Pengutronix Kernel Team" <kernel@...gutronix.de>,  "Fabio Estevam"
 <festevam@...il.com>,  "Dong Aisheng" <aisheng.dong@....com>,  "Jacky Bai"
 <ping.bai@....com>,  "Linus Walleij" <linus.walleij@...aro.org>,  "Rasmus
 Villemoes" <rasmus.villemoes@...vas.dk>,
  linux-arm-kernel@...ts.infradead.org,  imx@...ts.linux.dev,
  linux-kernel@...r.kernel.org,  "open list:GPIO SUBSYSTEM"
 <linux-gpio@...r.kernel.org>
Subject: Re: [PATCH v2 2/3] pinctrl: freescale: Use CONFIG_SOC_IMXRT to
 guard i.MX RT1xxx drivers

"Arnd Bergmann" <arnd@...db.de> writes:

> On Mon, May 6, 2024, at 12:23, Esben Haabendal wrote:
>>
>>  config PINCTRL_IMXRT1050
>>  	bool "IMXRT1050 pinctrl driver"
>> -	depends on ARCH_MXC
>> +	depends on SOC_IMXRT
>> +	default SOC_IMXRT
>>  	select PINCTRL_IMX
>>  	help
>>  	  Say Y here to enable the imxrt1050 pinctrl driver
>
> Maybe make this
>
>        depends on SOC_IMXRT || COMPILE_TEST

That is done in patch 3/3.

> I see that all the i.MX pinctrl drivers are currently missing
> this, but a lot of other platforms have the ||COMPILE_TEST
> bit so it gets included in x86 allmodconfig tests that
> often gets run before sending or merging changes.

Take a look at patch 3/3 in this series. It does a wholesale addition of
||COMPILE_TEST to these drivers.

/Esben

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ