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:	Fri, 29 Apr 2016 11:13:29 +0200
From:	Linus Walleij <linus.walleij@...aro.org>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	Liu Gang <Gang.Liu@....com>, Alexandre Courbot <gnurou@...il.com>,
	"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gpio/qoriq: select IRQ_DOMAIN

On Tue, Apr 19, 2016 at 2:10 PM, Arnd Bergmann <arnd@...db.de> wrote:

> The gpio-mpc8xxx driver requires IRQ domains but can be built
> without them, resulting on a failure to build certain randconfigs
> on ARM:
>
> drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_gpio_to_irq':
> drivers/gpio/gpio-mpc8xxx.c:92:10: error: implicit declaration of function 'irq_create_mapping' [-Werror=implicit-function-declaration]
>    return irq_create_mapping(mpc8xxx_gc->irq, offset);
>
> This selects IRQ_DOMAIN from the driver to ensure we can build it.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Fixes: 5df7fd46b70b ("gpio/qoriq: Add qoriq platforms support")

Patch applied.

Yours,
Linus Walleij

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ