Re: [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support

From: Miguel Ojeda

Date: Thu Aug 27 2026 - 19:01:18 EST


On Thu, Aug 27, 2026 at 8:29 PM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> Yes, it doesn't explain why they need to be inconsistent though.

It is simply because it is the end state that we want, i.e. both
Kconfig and source code to be in the usual folder (so less things to
move later), plus one normally wants the Kconfig options to show in
the right place in the menus.

> And if the code is "conceptually part of the subsystem", why is the
> MAINTAINERS entry for "CRYPTO LIBRARY" not being updated to include it?

I don't know, but it should be, indeed. That is what we have been
asking subsystems to do since the beginning (modulo exceptional
cases). Some take direct ownership, some request to have a maintainer
dedicated to that in the entry, some add a new sub-subsystem, etc.

I hope that clarifies.

Cheers,
Miguel