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]
Message-Id: <8cd0eaae-08b0-49a3-8a04-2e808e7f1632@app.fastmail.com>
Date: Fri, 12 Sep 2025 16:53:22 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Mikko Rapeli" <mikko.rapeli@...aro.org>,
 "linux-mmc @ vger . kernel . org" <linux-mmc@...r.kernel.org>
Cc: "Ulf Hansson" <ulf.hansson@...aro.org>,
 Heiko Stübner <heiko@...ech.de>,
 linux-kernel@...r.kernel.org, "Adrian Hunter" <adrian.hunter@...el.com>,
 "Victor Shih" <victor.shih@...esyslogic.com.tw>,
 "Ben Chuang" <ben.chuang@...esyslogic.com.tw>,
 "Geert Uytterhoeven" <geert+renesas@...der.be>,
 "AngeloGioacchino Del Regno" <angelogioacchino.delregno@...labora.com>,
 "Yixun Lan" <dlan@...too.org>, "Binbin Zhou" <zhoubinbin@...ngson.cn>
Subject: Re: [PATCH v3 2/4] mmc: add COMPILE_TEST to multiple drivers

On Fri, Sep 12, 2025, at 16:22, Mikko Rapeli wrote:
> These compile on x86_64 with =y and =m.
>
> Cc: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@...aro.org>

Acked-by: Arnd Bergmann <arnd@...db.de>

I'll also add this to my randconfig tests to see if something
comes up.

> -	depends on MMC_DW && ARCH_ROCKCHIP
> +	depends on MMC_DW && ( ARCH_ROCKCHIP  || COMPILE_TEST )
>  	select MMC_DW_PLTFM

The whitespace is unusual here, I would make this either

        depends on MMC_DW && (ARCH_ROCKCHIP || COMPILE_TEST)

or

        depends on MMC_DW
        depends on ARCH_ROCKCHIP || COMPILE_TEST


    Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ