From: Richard Weinberger <richard@nod.at>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Simon Danner <danner.simon@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Jeff Dike <jdike@addtoit.com>,
user-mode-linux-devel@lists.sourceforge.net,
Christoph Hellwig <hch@infradead.org>
Subject: Re: [PATCH] uml: fix hppfs build
Date: Tue, 19 Apr 2011 22:09:16 +0200 [thread overview]
Message-ID: <201104192209.16816.richard@nod.at> (raw)
In-Reply-To: <20110419130419.5f1f8539.randy.dunlap@oracle.com>
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
next prev parent reply other threads:[~2011-04-19 20:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-19 4:57 Linux 2.6.39-rc4 Linus Torvalds
2011-04-19 20:04 ` [PATCH] uml: fix hppfs build Randy Dunlap
2011-04-19 20:09 ` Richard Weinberger [this message]
2011-04-20 15:39 ` Linux 2.6.39-rc4 (regression: NUMA on multi-node CPUs broken) Andreas Herrmann
2011-04-21 0:45 ` David Rientjes
2011-04-21 2:04 ` KOSAKI Motohiro
2011-04-21 2:17 ` David Rientjes
2011-04-21 5:45 ` KOSAKI Motohiro
2011-04-21 2:19 ` [patch 1/2] x86, numa: Revert "Fix fakenuma boot failure" David Rientjes
2011-04-21 2:19 ` [patch 2/2] x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS David Rientjes
2011-04-21 5:45 ` KOSAKI Motohiro
2011-04-21 19:43 ` David Rientjes
2011-04-21 12:10 ` [tip:x86/urgent] " tip-bot for David Rientjes
2011-04-21 5:45 ` [patch 1/2] x86, numa: Revert "Fix fakenuma boot failure" KOSAKI Motohiro
2011-04-21 12:09 ` [tip:x86/urgent] Revert "x86, NUMA: Fix " tip-bot for David Rientjes
2011-04-21 19:45 ` Linux 2.6.39-rc4 (regression: NUMA on multi-node CPUs broken) David Rientjes
2011-04-21 2:04 ` KOSAKI Motohiro
2011-04-21 6:04 ` Andreas Herrmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201104192209.16816.richard@nod.at \
--to=richard@nod.at \
--cc=danner.simon@gmail.com \
--cc=hch@infradead.org \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=torvalds@linux-foundation.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.