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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 4 Jan 2008 15:15:47 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Andi Kleen <ak@...e.de>
Cc:	hpa@...th.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH x86] [11/16] Compile apm and voyager module only when
 selected in Kconfig

On Thu,  3 Jan 2008 16:42:25 +0100 (CET) Andi Kleen <ak@...e.de> wrote:
>
> +++ linux/arch/x86/Kconfig
> @@ -1219,6 +1219,11 @@ source "kernel/power/Kconfig"
>  
>  source "drivers/acpi/Kconfig"
>  
> +config X86_APM_BOOT
> +	bool
> +	default y
> +	depends on APM

Does this want to be
	depends on APM || APM_MODULE

> +++ linux/arch/x86/boot/apm.c
> @@ -19,8 +19,6 @@
>  
>  #include "boot.h"
>  
> -#if defined(CONFIG_APM) || defined(CONFIG_APM_MODULE)

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ