From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0/3] GDBSX fixes Date: Thu, 24 Jul 2014 11:56:47 +0100 Message-ID: <1406199410-15823-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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper List-Id: xen-devel@lists.xenproject.org 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