2021-09-03 21:34:39

by Phillip Potter

[permalink] [raw]
Subject: [PATCH] cdrom: update uniform CD-ROM maintainership in MAINTAINERS file

Update maintainership for the uniform CD-ROM driver from Jens Axboe to
Phillip Potter in MAINTAINERS file, to reflect the attempt to pass on
maintainership of this driver to a different individual.

Suggested-by: Jens Axboe <[email protected]>
Signed-off-by: Phillip Potter <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fa87db67a249..ccd518e15e0a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19142,7 +19142,7 @@ W: http://dotat.at/prog/unifdef
F: scripts/unifdef.c

UNIFORM CDROM DRIVER
-M: Jens Axboe <[email protected]>
+M: Phillip Potter <[email protected]>
S: Maintained
W: http://www.kernel.dk
F: Documentation/cdrom/
--
2.31.1


2021-09-04 00:49:05

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] cdrom: update uniform CD-ROM maintainership in MAINTAINERS file

On 9/3/21 3:30 PM, Phillip Potter wrote:
> Update maintainership for the uniform CD-ROM driver from Jens Axboe to
> Phillip Potter in MAINTAINERS file, to reflect the attempt to pass on
> maintainership of this driver to a different individual.
>
> Suggested-by: Jens Axboe <[email protected]>
> Signed-off-by: Phillip Potter <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fa87db67a249..ccd518e15e0a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19142,7 +19142,7 @@ W: http://dotat.at/prog/unifdef
> F: scripts/unifdef.c
>
> UNIFORM CDROM DRIVER
> -M: Jens Axboe <[email protected]>
> +M: Phillip Potter <[email protected]>
> S: Maintained
> W: http://www.kernel.dk
> F: Documentation/cdrom/

We should remove the URL too, that site hasn't been active in at least a
decade and a half :-)

--
Jens Axboe

2021-09-06 08:51:58

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] cdrom: update uniform CD-ROM maintainership in MAINTAINERS file

Can you please also add the linux-block list to the entry? I think we
should have all the CD-ROM bits on this list instead of disappearing
into the linux-kernel void.

2021-09-06 09:29:33

by Phillip Potter

[permalink] [raw]
Subject: Re: [PATCH] cdrom: update uniform CD-ROM maintainership in MAINTAINERS file

On Mon, 6 Sept 2021 at 09:34, Christoph Hellwig <[email protected]> wrote:
>
> Can you please also add the linux-block list to the entry? I think we
> should have all the CD-ROM bits on this list instead of disappearing
> into the linux-kernel void.

Dear Christoph,

Certainly, will do after work this evening and reissue patch.

Regards,
Phil