linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: pass over maintainership to Damien Le Moal
@ 2021-09-07  0:45 Jens Axboe
  2021-09-07  0:47 ` Damien Le Moal
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2021-09-07  0:45 UTC (permalink / raw)
  To: ALWAYS copy; +Cc: Damien Le Moal

Damien has agreed to take over maintainership of libata, update the
MAINTAINERS file to reflect that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

---

diff --git a/MAINTAINERS b/MAINTAINERS
index fb1c48c34009..ed9e3770d8b5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
 F:	drivers/ata/sata_promise.*
 
 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
-M:	Jens Axboe <axboe@kernel.dk>
+M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
 L:	linux-ide@vger.kernel.org
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
 F:	Documentation/devicetree/bindings/ata/
 F:	drivers/ata/
 F:	include/linux/ata.h

-- 
Jens Axboe


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

* Re: [PATCH] libata: pass over maintainership to Damien Le Moal
  2021-09-07  0:45 [PATCH] libata: pass over maintainership to Damien Le Moal Jens Axboe
@ 2021-09-07  0:47 ` Damien Le Moal
  2021-09-07  0:50   ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Damien Le Moal @ 2021-09-07  0:47 UTC (permalink / raw)
  To: Jens Axboe, ALWAYS copy

On 2021/09/07 9:45, Jens Axboe wrote:
> Damien has agreed to take over maintainership of libata, update the
> MAINTAINERS file to reflect that.
> 
> Signed-off-by: Jens Axboe <axboe@kernel.dk>
> 
> ---
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fb1c48c34009..ed9e3770d8b5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>  F:	drivers/ata/sata_promise.*
>  
>  LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
> -M:	Jens Axboe <axboe@kernel.dk>
> +M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
>  L:	linux-ide@vger.kernel.org
>  S:	Maintained
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>  F:	Documentation/devicetree/bindings/ata/
>  F:	drivers/ata/
>  F:	include/linux/ata.h
> 

Jens,

Thanks for sending this. I did name the tree "libata" but since this includes
many drivers, would "ata" be a simpler and more general name ?

-- 
Damien Le Moal
Western Digital Research

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

* Re: [PATCH] libata: pass over maintainership to Damien Le Moal
  2021-09-07  0:47 ` Damien Le Moal
@ 2021-09-07  0:50   ` Jens Axboe
  2021-09-07  0:52     ` Damien Le Moal
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2021-09-07  0:50 UTC (permalink / raw)
  To: Damien Le Moal, ALWAYS copy

On 9/6/21 6:47 PM, Damien Le Moal wrote:
> On 2021/09/07 9:45, Jens Axboe wrote:
>> Damien has agreed to take over maintainership of libata, update the
>> MAINTAINERS file to reflect that.
>>
>> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>>
>> ---
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index fb1c48c34009..ed9e3770d8b5 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>  F:	drivers/ata/sata_promise.*
>>  
>>  LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
>> -M:	Jens Axboe <axboe@kernel.dk>
>> +M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
>>  L:	linux-ide@vger.kernel.org
>>  S:	Maintained
>> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>>  F:	Documentation/devicetree/bindings/ata/
>>  F:	drivers/ata/
>>  F:	include/linux/ata.h
>>
> 
> Jens,
> 
> Thanks for sending this. I did name the tree "libata" but since this includes
> many drivers, would "ata" be a simpler and more general name ?

I think libata is fine, but it's really up to you. 'ata would definitely work
too, especially now that all the old IDE code is gone.

-- 
Jens Axboe


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

* Re: [PATCH] libata: pass over maintainership to Damien Le Moal
  2021-09-07  0:50   ` Jens Axboe
@ 2021-09-07  0:52     ` Damien Le Moal
  2021-09-07  0:57       ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Damien Le Moal @ 2021-09-07  0:52 UTC (permalink / raw)
  To: Jens Axboe, ALWAYS copy

On 2021/09/07 9:50, Jens Axboe wrote:
> On 9/6/21 6:47 PM, Damien Le Moal wrote:
>> On 2021/09/07 9:45, Jens Axboe wrote:
>>> Damien has agreed to take over maintainership of libata, update the
>>> MAINTAINERS file to reflect that.
>>>
>>> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>>>
>>> ---
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index fb1c48c34009..ed9e3770d8b5 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>>  F:	drivers/ata/sata_promise.*
>>>  
>>>  LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
>>> -M:	Jens Axboe <axboe@kernel.dk>
>>> +M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
>>>  L:	linux-ide@vger.kernel.org
>>>  S:	Maintained
>>> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>>>  F:	Documentation/devicetree/bindings/ata/
>>>  F:	drivers/ata/
>>>  F:	include/linux/ata.h
>>>
>>
>> Jens,
>>
>> Thanks for sending this. I did name the tree "libata" but since this includes
>> many drivers, would "ata" be a simpler and more general name ?
> 
> I think libata is fine, but it's really up to you. 'ata would definitely work
> too, especially now that all the old IDE code is gone.

OK. Since I think everybody is used to libata, let's keep that then.
Thanks !


-- 
Damien Le Moal
Western Digital Research

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

* Re: [PATCH] libata: pass over maintainership to Damien Le Moal
  2021-09-07  0:52     ` Damien Le Moal
@ 2021-09-07  0:57       ` Jens Axboe
  2021-09-07  2:08         ` Damien Le Moal
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2021-09-07  0:57 UTC (permalink / raw)
  To: Damien Le Moal, ALWAYS copy

On 9/6/21 6:52 PM, Damien Le Moal wrote:
> On 2021/09/07 9:50, Jens Axboe wrote:
>> On 9/6/21 6:47 PM, Damien Le Moal wrote:
>>> On 2021/09/07 9:45, Jens Axboe wrote:
>>>> Damien has agreed to take over maintainership of libata, update the
>>>> MAINTAINERS file to reflect that.
>>>>
>>>> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>>>>
>>>> ---
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index fb1c48c34009..ed9e3770d8b5 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>>>  F:	drivers/ata/sata_promise.*
>>>>  
>>>>  LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
>>>> -M:	Jens Axboe <axboe@kernel.dk>
>>>> +M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
>>>>  L:	linux-ide@vger.kernel.org
>>>>  S:	Maintained
>>>> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>>>>  F:	Documentation/devicetree/bindings/ata/
>>>>  F:	drivers/ata/
>>>>  F:	include/linux/ata.h
>>>>
>>>
>>> Jens,
>>>
>>> Thanks for sending this. I did name the tree "libata" but since this includes
>>> many drivers, would "ata" be a simpler and more general name ?
>>
>> I think libata is fine, but it's really up to you. 'ata would definitely work
>> too, especially now that all the old IDE code is gone.
> 
> OK. Since I think everybody is used to libata, let's keep that then.

It's the most straight-forward for sure.

Want me to add you Acked-by to the patch?

-- 
Jens Axboe


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

* Re: [PATCH] libata: pass over maintainership to Damien Le Moal
  2021-09-07  0:57       ` Jens Axboe
@ 2021-09-07  2:08         ` Damien Le Moal
  0 siblings, 0 replies; 6+ messages in thread
From: Damien Le Moal @ 2021-09-07  2:08 UTC (permalink / raw)
  To: Jens Axboe, ALWAYS copy

On 2021/09/07 9:57, Jens Axboe wrote:
> On 9/6/21 6:52 PM, Damien Le Moal wrote:
>> On 2021/09/07 9:50, Jens Axboe wrote:
>>> On 9/6/21 6:47 PM, Damien Le Moal wrote:
>>>> On 2021/09/07 9:45, Jens Axboe wrote:
>>>>> Damien has agreed to take over maintainership of libata, update the
>>>>> MAINTAINERS file to reflect that.
>>>>>
>>>>> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>>>>>
>>>>> ---
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index fb1c48c34009..ed9e3770d8b5 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -10597,10 +10597,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>>>>  F:	drivers/ata/sata_promise.*
>>>>>  
>>>>>  LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
>>>>> -M:	Jens Axboe <axboe@kernel.dk>
>>>>> +M:	Damien Le Moal <damien.lemoal@opensource.wdc.com>
>>>>>  L:	linux-ide@vger.kernel.org
>>>>>  S:	Maintained
>>>>> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>>>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>>>>>  F:	Documentation/devicetree/bindings/ata/
>>>>>  F:	drivers/ata/
>>>>>  F:	include/linux/ata.h
>>>>>
>>>>
>>>> Jens,
>>>>
>>>> Thanks for sending this. I did name the tree "libata" but since this includes
>>>> many drivers, would "ata" be a simpler and more general name ?
>>>
>>> I think libata is fine, but it's really up to you. 'ata would definitely work
>>> too, especially now that all the old IDE code is gone.
>>
>> OK. Since I think everybody is used to libata, let's keep that then.
> 
> It's the most straight-forward for sure.
> 
> Want me to add you Acked-by to the patch?

Yes. Thanks.

Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>



-- 
Damien Le Moal
Western Digital Research

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

end of thread, other threads:[~2021-09-07  2:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  0:45 [PATCH] libata: pass over maintainership to Damien Le Moal Jens Axboe
2021-09-07  0:47 ` Damien Le Moal
2021-09-07  0:50   ` Jens Axboe
2021-09-07  0:52     ` Damien Le Moal
2021-09-07  0:57       ` Jens Axboe
2021-09-07  2:08         ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).