From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753216AbdBJOYp (ORCPT ); Fri, 10 Feb 2017 09:24:45 -0500 Received: from smtp.citrix.com ([66.165.176.89]:10181 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753166AbdBJOYo (ORCPT ); Fri, 10 Feb 2017 09:24:44 -0500 X-IronPort-AV: E=Sophos;i="5.35,141,1484006400"; d="scan'208";a="406084502" From: Paul Durrant To: , CC: Paul Durrant Subject: [PATCH v2 0/3] xen/privcmd: support for dm_op and restriction Date: Fri, 10 Feb 2017 14:24:34 +0000 Message-ID: <1486736677-10953-1-git-send-email-paul.durrant@citrix.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series follows on from my recent Xen series [1], to provide support in privcmd for de-privileging of device emulators. [1] https://lists.xen.org/archives/html/xen-devel/2017-01/msg02558.html Paul Durrant (3): xen/privcmd: return -ENOTTY for unimplemented IOCTLs xen/privcmd: Add IOCTL_PRIVCMD_DM_OP xen/privcmd: add IOCTL_PRIVCMD_RESTRICT arch/x86/include/asm/xen/hypercall.h | 7 ++ drivers/xen/privcmd.c | 204 ++++++++++++++++++++++++++++++++++- include/uapi/xen/privcmd.h | 15 +++ include/xen/interface/hvm/dm_op.h | 32 ++++++ include/xen/interface/xen.h | 1 + 5 files changed, 255 insertions(+), 4 deletions(-) create mode 100644 include/xen/interface/hvm/dm_op.h -- 2.1.4