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]
Message-ID: <2134502.Uo3joRHVj1@vostro.rjw.lan>
Date:	Tue, 12 Feb 2013 00:22:17 +0100
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Toshi Kani <toshi.kani@...com>
Cc:	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE

On Monday, February 11, 2013 03:33:20 PM Toshi Kani wrote:
> config ACPI_CONTAINER has been changed to bool (y/n), and its
> module option is no longer valid.  So, remove the use of
> CONFIG_ACPI_CONTAINER_MODULE.
> 
> Signed-off-by: Toshi Kani <toshi.kani@...com>

I'm going to take it.

Thanks,
Rafael


> ---
>  include/linux/acpi.h |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> index c6ccd9f..bcbdd74 100644
> --- a/include/linux/acpi.h
> +++ b/include/linux/acpi.h
> @@ -363,8 +363,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
>  #if defined(CONFIG_ACPI_HOTPLUG_CPU) &&			\
>  	(defined(CONFIG_ACPI_HOTPLUG_MEMORY) ||		\
>  	 defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) &&	\
> -	(defined(CONFIG_ACPI_CONTAINER) ||		\
> -	 defined(CONFIG_ACPI_CONTAINER_MODULE))
> +	defined(CONFIG_ACPI_CONTAINER)
>  #define ACPI_HOTPLUG_OST
>  #endif
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
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