[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dc3f48ee-2742-4c59-96a1-a06ffa1d7712@linux.dev>
Date: Wed, 24 Jan 2024 17:14:56 -0800
From: Martin KaFai Lau <martin.lau@...ux.dev>
To: Vadim Fedorenko <vadfed@...a.com>,
Herbert Xu <herbert@...dor.apana.org.au>
Cc: netdev@...r.kernel.org, linux-crypto@...r.kernel.org,
bpf@...r.kernel.org, Victor Stewart <v@...etag.social>,
Vadim Fedorenko <vadim.fedorenko@...ux.dev>, Jakub Kicinski
<kuba@...nel.org>, Andrii Nakryiko <andrii@...nel.org>,
Alexei Starovoitov <ast@...nel.org>, Mykola Lysenko <mykolal@...com>
Subject: Re: [PATCH bpf-next v8 2/3] bpf: crypto: add skcipher to bpf crypto
On 1/15/24 2:08 PM, Vadim Fedorenko wrote:
> Implement skcipher crypto in BPF crypto framework.
>
> Signed-off-by: Vadim Fedorenko<vadfed@...a.com>
> ---
> v7 -> v8:
> - Move bpf_crypto_skcipher.c to crypto and make it part of
> skcipher module. This way looks more natural and makes bpf crypto
> proper modular. MAINTAINERS files is adjusted to make bpf part
> belong to BPF maintainers.
> v6 - v7:
> - style issues
> v6:
> - introduce new file
> ---
> MAINTAINERS | 8 ++++
> crypto/Makefile | 3 ++
> crypto/bpf_crypto_skcipher.c | 82 ++++++++++++++++++++++++++++++++++++
The changes are mostly isolated to the new bpf_crypto_skcipher.c file addition
to the crypto/ but still will be helpful to get an Ack from the crypto
maintainers (Herbert?).
Powered by blists - more mailing lists