[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fd2c26dd2c1e0ef5f4640d36e680f94ca064280e.camel@linux.ibm.com>
Date: Thu, 24 Aug 2023 19:57:16 -0400
From: Mimi Zohar <zohar@...ux.ibm.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Linux Crypto Mailing List
<linux-crypto@...r.kernel.org>,
Eric Biggers <ebiggers@...nel.org>, "Theodore Y. Ts'o" <tytso@....edu>,
Jaegeuk Kim <jaegeuk@...nel.org>, linux-fscrypt@...r.kernel.org,
Richard Weinberger <richard@....at>, linux-mtd@...ts.infradead.org,
Marcel Holtmann <marcel@...tmann.org>,
Johan
Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz
<luiz.dentz@...il.com>,
linux-bluetooth@...r.kernel.org, Ilya Dryomov
<idryomov@...il.com>,
Xiubo Li <xiubli@...hat.com>, Jeff Layton
<jlayton@...nel.org>,
ceph-devel@...r.kernel.org,
Steffen Klassert
<steffen.klassert@...unet.com>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
Johannes Berg <johannes@...solutions.net>,
linux-wireless@...r.kernel.org,
Matthieu Baerts
<matthieu.baerts@...sares.net>,
Mat Martineau <martineau@...nel.org>,
Chuck Lever <chuck.lever@...cle.com>, Neil Brown <neilb@...e.de>,
linux-nfs@...r.kernel.org, linux-integrity@...r.kernel.org,
"Jason A.
Donenfeld" <Jason@...c4.com>,
Ayush Sawal <ayush.sawal@...lsio.com>
Subject: Re: [PATCH 9/12] evm: Do not include crypto/algapi.h
On Wed, 2023-08-23 at 18:32 +0800, Herbert Xu wrote:
> The header file crypto/algapi.h is for internal use only. Use the
> header file crypto/utils.h instead.
>
> Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
Acked-by: Mimi Zohar <zohar@...ux.ibm.com>
> ---
>
> security/integrity/evm/evm_main.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/security/integrity/evm/evm_main.c b/security/integrity/evm/evm_main.c
> index c9b6e2a43478..e635a8d18dae 100644
> --- a/security/integrity/evm/evm_main.c
> +++ b/security/integrity/evm/evm_main.c
> @@ -14,7 +14,6 @@
> #define pr_fmt(fmt) "EVM: "fmt
>
> #include <linux/init.h>
> -#include <linux/crypto.h>
> #include <linux/audit.h>
> #include <linux/xattr.h>
> #include <linux/integrity.h>
> @@ -24,7 +23,7 @@
>
> #include <crypto/hash.h>
> #include <crypto/hash_info.h>
> -#include <crypto/algapi.h>
> +#include <crypto/utils.h>
> #include "evm.h"
>
> int evm_initialized;
Powered by blists - more mailing lists