lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 28 Sep 2018 15:05:07 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Jeff Dike <jdike@...toit.com>, Richard Weinberger <richard@....at>,
        linux-um@...ts.infradead.org
Subject: Bad MAINTAINERS pattern in section 'USER-MODE LINUX (UML)'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	15491	USER-MODE LINUX (UML)
	15492	M:	Jeff Dike <jdike@...toit.com>
	15493	M:	Richard Weinberger <richard@....at>
	15494	L:	linux-um@...ts.infradead.org
	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@...ches.com>
 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@...ches.com>
 
  MAINTAINERS | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 1193 insertions(+), 1 deletion(-)

Last commit with fs/hppfs/

commit f74a14e870c80d6261afed66d4bad779c1213e03
Author: Richard Weinberger <richard@....at>
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@....at>

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ