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, 11 Nov 2008 14:47:06 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Ivan Vecera <ivecera@...hat.com>
Cc:	linux-kernel@...r.kernel.org, tglx@...utronix.de, mingo@...hat.com,
	hpa@...or.com, nhorman@...hat.com, jmarchan@...hat.com,
	pavel@...e.cz
Subject: Re: [PATCH] x86: call machine_shutdown and stop all CPUs in
	native_machine_halt


* Ivan Vecera <ivecera@...hat.com> wrote:

> Ingo Molnar wrote:
> > looks good. One small detail:
> > 
> >> +#ifdef CONFIG_X86_LOCAL_APIC
> >> +	disable_local_APIC();
> >> +#endif
> > 
> > could you please avoid this #ifdef by putting an inline void function 
> > for disable_local_APIC() into arch/x86/include/asm/apic.h for the 
> > !CONFIG_X86_LOCAL_APIC case?
> > 
> > 	Ingo
> OK, here is the result.
> 
> Ivan
> 
> ---
>  arch/x86/include/asm/apic.h   |    1 +
>  arch/x86/include/asm/system.h |    2 ++
>  arch/x86/kernel/process.c     |   14 ++++++++++++++
>  arch/x86/kernel/reboot.c      |    5 +++++
>  arch/x86/kernel/smp.c         |   13 -------------
>  5 files changed, 22 insertions(+), 13 deletions(-)

applied to tip/x86/reboot, thanks Ivan!

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