From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: david.vrabel@citrix.com, konrad.wilk@oracle.com,
boris.ostrovsky@oracle.com, xen-devel@lists.xenproject.org
Cc: linux-kernel@vger.kernel.org, x86@kernel.org,
kvm@vger.kernel.org, paulmck@linux.vnet.ibm.com,
rostedt@goodmis.org, "Luis R. Rodriguez" <mcgrof@suse.com>
Subject: [RFC v4 0/2] x86/xen: add xen hypercall preemption
Date: Thu, 22 Jan 2015 16:29:09 -0800 [thread overview]
Message-ID: <1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com> (raw)
From: "Luis R. Rodriguez" <mcgrof@suse.com>
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?
Luis R. Rodriguez (2):
x86/xen: add xen_is_preemptible_hypercall()
x86/xen: allow privcmd hypercalls to be preempted
arch/arm/include/asm/xen/hypercall.h | 5 +++++
arch/x86/include/asm/xen/hypercall.h | 20 ++++++++++++++++++++
arch/x86/kernel/entry_32.S | 2 ++
arch/x86/kernel/entry_64.S | 2 ++
arch/x86/xen/enlighten.c | 7 +++++++
arch/x86/xen/xen-head.S | 18 +++++++++++++++++-
drivers/xen/events/events_base.c | 23 +++++++++++++++++++++++
include/trace/events/xen.h | 9 +++++++++
include/xen/events.h | 1 +
9 files changed, 86 insertions(+), 1 deletion(-)
--
2.1.1
next reply other threads:[~2015-01-23 0:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 0:29 Luis R. Rodriguez [this message]
2015-01-23 0:29 ` [RFC v4 1/2] x86/xen: add xen_is_preemptible_hypercall() Luis R. Rodriguez
2015-01-23 1:40 ` Andy Lutomirski
2015-01-27 1:45 ` Luis R. Rodriguez
2015-01-23 11:30 ` [Xen-devel] " David Vrabel
2015-01-23 18:57 ` Luis R. Rodriguez
2015-01-23 0:29 ` [RFC v4 2/2] x86/xen: allow privcmd hypercalls to be preempted Luis R. Rodriguez
2015-01-23 1:40 ` Andy Lutomirski
2015-01-23 1:57 ` Steven Rostedt
2015-01-23 11:45 ` [Xen-devel] " David Vrabel
2015-01-23 18:58 ` Luis R. Rodriguez
2015-01-26 10:46 ` Jan Beulich
2015-01-26 10:47 ` David Vrabel
2015-01-23 19:16 ` Luis R. Rodriguez
2015-01-23 11:51 ` [Xen-devel] [RFC v4 0/2] x86/xen: add xen hypercall preemption David Vrabel
2015-01-23 18:58 ` Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com \
--to=mcgrof@do-not-panic.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=konrad.wilk@oracle.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@suse.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=rostedt@goodmis.org \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).