patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v17.11 LTS 00/11] Vhost: CVE-2018-1059 fixes
@ 2018-04-23 16:00 Maxime Coquelin
  2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 01/11] vhost: fix indirect descriptors table translation size Maxime Coquelin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Maxime Coquelin @ 2018-04-23 16:00 UTC (permalink / raw)
  To: stable; +Cc: Maxime Coquelin

This series fixes the security vulnerability referenced
as CVE-2018-1059.

Patches are already applied to the branch, but reviews
are encouraged. Any issues spotted would be fixed on top.


Maxime Coquelin (11):
  vhost: fix indirect descriptors table translation size
  vhost: check all range is mapped when translating GPAs
  vhost: introduce safe API for GPA translation
  vhost: ensure all range is mapped when translating QVAs
  vhost: add support for non-contiguous indirect descs tables
  vhost: handle virtually non-contiguous buffers in Tx
  vhost: handle virtually non-contiguous buffers in Rx
  vhost: handle virtually non-contiguous buffers in Rx-mrg
  examples/vhost: move to safe GPA translation API
  examples/vhost_scsi: move to safe GPA translation API
  vhost: deprecate unsafe GPA translation API

 examples/vhost/virtio_net.c            |  94 +++++++-
 examples/vhost_scsi/vhost_scsi.c       |  56 ++++-
 lib/librte_vhost/rte_vhost.h           |  46 ++++
 lib/librte_vhost/rte_vhost_version.map |   6 +
 lib/librte_vhost/vhost.c               |  39 ++--
 lib/librte_vhost/vhost.h               |   8 +-
 lib/librte_vhost/vhost_user.c          |  58 +++--
 lib/librte_vhost/virtio_net.c          | 411 ++++++++++++++++++++++++++++-----
 8 files changed, 602 insertions(+), 116 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-04-23 16:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 16:00 [dpdk-stable] [PATCH v17.11 LTS 00/11] Vhost: CVE-2018-1059 fixes Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 01/11] vhost: fix indirect descriptors table translation size Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 02/11] vhost: check all range is mapped when translating GPAs Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 03/11] vhost: introduce safe API for GPA translation Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 04/11] vhost: ensure all range is mapped when translating QVAs Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 05/11] vhost: add support for non-contiguous indirect descs tables Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 06/11] vhost: handle virtually non-contiguous buffers in Tx Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 07/11] vhost: handle virtually non-contiguous buffers in Rx Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 08/11] vhost: handle virtually non-contiguous buffers in Rx-mrg Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 09/11] examples/vhost: move to safe GPA translation API Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 10/11] examples/vhost_scsi: " Maxime Coquelin
2018-04-23 16:00 ` [dpdk-stable] [PATCH v17.11 LTS 11/11] vhost: deprecate unsafe " Maxime Coquelin

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).