From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 81C1EA0093 for ; Mon, 18 May 2020 15:18:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2386F1D40D; Mon, 18 May 2020 15:18:11 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7A7441D40D for ; Mon, 18 May 2020 15:18:09 +0200 (CEST) IronPort-SDR: H09+ll9ucfaugkVLvbtyEJXo7knfmexnvbcPM71LoAEXeeZ64uOWXUvwxPs4WFKpXWEMz3z0Bv n9getU1epwlQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 06:18:08 -0700 IronPort-SDR: Ohbayrcb4mGxmIwM5Kbe2RHL9SmAu1cH++SU4j+FTq5vzz28AFS6GGXzeWtibS52fvWfPm2HIJ B3DXRQWb6QHg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,407,1583222400"; d="scan'208";a="281970074" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga002.jf.intel.com with ESMTP; 18 May 2020 06:18:07 -0700 From: Ferruh Yigit To: stable@dpdk.org Cc: Ferruh Yigit , Maxime Coquelin Date: Mon, 18 May 2020 14:17:59 +0100 Message-Id: <20200518131805.716052-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH v20.02 0/6] Fix vhost security issues X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" From: Maxime Coquelin Marvin Liu (1): vhost: fix translated address not checked Maxime Coquelin (3): vhost: check log mmap offset and size overflow vhost: fix vring index check vhost/crypto: validate keys lengths Xiaolong Ye (1): vhost: fix potential memory space leak Xuan Ding (1): vhost: fix potential fd leak lib/librte_vhost/vhost_crypto.c | 17 +++++++++++++++++ lib/librte_vhost/vhost_user.c | 30 +++++++++++++++++++++++------- lib/librte_vhost/virtio_net.c | 4 ++++ 3 files changed, 44 insertions(+), 7 deletions(-) -- 2.25.2