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

MAINTAINERS: exclude char maintainers from things they do not maintain

There are a number of subdirectories and files in drivers/char/ that
have their own maintainers and developers and ways of getting patches to
Linus. This includes random.c, IPMI, hardware random drivers, TPM
drivers, and agp drivers. Instead of sending those patches to Arnd and
myself, who can't do anything with them, send them to the proper
developers instead.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Corey Minyard <cminyard@mvista.com>
Link: https://lore.kernel.org/r/20200930121007.GA1615300@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

+5
+5
MAINTAINERS
··· 4101 4101 F: drivers/char/ 4102 4102 F: drivers/misc/ 4103 4103 F: include/linux/miscdevice.h 4104 + X: drivers/char/agp/ 4105 + X: drivers/char/hw_random/ 4106 + X: drivers/char/ipmi/ 4107 + X: drivers/char/random.c 4108 + X: drivers/char/tpm/ 4104 4109 4105 4110 CHECKPATCH 4106 4111 M: Andy Whitcroft <apw@canonical.com>