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, 7 Feb 2007 09:07:40 -0800
From:	"Luck, Tony" <tony.luck@...el.com>
To:	"Horms" <horms@...ge.net.au>, <linux-ia64@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <fastboot@...ts.osdl.org>
Cc:	"Zou, Nanhai" <nanhai.zou@...el.com>,
	"Khalid Aziz" <khalid_aziz@...com>,
	"Adrian Bunk" <trivial@...nel.org>,
	"Andrew Morton" <akpm@...ux-foundation.org>,
	"Magnus Damm" <magnus.damm@...il.com>
Subject: RE: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

> kexec.h is needed by arch/ia64/kernel/process.c so for the
> declaration of kexec_disable_iosapic() which is used in machine_shutdown().

> +#include <asm/kexec.h>

I merged this into your earlier change (moving machine_shutdown() into
process.c).  Linus pulled it last night.

I also added a "#ifdef CONFIG_KEXEC" around the call to kexec_disable_iosapic()
(because I first noticed that this was undefined when building non-KEXEC kernels).
But perhaps it might have been better to #define an empty stub for this function
inside kexec.h for the #ifndef CONFIG_KEXEC case?

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