From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [Xen-devel] [RFC v4 0/2] x86/xen: add xen hypercall preemption Date: Fri, 23 Jan 2015 11:51:09 +0000 Message-ID: <54C235AD.5010202@citrix.com> References: <1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , "Luis R. Rodriguez" , , , , To: "Luis R. Rodriguez" , , , , Return-path: In-Reply-To: <1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 23/01/15 00:29, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This v4 addresses some of the cleanups recommended and adds > tracing option for when we do actually preempt a hypercall. > I kept the NOKPROBE_SYMBOL() for now but did remove the 'notrace' > stuff. > > This goes out as RFC still as I have not been able to test 32-bit. > Can anyone test that or at least confirm that the 32-bit point > we do the upcall is definitely not on the IRQ stack? You can omit fixing this for 32-bit guests (provided you note as such in the commit message). David