All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: ahci_platform: Modify MAINTAINERS entry
@ 2024-10-09  8:15 Damien Le Moal
  2024-10-09  9:18 ` Niklas Cassel
  2024-10-09 12:31 ` Jens Axboe
  0 siblings, 2 replies; 5+ messages in thread
From: Damien Le Moal @ 2024-10-09  8:15 UTC (permalink / raw)
  To: linux-ide, Niklas Cassel, Jens Axboe

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
-- 
2.46.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ata: ahci_platform: Modify MAINTAINERS entry
  2024-10-09  8:15 [PATCH] ata: ahci_platform: Modify MAINTAINERS entry Damien Le Moal
@ 2024-10-09  9:18 ` Niklas Cassel
  2024-10-09  9:38   ` Damien Le Moal
  2024-10-09 14:05   ` Jens Axboe
  2024-10-09 12:31 ` Jens Axboe
  1 sibling, 2 replies; 5+ messages in thread
From: Niklas Cassel @ 2024-10-09  9:18 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: linux-ide, Jens Axboe

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ata: ahci_platform: Modify MAINTAINERS entry
  2024-10-09  9:18 ` Niklas Cassel
@ 2024-10-09  9:38   ` Damien Le Moal
  2024-10-09 14:05   ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Damien Le Moal @ 2024-10-09  9:38 UTC (permalink / raw)
  To: Niklas Cassel; +Cc: linux-ide, Jens Axboe

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


-- 
Damien Le Moal
Western Digital Research

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ata: ahci_platform: Modify MAINTAINERS entry
  2024-10-09  8:15 [PATCH] ata: ahci_platform: Modify MAINTAINERS entry Damien Le Moal
  2024-10-09  9:18 ` Niklas Cassel
@ 2024-10-09 12:31 ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2024-10-09 12:31 UTC (permalink / raw)
  To: Damien Le Moal, linux-ide, Niklas Cassel

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>


-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ata: ahci_platform: Modify MAINTAINERS entry
  2024-10-09  9:18 ` Niklas Cassel
  2024-10-09  9:38   ` Damien Le Moal
@ 2024-10-09 14:05   ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2024-10-09 14:05 UTC (permalink / raw)
  To: Niklas Cassel, Damien Le Moal; +Cc: linux-ide

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.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-09 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09  8:15 [PATCH] ata: ahci_platform: Modify MAINTAINERS entry Damien Le Moal
2024-10-09  9:18 ` Niklas Cassel
2024-10-09  9:38   ` Damien Le Moal
2024-10-09 14:05   ` Jens Axboe
2024-10-09 12:31 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.