[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1918197.Mj5OQZhev6@blindfold>
Date: Fri, 02 Nov 2018 13:23:07 +0100
From: Richard Weinberger <richard@....at>
To: Arnd Bergmann <arnd@...db.de>
Cc: Artem Bityutskiy <dedekind1@...il.com>,
Adrian Hunter <adrian.hunter@...el.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Stefan Agner <stefan@...er.ch>, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ubifs: auth: add CONFIG_KEYS dependency
Am Freitag, 2. November 2018, 12:11:22 CET schrieb Arnd Bergmann:
> The new authentication support causes a build failure
> when CONFIG_KEYS is disabled, so add a dependency.
>
> fs/ubifs/auth.c: In function 'ubifs_init_authentication':
> fs/ubifs/auth.c:249:16: error: implicit declaration of function 'request_key'; did you mean 'request_irq'? [-Werror=implicit-function-declaration]
> keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL);
>
> Fixes: d8a22773a12c ("ubifs: Enable authentication support")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied!
Thanks,
//richard
Powered by blists - more mailing lists