[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023072109-fidelity-modular-4074@gregkh>
Date: Fri, 21 Jul 2023 09:06:36 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Tony Lindgren <tony@...mide.com>
Cc: Jiri Slaby <jirislaby@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Andy Shevchenko <andriy.shevchenko@...el.com>,
Dhruva Gole <d-gole@...com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
John Ogness <john.ogness@...utronix.de>,
Johan Hovold <johan@...nel.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Vignesh Raghavendra <vigneshr@...com>,
linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/3] serial: core: Controller id cannot be negative
On Fri, Jul 21, 2023 at 09:57:01AM +0300, Tony Lindgren wrote:
> * Tony Lindgren <tony@...mide.com> [230721 06:19]:
> > Looks like linux-serial not getting added is caused by MAINTAINERS
> > not listing serial_base_bus.c, serial_ctrl.c and serial_port.c. This
> > causes get_maintainer.pl to not show linux-serial for a patch touching
> > serial_base_bus.c.. And this will causes git send-email to not pick up
> > linux-serial.. I'll send a patch for MAINTAINERS file too.
>
> And the TTY LAYER is missing the list entries.. Does something like below
> make sense to you guys to include lkml and linux-serial for TTY LAYER?
>
> Regards,
>
> Tony
>
> 8< ---------------------
> diff --git a/MAINTAINERS b/MAINTAINERS
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21628,11 +21628,17 @@ F: Documentation/translations/zh_TW/
> TTY LAYER
> M: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> M: Jiri Slaby <jirislaby@...nel.org>
> +L: linux-kernel@...r.kernel.org
> +L: linux-serial@...r.kernel.org
> S: Supported
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
> F: Documentation/driver-api/serial/
> F: drivers/tty/
> +F: drivers/tty/serial/serial_base.h
> +F: drivers/tty/serial/serial_base_bus.c
> F: drivers/tty/serial/serial_core.c
> +F: drivers/tty/serial/serial_ctrl.c
> +F: drivers/tty/serial/serial_port.c
> F: include/linux/selection.h
> F: include/linux/serial.h
> F: include/linux/serial_core.h
> --
> 2.41.0
Seems sane to me, I've always wondered why some serial patches didn't
end up on the linux-serial list.
thanks,
greg k-h
Powered by blists - more mailing lists