Re: [PATCH v2 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
Randy Dunlap <[email protected]> Thu, 9 Jul 2026 18:04:49 -0700
| Newsgroups | org.kernel.vger.linux-api,org.infradead.lists.linux-riscv,org.kernel.vger.linux-crypto,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On 7/9/26 1:30 PM, Saravanakrishnan Krishnamoorthy wrote: > From: Alex Ousherovitch <[email protected]> > > Add MAINTAINERS entry for the CRI CryptoManager Hub (CMH) hardware > crypto accelerator driver under drivers/crypto/cmh/. > > Co-developed-by: Saravanakrishnan Krishnamoorthy <[email protected]> > Signed-off-by: Saravanakrishnan Krishnamoorthy <[email protected]> > Signed-off-by: Alex Ousherovitch <[email protected]> > Reviewed-by: Joel Wittenauer <[email protected]> > Reviewed-by: Thi Nguyen <[email protected]> > --- > MAINTAINERS | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d1dbf2f07104..1c153a84f70f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6891,6 +6891,23 @@ F: kernel/cred.c > F: rust/kernel/cred.rs > F: Documentation/security/credentials.rst > > +CRI CRYPTOMANAGER HUB (CMH) HARDWARE CRYPTO ACCELERATOR > +M: Alex Ousherovitch <[email protected]> > +M: Saravanakrishnan Krishnamoorthy <[email protected]> > +R: Joel Wittenauer <[email protected]> > +R: Thi Nguyen <[email protected]> > +L: [email protected] > +S: Maintained > +F: Documentation/ABI/testing/cmh-mgmt > +F: Documentation/ABI/testing/debugfs-driver-cmh > +F: Documentation/ABI/testing/sysfs-driver-cmh > +F: Documentation/crypto/device_drivers/cmh.rst > +F: Documentation/devicetree/bindings/crypto/cri,cmh.yaml > +F: Documentation/userspace-api/ioctl/cmh_mgmt.rst > +F: drivers/crypto/cmh/ > +F: include/uapi/linux/cmh_mgmt_ioctl.h > +F: tools/testing/selftests/drivers/crypto/cmh/ > + Hm, I thought for a moment there that this new CRI entry was out of place (alphabetically). No, it's the next entry that is so far out of place. :( > INTEL CRPS COMMON REDUNDANT PSU DRIVER > M: Ninad Palsule <[email protected]> > L: [email protected] -- ~Randy