linux-um archives
 help / color / mirror / Atom feed
* [PATCH] uml: fix hppfs build
       [not found] <BANLkTin1=uPcyBgy9S_2TJASk8qTkeueEA@mail.gmail.com>
@ 2011-04-19 20:04 ` Randy Dunlap
  2011-04-19 20:09   ` Richard Weinberger
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-04-19 20:04 UTC (permalink / raw)
  To: Linus Torvalds, Simon Danner
  Cc: Linux Kernel Mailing List, Jeff Dike, Richard Weinberger,
	user-mode-linux-devel, Christoph Hellwig

From: Randy Dunlap <randy.dunlap@oracle.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@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:	Jeff Dike <jdike@addtoit.com>
Cc:	Richard Weinberger <richard@nod.at>
Cc:	user-mode-linux-devel@lists.sourceforge.net
Cc:	Christoph Hellwig <hch@infradead.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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] uml: fix hppfs build
  2011-04-19 20:04 ` [PATCH] uml: fix hppfs build Randy Dunlap
@ 2011-04-19 20:09   ` Richard Weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Weinberger @ 2011-04-19 20:09 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Linus Torvalds, Simon Danner, Linux Kernel Mailing List,
	Jeff Dike, user-mode-linux-devel, Christoph Hellwig

Am Dienstag 19 April 2011, 22:04:19 schrieb Randy Dunlap:
> From: Randy Dunlap <randy.dunlap@oracle.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@gmail.com>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc:	Jeff Dike <jdike@addtoit.com>
> Cc:	Richard Weinberger <richard@nod.at>
> Cc:	user-mode-linux-devel@lists.sourceforge.net
> Cc:	Christoph Hellwig <hch@infradead.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-19 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BANLkTin1=uPcyBgy9S_2TJASk8qTkeueEA@mail.gmail.com>
2011-04-19 20:04 ` [PATCH] uml: fix hppfs build Randy Dunlap
2011-04-19 20:09   ` Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox