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]
Date:   Thu, 8 Sep 2016 22:13:17 +0800
From:   Shawn Guo <shawnguo@...nel.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     Anson Huang <Anson.Huang@....com>,
        Sascha Hauer <kernel@...gutronix.de>,
        Fabio Estevam <fabio.estevam@....com>,
        Alexander Shiyan <shc_work@...l.ru>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: imx: build cpuidle-imx6sx.o for imx6ul

On Tue, Sep 06, 2016 at 02:53:25PM +0200, Arnd Bergmann wrote:
> The imx6ul soc code gained support for cpuidle, but that causes
> a link failure if CONFIG_SOC_IMX6SX is disabled:
> 
> arch/arm/mach-imx/mach-imx6ul.o: In function `imx6ul_init_late':
> mach-imx6ul.c:(.init.text+0xc): undefined reference to `imx6sx_cpuidle_init'
> 
> This adds the file containing the imx6sx_cpuidle_init function
> to the kernel for 6ul-only configurations.
> 
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Fixes: 547e8f526959 ("ARM: imx: add cpuidle support for i.mx6ul")

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ