Message ID | 1480456322-27339-5-git-send-email-scott.bauer@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Feb 10, 2017 at 08:46:09AM -0800, Elliott, Robert (Persistent Memory) wrote: > > > > -----Original Message----- > > From: linux-block-owner@vger.kernel.org [mailto:linux-block- > > owner@vger.kernel.org] On Behalf Of Scott Bauer > > Sent: Tuesday, November 29, 2016 3:52 PM > > To: linux-nvme@lists.infradead.org > > Cc: Rafael.Antognolli@intel.com; axboe@fb.com; keith.busch@intel.com; > > jonathan.derrick@intel.com; j.naumann@fu-berlin.de; hch@infradead.org; > > linux-block@vger.kernel.org; sagi@grimberg.me; Scott Bauer > > <scott.bauer@intel.com> > > Subject: [PATCH v2 4/4] Maintainers: Add Information for SED Opal library > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8d414840..929eba3 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -10846,6 +10846,16 @@ L:linux-mmc@vger.kernel.org > > S:Maintained > > F:drivers/mmc/host/sdhci-spear.c > > > > +SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER > > +M:Scott Bauer <scott.bauer@intel.com> > > +M:Jonathan Derrick <jonathan.derrick@intel.com> > > +M:Rafael Antognolli <rafael.antognolli@intel.com> > > +L:linux-nvme@lists.infradead.org > > +S:Supported > > +F:block/sed* > > +F:include/linux/sed* > > +F:include/uapi/linux/sed* > > Since this is in the block tree and is not nvme specific, could you use > linux-block as the main list? Sure, that's fine. Is there a way to denote "main list" in maintainers, or just list it first?
> -----Original Message----- > From: linux-block-owner@vger.kernel.org [mailto:linux-block- > owner@vger.kernel.org] On Behalf Of Scott Bauer > Sent: Tuesday, November 29, 2016 3:52 PM > To: linux-nvme@lists.infradead.org > Cc: Rafael.Antognolli@intel.com; axboe@fb.com; keith.busch@intel.com; > jonathan.derrick@intel.com; j.naumann@fu-berlin.de; hch@infradead.org; > linux-block@vger.kernel.org; sagi@grimberg.me; Scott Bauer > <scott.bauer@intel.com> > Subject: [PATCH v2 4/4] Maintainers: Add Information for SED Opal library > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d414840..929eba3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10846,6 +10846,16 @@ L: linux-mmc@vger.kernel.org > S: Maintained > F: drivers/mmc/host/sdhci-spear.c > > +SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER > +M: Scott Bauer <scott.bauer@intel.com> > +M: Jonathan Derrick <jonathan.derrick@intel.com> > +M: Rafael Antognolli <rafael.antognolli@intel.com> > +L: linux-nvme@lists.infradead.org > +S: Supported > +F: block/sed* > +F: include/linux/sed* > +F: include/uapi/linux/sed* Since this is in the block tree and is not nvme specific, could you use linux-block as the main list? Apparently the series has progressed to v6, but only on the linux-nvme list. --- Robert Elliott, HPE Persistent Memory
> Sure, that's fine. Is there a way to denote "main list" in maintainers, > or just list it first? I think scripts/get_maintainer.pl uses all of them, so any order will work.
On Fri, Feb 10, 2017 at 09:44:59AM -0700, Scott Bauer wrote: > > > +F:include/linux/sed* > > > +F:include/uapi/linux/sed* > > > > Since this is in the block tree and is not nvme specific, could you use > > linux-block as the main list? > > Sure, that's fine. Is there a way to denote "main list" in maintainers, > or just list it first? I'd just use linux-block - traffic isn't much higher than the nvme list, and it fits a lot better. FYI, I hope to have ATA (and as byproduct SCSI) support ready for the next merge window.
diff --git a/MAINTAINERS b/MAINTAINERS index 8d414840..929eba3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10846,6 +10846,16 @@ L: linux-mmc@vger.kernel.org S: Maintained F: drivers/mmc/host/sdhci-spear.c +SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER +M: Scott Bauer <scott.bauer@intel.com> +M: Jonathan Derrick <jonathan.derrick@intel.com> +M: Rafael Antognolli <rafael.antognolli@intel.com> +L: linux-nvme@lists.infradead.org +S: Supported +F: block/sed* +F: include/linux/sed* +F: include/uapi/linux/sed* + SECURITY SUBSYSTEM M: James Morris <james.l.morris@oracle.com> M: "Serge E. Hallyn" <serge@hallyn.com>