Hi all, Here is a new LTS release: https://fast.dpdk.org/rel/dpdk-18.11.4.tar.xz
The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=18.11 This stable release fixes CVE-2019-14818, all users of the vhost library are strongly encouraged to upgrade as soon as possible. Kevin --- doc/guides/rel_notes/release_18_11.rst | 41 +++++++++ lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_vhost/vhost_user.c | 126 +++++++++++++++++++++++++++- meson.build | 2 +- pkg/dpdk.spec | 2 +- 5 files changed, 166 insertions(+), 7 deletions(-) Kevin Traynor (1): version: 18.11.4 Maxime Coquelin (2): vhost: fix possible denial of service on SET_VRING_NUM vhost: fix possible denial of service by leaking FDs