Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: TTY LAYER: add some ./include/linux/ header files

An early prototypical automated code analysis of headers and the
existing MAINTAINERS sections identified some header files in
./include/linux/ to be probably included into the TTY LAYER section.

I further checked those suggestions by this analysis and identified a
subset of files that I am rather certain to belong to the TTY LAYER.

Add these ./include/linux/ header files to TTY LAYER in MAINTAINERS.

The patterns include/linux/tty*.h and include/linux/vt_*.h currently cover:

include/linux/tty.h
include/linux/tty_driver.h
include/linux/tty_flip.h
include/linux/tty_ldisc.h

include/linux/vt_buffer.h
include/linux/vt_kern.h

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210518052117.14819-2-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lukas Bulwahn and committed by
Greg Kroah-Hartman
758dfe3d f6038cf4

+5 -1
+5 -1
MAINTAINERS
··· 18546 18546 F: Documentation/driver-api/serial/ 18547 18547 F: drivers/tty/ 18548 18548 F: drivers/tty/serial/serial_core.c 18549 + F: include/linux/selection.h 18549 18550 F: include/linux/serial.h 18550 18551 F: include/linux/serial_core.h 18551 - F: include/linux/tty.h 18552 + F: include/linux/sysrq.h 18553 + F: include/linux/tty*.h 18554 + F: include/linux/vt.h 18555 + F: include/linux/vt_*.h 18552 18556 F: include/uapi/linux/serial.h 18553 18557 F: include/uapi/linux/serial_core.h 18554 18558 F: include/uapi/linux/tty.h