[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <CY9E6M2BYETA.1VE73N3UHD4B9@suppilovahvero>
Date: Mon, 08 Jan 2024 16:24:46 +0200
From: "Jarkko Sakkinen" <jarkko@...nel.org>
To: <clayc@....com>, <keyrings@...r.kernel.org>,
<linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Cc: <dhowells@...hat.com>, <herbert@...dor.apana.org.au>,
<davem@...emloft.net>
Subject: Re: [PATCH] KEYS: include header for EINVAL definition
On Sun Jan 7, 2024 at 3:28 PM EET, wrote:
> From: Clay Chang <clayc@....com>
>
> This patch includes linux/errno.h to address the issue of 'EINVAL' being
> undeclared.
>
> Signed-off-by: Clay Chang <clayc@....com>
> ---
> include/crypto/public_key.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h
> index 462f8a34cdf8..b7f308977c84 100644
> --- a/include/crypto/public_key.h
> +++ b/include/crypto/public_key.h
> @@ -10,6 +10,7 @@
> #ifndef _LINUX_PUBLIC_KEY_H
> #define _LINUX_PUBLIC_KEY_H
>
> +#include <linux/errno.h>
> #include <linux/keyctl.h>
> #include <linux/oid_registry.h>
>
Please provide evidence that issue exist (applies for any possible kernel issue).
BR, Jarkko
Powered by blists - more mailing lists