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?).