[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201104192209.16816.richard@nod.at>
Date: Tue, 19 Apr 2011 22:09:16 +0200
From: Richard Weinberger <richard@....at>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Simon Danner <danner.simon@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jeff Dike <jdike@...toit.com>,
user-mode-linux-devel@...ts.sourceforge.net,
Christoph Hellwig <hch@...radead.org>
Subject: Re: [PATCH] uml: fix hppfs build
Am Dienstag 19 April 2011, 22:04:19 schrieb Randy Dunlap:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Make HoneyPot ProcFS depend on CONFIG_PROC_FS so that it will build.
> Recommended by Christoph Hellwig.
>
> Fixes kernel bugzilla #33692:
> https://bugzilla.kernel.org/show_bug.cgi?id=33692
>
> Reported-by: Simon Danner <danner.simon@...il.com>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Jeff Dike <jdike@...toit.com>
> Cc: Richard Weinberger <richard@....at>
> Cc: user-mode-linux-devel@...ts.sourceforge.net
> Cc: Christoph Hellwig <hch@...radead.org>
> ---
> arch/um/Kconfig.um | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- lnx-2639-rc4.orig/arch/um/Kconfig.um
> +++ lnx-2639-rc4/arch/um/Kconfig.um
> @@ -47,7 +47,7 @@ config HOSTFS
>
> config HPPFS
> tristate "HoneyPot ProcFS (EXPERIMENTAL)"
> - depends on EXPERIMENTAL
> + depends on EXPERIMENTAL && PROC_FS
> help
> hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
> entries to be overridden, removed, or fabricated from the host.
Applied.
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists