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:	Wed, 07 Dec 2011 18:45:47 -0800
From:	Randy Dunlap <rdunlap@...otime.net>
To:	Don Zickus <dzickus@...hat.com>
CC:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for Dec 7 (x86, not SMP)


> From: Don Zickus <dzickus@...hat.com>
> Date: Wed, 7 Dec 2011 16:03:40 -0500
> Subject: [PATCH] x86, NMI: NMI selftest depends on the local apic
> 
> The selftest doesn't work with out a local apic for now.
> 
> Reported-by: Randy Durlap <rdunlap@...otime.net>
> Signed-off-by: Don Zickus <dzickus@...hat.com>

Acked-by: Randy Dunlap <rdunlap@...otime.net>

Thanks.

> ---
>  arch/x86/Kconfig.debug |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
> index 020a4f1..d6eea6d 100644
> --- a/arch/x86/Kconfig.debug
> +++ b/arch/x86/Kconfig.debug
> @@ -286,7 +286,7 @@ config DEBUG_STRICT_USER_COPY_CHECKS
>  
>  config DEBUG_NMI_SELFTEST
>  	bool "NMI Selftest"
> -	depends on DEBUG_KERNEL
> +	depends on DEBUG_KERNEL && X86_LOCAL_APIC
>  	---help---
>  	  Enabling this option turns on a quick NMI selftest to verify
>  	  that the NMI behaves correctly.


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