From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CC0099B45 for ; Fri, 26 May 2017 10:18:19 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 01:18:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,396,1491289200"; d="scan'208";a="1153072384" Received: from gklab-246-153.igk.intel.com (HELO Sent) ([10.217.246.153]) by fmsmga001.fm.intel.com with SMTP; 26 May 2017 01:18:16 -0700 Received: by Sent (sSMTP sendmail emulation); Fri, 26 May 2017 14:01:22 +0200 From: Dariusz Stojaczyk To: dev@dpdk.org Cc: Dariusz Stojaczyk Date: Fri, 26 May 2017 13:59:12 +0200 Message-Id: <1495799955-190227-1-git-send-email-dariuszx.stojaczyk@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1494513192-85863-1-git-send-email-dariuszx.stojaczyk@intel.com> References: <1494513192-85863-1-git-send-email-dariuszx.stojaczyk@intel.com> Subject: [dpdk-dev] [PATCH v4 0/3] vhost: undefined behavior fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 08:18:20 -0000 Fixes for memory-related undefined behavior issues in rte_vhost. Daniel Verkamp (1): vhost: access VhostUsrMsg via packed struct Dariusz Stojaczyk (2): vhost: fix malloc in rte_vhost_get_mem_table() vhost: free guest_pages in vhost_backend_cleanup() lib/librte_vhost/vhost.c | 2 +- lib/librte_vhost/vhost_user.c | 64 ++++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 29 deletions(-) -- 2.7.4