On Wed, Jan 24, 2024 at 05:14:56PM -0800, Martin KaFai Lau wrote: > On 1/15/24 2:08 PM, Vadim Fedorenko wrote: > > Implement skcipher crypto in BPF crypto framework. > > > > Signed-off-by: Vadim Fedorenko<vadfed@xxxxxxxx> > > --- > > 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?). Looks good to me. Acked-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt