lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Sep 2008 16:52:14 -0700
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	Chuck Ebbert <cebbert@...hat.com>
CC:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN

Chuck Ebbert wrote:
> From: Chuck Ebbert <cebbert@...hat.com>
>
> xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
>
> Xen options need to depend on XEN.
> Also, add newline at end of file.
>
> Without this patch you need to disable CONFIG_PM in order to
> disable CPU hotplugging.
>
> Signed-off-by: Chuck Ebbert <cebbert@...hat.com>
>   
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>

> ---
>
> Index: linux-2.6.26.noarch/arch/x86/xen/Kconfig
> ===================================================================
> --- linux-2.6.26.noarch.orig/arch/x86/xen/Kconfig
> +++ linux-2.6.26.noarch/arch/x86/xen/Kconfig
> @@ -26,5 +26,5 @@ config XEN_MAX_DOMAIN_MEMORY
>  
>  config XEN_SAVE_RESTORE
>         bool
> -       depends on PM
> -       default y
> \ No newline at end of file
> +       depends on XEN && PM
> +       default y
>   

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ