numam-dpdk/lib/librte_vhost
Maxime Coquelin 9553e6e408 vhost: deprecate unsafe GPA translation API
This patch marks rte_vhost_gpa_to_vva() as deprecated because
it is unsafe. Application relying on this API should move
to the new rte_vhost_va_from_guest_pa() API, and check
returned length to avoid out-of-bound accesses.

This issue has been assigned CVE-2018-1059.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2018-04-23 17:12:13 +02:00
..
fd_man.c vhost: add pipe event for optimizing negotiation 2018-03-30 17:25:45 +02:00
fd_man.h vhost: add pipe event for optimizing negotiation 2018-03-30 17:25:45 +02:00
iotlb.c vhost: remove pending IOTLB entry if miss request failed 2018-02-05 19:56:04 +01:00
iotlb.h vhost: remove pending IOTLB entry if miss request failed 2018-02-05 19:56:04 +01:00
Makefile vhost/crypto: fix build without cryptodev 2018-04-17 12:36:40 +02:00
meson.build vhost/crypto: add public function implementation 2018-04-14 00:43:30 +02:00
rte_vdpa.h vhost: support selective datapath 2018-04-14 00:40:21 +02:00
rte_vhost_crypto.h vhost/crypto: add public function implementation 2018-04-14 00:43:30 +02:00
rte_vhost_version.map vhost: introduce safe API for GPA translation 2018-04-23 16:04:30 +02:00
rte_vhost.h vhost: deprecate unsafe GPA translation API 2018-04-23 17:12:13 +02:00
socket.c vhost: adapt library for selective datapath 2018-04-14 00:40:21 +02:00
vdpa.c vhost: support selective datapath 2018-04-14 00:40:21 +02:00
vhost_crypto.c vhost/crypto: move to safe GPA translation API 2018-04-23 17:12:13 +02:00
vhost_user.c vhost: ensure all range is mapped when translating QVAs 2018-04-23 16:04:30 +02:00
vhost_user.h vhost/crypto: add user message structure 2018-04-14 00:43:30 +02:00
vhost.c vhost: check all range is mapped when translating GPAs 2018-04-23 16:04:30 +02:00
vhost.h vhost: introduce safe API for GPA translation 2018-04-23 16:04:30 +02:00
virtio_crypto.h vhost: add virtio crypto header file 2018-04-14 00:43:30 +02:00
virtio_net.c vhost: handle virtually non-contiguous buffers in Rx-mrg 2018-04-23 17:12:13 +02:00