Message ID | 20241009081557.377035-1-dlemoal@kernel.org |
---|---|
State | New |
Headers | show |
Series | ata: ahci_platform: Modify MAINTAINERS entry | expand |
On Wed, Oct 09, 2024 at 05:15:57PM +0900, Damien Le Moal wrote: > Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA > AHCI PLATFORM devices support) to remove Jens as maintainer. > > Signed-off-by: Damien Le Moal <dlemoal@kernel.org> > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c27f3190737f..d377e81ab2bc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12961,7 +12961,6 @@ F: drivers/ata/sata_gemini.h > > LIBATA SATA AHCI PLATFORM devices support > M: Hans de Goede <hdegoede@redhat.com> > -M: Jens Axboe <axboe@kernel.dk> > L: linux-ide@vger.kernel.org > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git This entry, and other "LIBATA XXX" entries still mention axboe/linux-block.git as the tree. Another "LIBATA YYY" entry mentions dlemoal/libata.git as the tree. Anothe "LIBATA ZZZ" entry has no tree defined at all. It would be nice if you could either: -Update all entries to use libata/linux.git as the tree or -Remove the defined tree for all entries except "LIBATA SUBSYSTEM". Kind regards, Niklas
On 10/9/24 18:18, Niklas Cassel wrote: > On Wed, Oct 09, 2024 at 05:15:57PM +0900, Damien Le Moal wrote: >> Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA >> AHCI PLATFORM devices support) to remove Jens as maintainer. >> >> Signed-off-by: Damien Le Moal <dlemoal@kernel.org> >> --- >> MAINTAINERS | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index c27f3190737f..d377e81ab2bc 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -12961,7 +12961,6 @@ F: drivers/ata/sata_gemini.h >> >> LIBATA SATA AHCI PLATFORM devices support >> M: Hans de Goede <hdegoede@redhat.com> >> -M: Jens Axboe <axboe@kernel.dk> >> L: linux-ide@vger.kernel.org >> S: Maintained >> T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git > > This entry, and other "LIBATA XXX" entries still mention > axboe/linux-block.git as the tree. > > Another "LIBATA YYY" entry mentions dlemoal/libata.git as the tree. > > Anothe "LIBATA ZZZ" entry has no tree defined at all. > > > It would be nice if you could either: > -Update all entries to use libata/linux.git as the tree > or > -Remove the defined tree for all entries except "LIBATA SUBSYSTEM". OK. Let me do that. > > > Kind regards, > Niklas
On 10/9/24 2:15 AM, Damien Le Moal wrote: > Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA > AHCI PLATFORM devices support) to remove Jens as maintainer. An oversight from the maintainership being moved to Damien, not sure how nobody noticed for this long! Acked-by: Jens Axboe <axboe@kernel.dk>
On 10/9/24 3:18 AM, Niklas Cassel wrote: > On Wed, Oct 09, 2024 at 05:15:57PM +0900, Damien Le Moal wrote: >> Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA >> AHCI PLATFORM devices support) to remove Jens as maintainer. >> >> Signed-off-by: Damien Le Moal <dlemoal@kernel.org> >> --- >> MAINTAINERS | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index c27f3190737f..d377e81ab2bc 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -12961,7 +12961,6 @@ F: drivers/ata/sata_gemini.h >> >> LIBATA SATA AHCI PLATFORM devices support >> M: Hans de Goede <hdegoede@redhat.com> >> -M: Jens Axboe <axboe@kernel.dk> >> L: linux-ide@vger.kernel.org >> S: Maintained >> T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git > > This entry, and other "LIBATA XXX" entries still mention > axboe/linux-block.git as the tree. Hah indeed, not sure how I missed that. Yep should get updated too.
diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..d377e81ab2bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12961,7 +12961,6 @@ F: drivers/ata/sata_gemini.h LIBATA SATA AHCI PLATFORM devices support M: Hans de Goede <hdegoede@redhat.com> -M: Jens Axboe <axboe@kernel.dk> L: linux-ide@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
Modify the MAINTAINERS entry for the ahci_platform driver (LIBATA SATA AHCI PLATFORM devices support) to remove Jens as maintainer. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-)