Bad MAINTAINERS pattern in section 'USER-MODE LINUX (UML)'

From: Joe Perches
Date: Fri Sep 28 2018 - 18:05:13 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

15491 USER-MODE LINUX (UML)
15492 M: Jeff Dike <jdike@xxxxxxxxxxx>
15493 M: Richard Weinberger <richard@xxxxxx>
15494 L: linux-um@xxxxxxxxxxxxxxxxxxx
15495 W: http://user-mode-linux.sourceforge.net
15496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
15497 S: Maintained
15498 F: Documentation/virtual/uml/
15499 F: arch/um/
15500 F: arch/x86/um/
15501 F: fs/hostfs/
--> 15502 F: fs/hppfs/

Commit that introduced this:

commit 679655daffdd2725b66ba2c5a759bbcb316fca5a
Author: Joe Perches <joe@xxxxxxxxxxx>
Date: Tue Apr 7 20:44:32 2009 -0700

MAINTAINERS - Add file patterns

Better description of file pattern tag "F:"
Add file exclusion tag "X:"
Add patterns to sections

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

MAINTAINERS | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 1193 insertions(+), 1 deletion(-)

Last commit with fs/hppfs/

commit f74a14e870c80d6261afed66d4bad779c1213e03
Author: Richard Weinberger <richard@xxxxxx>
Date: Tue Apr 21 20:52:26 2015 +0200

um: Remove hppfs

hppfs (honeypot procfs) was an attempt to use UML as honeypot.
It was never stable nor in heavy use.

As Al Viro and Christoph Hellwig pointed some major issues out
it is better to let it die.

Signed-off-by: Richard Weinberger <richard@xxxxxx>

arch/um/Kconfig.um | 15 --
fs/Makefile | 1 -
fs/hppfs/Makefile | 6 -
fs/hppfs/hppfs.c | 766 -----------------------------------------------------
4 files changed, 788 deletions(-)