From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v2] common/kexec: Identify which cpu the kexec image is being executed on. Date: Mon, 10 Mar 2014 11:28:14 +0000 Message-ID: <531DA1CE.5000600@citrix.com> References: <1393325831-29215-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1393325831-29215-1-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Keir Fraser , Jan Beulich , Xen-devel List-Id: xen-devel@lists.xenproject.org On 25/02/14 10:57, Andrew Cooper wrote: > A patch to this effect has been in XenServer for a little while, and has > proved to be a useful debugging point for servers which have different > behaviours depending when crashing on the non-bootstrap processor. > > Moving the printk() from kexec_panic() to one_cpu_only() means that it will > only be printed for the cpu which wins the race along the kexec path. > > Signed-off-by: Andrew Cooper > CC: Keir Fraser > CC: Jan Beulich > CC: David Vrabel Acked-by: David Vrabel Thanks. David