um: Remove hppfs
authorRichard Weinberger <richard@nod.at>
Tue, 21 Apr 2015 18:52:26 +0000 (20:52 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 31 May 2015 11:23:08 +0000 (13:23 +0200)
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@nod.at>
arch/um/Kconfig.um
fs/Makefile
fs/hppfs/Makefile [deleted file]
fs/hppfs/hppfs.c [deleted file]

index 6e67847..bd5459c 100644 (file)
@@ -44,21 +44,6 @@ config HOSTFS
           If you'd like to be able to work with files stored on the host,
           say Y or M here; otherwise say N.
 
-config HPPFS
-       tristate "HoneyPot ProcFS"
-       depends on PROC_FS
-       help
-         hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
-         entries to be overridden, removed, or fabricated from the host.
-         Its purpose is to allow a UML to appear to be a physical machine
-         by removing or changing anything in /proc which gives away the
-         identity of a UML.
-
-         See <http://user-mode-linux.sf.net/old/hppfs.html> for more information.
-
-         You only need this if you are setting up a UML honeypot.  Otherwise,
-         it is safe to say 'N' here.
-
 config MCONSOLE
        bool "Management console"
        default y
index cb92fd4..cb20e4b 100644 (file)
@@ -115,7 +115,6 @@ obj-$(CONFIG_AFS_FS)                += afs/
 obj-$(CONFIG_NILFS2_FS)                += nilfs2/
 obj-$(CONFIG_BEFS_FS)          += befs/
 obj-$(CONFIG_HOSTFS)           += hostfs/
-obj-$(CONFIG_HPPFS)            += hppfs/
 obj-$(CONFIG_CACHEFILES)       += cachefiles/
 obj-$(CONFIG_DEBUG_FS)         += debugfs/
 obj-$(CONFIG_TRACING)          += tracefs/
diff --cc fs/hppfs/Makefile
Simple merge
diff --cc fs/hppfs/hppfs.c
Simple merge