From: Fernando Vazquez Date: Sun, 1 Oct 2006 06:29:10 +0000 (-0700) Subject: [PATCH] stack overflow safe kdump: safe smp_send_nmi_allbutself() X-Git-Tag: v2.6.19-rc1~522 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc03613decef0cc4d2f3a24f19fa5a868745715f;p=pandora-kernel.git [PATCH] stack overflow safe kdump: safe smp_send_nmi_allbutself() Re-implement smp_send_nmi_allbutself() so that calls to smp_processor_id (through send_IPI_allbutself) can be replaced with safe_smp_processor_id without affecting other parts of the kernel (as suggested by Eric Biederman). Signed-off-by: Fernando Vazquez Looks-reasonable-to: Andi Kleen Acked-by: "Eric W. Biederman" Cc: Vivek Goyal Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed