public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lguest should depend on CONFIG_FUTEX
@ 2007-08-23 13:25 Alexey Dobriyan
  2007-08-23 23:53 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2007-08-23 13:25 UTC (permalink / raw)
  To: rusty; +Cc: akpm, linux-kernel

It uses get_futex_key().

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 drivers/lguest/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -1,6 +1,6 @@
 config LGUEST
 	tristate "Linux hypervisor example code"
-	depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE
+	depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE && FUTEX
 	select LGUEST_GUEST
 	select HVC_DRIVER
 	---help---


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

* Re: [PATCH] lguest should depend on CONFIG_FUTEX
  2007-08-23 13:25 [PATCH] lguest should depend on CONFIG_FUTEX Alexey Dobriyan
@ 2007-08-23 23:53 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2007-08-23 23:53 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: akpm, linux-kernel, Gabriel C

On Thu, 2007-08-23 at 17:25 +0400, Alexey Dobriyan wrote:
> It uses get_futex_key().
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>

Good catch.  Thanks, sent to Linus.

Cheers,
Rusty.


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

end of thread, other threads:[~2007-08-24  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23 13:25 [PATCH] lguest should depend on CONFIG_FUTEX Alexey Dobriyan
2007-08-23 23:53 ` Rusty Russell

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