All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] stricter ioreq server permissions checks
@ 2018-03-16 16:58 Paul Durrant
  2018-03-16 16:58 ` [PATCH v2 1/4] x86/hvm: stop passing explicit domid to hvm_create_ioreq_server() Paul Durrant
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paul Durrant @ 2018-03-16 16:58 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

This series tightens up permissions checking on ioreq server control plane
operations.

Paul Durrant (4):
  x86/hvm: stop passing explicit domid to hvm_create_ioreq_server()
  x86/hvm: take a reference on ioreq server emulating domain
  x86/hvm: re-structure some of the ioreq server look-up loops
  x86/hvm: add stricter permissions checks to ioreq server control plane

 xen/arch/x86/hvm/dm.c            |   5 +-
 xen/arch/x86/hvm/hvm.c           |  11 +-
 xen/arch/x86/hvm/ioreq.c         | 237 ++++++++++++++++-----------------------
 xen/include/asm-x86/hvm/domain.h |   4 +-
 xen/include/asm-x86/hvm/ioreq.h  |   7 +-
 5 files changed, 108 insertions(+), 156 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-03-20 17:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 16:58 [PATCH v2 0/4] stricter ioreq server permissions checks Paul Durrant
2018-03-16 16:58 ` [PATCH v2 1/4] x86/hvm: stop passing explicit domid to hvm_create_ioreq_server() Paul Durrant
2018-03-20 16:26   ` Jan Beulich
2018-03-16 16:58 ` [PATCH v2 2/4] x86/hvm: take a reference on ioreq server emulating domain Paul Durrant
2018-03-20 16:37   ` Jan Beulich
2018-03-20 16:57     ` Paul Durrant
2018-03-16 16:58 ` [PATCH v2 3/4] x86/hvm: re-structure some of the ioreq server look-up loops Paul Durrant
2018-03-20 16:41   ` Jan Beulich
2018-03-16 16:58 ` [PATCH v2 4/4] x86/hvm: add stricter permissions checks to ioreq server control plane Paul Durrant
2018-03-20 16:43   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.