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] [day] [month] [year] [list]
Date:	Tue, 26 Mar 2013 14:27:17 +0100
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Paul Bolle <pebolle@...cali.nl>
Cc:	Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] acpi: remove reference to ACPI_HOTPLUG_IO

On Monday, March 11, 2013 11:53:48 AM Paul Bolle wrote:
> The Kconfig entry for ACPI Container and Module Devices got
> added in v2.6.11. Its default value has always been set to
>     (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)
> 
> But the Kconfig symbol ACPI_HOTPLUG_IO has never existed. So it's
> pointless to use it to set this default value.
> 
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>

Applied to linux-pm.git/linux-next.

Thanks,
Rafael


> ---
> Untested, actually.
> 
>  drivers/acpi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 92ed969..b46f5e3 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -334,7 +334,7 @@ config X86_PM_TIMER
>  
>  config ACPI_CONTAINER
>  	bool "Container and Module Devices"
> -	default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)
> +	default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU)
>  	help
>  	  This driver supports ACPI Container and Module devices (IDs
>  	  ACPI0004, PNP0A05, and PNP0A06).
> 
-- 
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