Re: [PATCH net-next 2/5] net/rxrpc: Use local FCrypt-PCBC implementation

From: David Howells

Date: Fri May 15 2026 - 17:00:56 EST


Eric Biggers <ebiggers@xxxxxxxxxx> wrote:

> Seems that the latest is now
> https://lore.kernel.org/netdev/20260514155304.2249591-4-dhowells@xxxxxxxxxx/
> which is back to just using a linear buffer unconditionally. I'll
> resend this series after that goes in.

Sounds good. It turned out to be a bit faster just extracting the data into a
flat buffer in recvmsg.

I wonder about modifying the crypto/krb5/ code to use lib/crypto/ instead, but
that might be a little trickier as Chuck has patches to make NFS use it.

David