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:	Fri, 15 Apr 2011 11:29:11 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	"Luck, Tony" <tony.luck@...el.com>
Cc:	len.brown@...el.com, Geert Uytterhoeven <geert@...ux-m68k.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fix Kconfig dependencies for apei->pstore

On Wed, 13 Apr 2011 10:48:12 -0700 Luck, Tony wrote:

> Geert Uytterhoeven's dependency checker kicked out this warning:
> 
> + warning: (ACPI_APEI) selects PSTORE which has unmet direct dependencies (MISC_FILESYSTEMS):  => N/A
> 
> Randy confirmed that the fix was to "select MISC_FILESYSTEMS" too.
> 
> Signed-off-by: Tony Luck <tony.luck@...el.com>

Tested-by: Randy Dunlap <randy.dunlap@...cle.com>

Thanks.

> ---
> 
> diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
> index 66a03ca..f739a70 100644
> --- a/drivers/acpi/apei/Kconfig
> +++ b/drivers/acpi/apei/Kconfig
> @@ -1,5 +1,6 @@
>  config ACPI_APEI
>  	bool "ACPI Platform Error Interface (APEI)"
> +	select MISC_FILESYSTEMS
>  	select PSTORE
>  	depends on X86
>  	help
> --


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
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