Re: [PATCH net-next 1/5] net/rxrpc: Add local FCrypt-PCBC implementation

From: David Howells

Date: Tue Apr 28 2026 - 02:24:35 EST


Eric Biggers <ebiggers@xxxxxxxxxx> wrote:

> +config AF_RXRPC_KUNIT_TEST
> + tristate "RxRPC KUnit test" if !KUNIT_ALL_TESTS
> + depends on KUNIT && RXKAD
> + default KUNIT_ALL_TESTS
> + help
> + Enable the RxRPC KUnit test suite.

The description isn't really accurate. It doesn't test rxrpc per se. Can you
change it to "fcrypt kunit test" or "RxRPC fcrypt KUnit test"?

David