2007-08-23 13:25:49

by Alexey Dobriyan

[permalink] [raw]
Subject: [PATCH] lguest should depend on CONFIG_FUTEX

It uses get_futex_key().

Signed-off-by: Alexey Dobriyan <[email protected]>
---

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---


2007-08-24 04:03:18

by Rusty Russell

[permalink] [raw]
Subject: Re: [PATCH] lguest should depend on CONFIG_FUTEX

On Thu, 2007-08-23 at 17:25 +0400, Alexey Dobriyan wrote:
> It uses get_futex_key().
>
> Signed-off-by: Alexey Dobriyan <[email protected]>

Good catch. Thanks, sent to Linus.

Cheers,
Rusty.