xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Subject: [PATCH 0/3] GDBSX fixes
Date: Thu, 24 Jul 2014 11:56:47 +0100	[thread overview]
Message-ID: <1406199410-15823-1-git-send-email-andrew.cooper3@citrix.com> (raw)

This series implements two fixes to GDBSX.  Patch 1 is a common helper.  Patch
2 fixes a recently-introduced regression, while patch 3 fixes several issues.

The resuts are compile tested only.

Andrew Cooper (3):
  xen/common: Introduce vcpu_{,un}pause_by_systemcontroller() helpers
  x86/gdbsx: Invert preconditions for XEN_DOMCTL_gdbsx_{,un}pausevcpu
    hypercalls
  xen/gdbsx: Security audit of {,un}pausevcpu and domstatus hypercalls

 docs/misc/xsm-flask.txt |    3 ---
 xen/arch/x86/domctl.c   |   20 ++++++++++----------
 xen/common/domain.c     |   40 ++++++++++++++++++++++++++++++++++++++++
 xen/include/xen/sched.h |    7 ++++++-
 4 files changed, 56 insertions(+), 14 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2014-07-24 10:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24 10:56 Andrew Cooper [this message]
2014-07-24 10:56 ` [PATCH 1/3] xen/common: Introduce vcpu_{, un}pause_by_systemcontroller() helpers Andrew Cooper
2014-07-24 10:56 ` [PATCH 2/3] x86/gdbsx: Invert preconditions for XEN_DOMCTL_gdbsx_{, un}pausevcpu hypercalls Andrew Cooper
2014-07-24 10:56 ` [PATCH 3/3] xen/gdbsx: Security audit of {, un}pausevcpu and domstatus hypercalls Andrew Cooper
2014-07-24 11:07   ` Tim Deegan
2014-07-24 11:11     ` Andrew Cooper
2014-07-24 11:16     ` [Patch v2 " Andrew Cooper
2014-07-24 11:41       ` Tim Deegan
2014-07-24 12:58       ` Jan Beulich
2014-07-24 13:02         ` Andrew Cooper
2014-07-25  1:20           ` Mukesh Rathor

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=1406199410-15823-1-git-send-email-andrew.cooper3@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=xen-devel@lists.xen.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).