Re: [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72n5swSHaTsDi3TYdneyCiePHF-gEAHuFk3ZWj4v0meR+w@mail.gmail.com> |
On Thu, Aug 27, 2026 at 8:29 PM Eric Biggers <[email protected]> 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