2020-08-03 14:13:06

by Daniel Vetter

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: enlist Greg formally for console stuff

I did a few greps for main console data structures, and there's a few
places outside of drivers/video/console:
- a braille driver
- a sisusbvga driver
- fbcon, but I think that's fine if we leave that officially under
fbdev maintainership
- lots of stuff in drivers/tty/vt, which is already under Greg's
maintainership.

So I think this match gives reasonably useful Cc: lists for the files
and places I've tested.

Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Greg KH <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ab94723c0cae..8084d118892c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4343,6 +4343,12 @@ L: [email protected]
S: Maintained
F: drivers/connector/

+CONSOLE SUBSYSTEM
+M: Greg Kroah-Hartman <[email protected]>
+S: Supported
+F: drivers/video/console/
+F: include/linux/console*
+
CONTROL GROUP (CGROUP)
M: Tejun Heo <[email protected]>
M: Li Zefan <[email protected]>
--
2.27.0


Subject: Re: [PATCH] MAINTAINERS: enlist Greg formally for console stuff


On 8/3/20 4:11 PM, Daniel Vetter wrote:
> I did a few greps for main console data structures, and there's a few
> places outside of drivers/video/console:
> - a braille driver
> - a sisusbvga driver
> - fbcon, but I think that's fine if we leave that officially under
> fbdev maintainership
> - lots of stuff in drivers/tty/vt, which is already under Greg's
> maintainership.
>
> So I think this match gives reasonably useful Cc: lists for the files
> and places I've tested.
>
> Cc: Bartlomiej Zolnierkiewicz <[email protected]>
> Cc: Greg KH <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Daniel Vetter <[email protected]>

Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ab94723c0cae..8084d118892c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4343,6 +4343,12 @@ L: [email protected]
> S: Maintained
> F: drivers/connector/
>
> +CONSOLE SUBSYSTEM
> +M: Greg Kroah-Hartman <[email protected]>
> +S: Supported
> +F: drivers/video/console/
> +F: include/linux/console*
> +
> CONTROL GROUP (CGROUP)
> M: Tejun Heo <[email protected]>
> M: Li Zefan <[email protected]>
>