From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D79809B53 for ; Fri, 26 May 2017 10:40:37 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 26 May 2017 01:40:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,396,1491289200"; d="scan'208";a="1153080451" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 26 May 2017 01:40:35 -0700 Date: Fri, 26 May 2017 16:40:38 +0800 From: Yuanhan Liu To: Dariusz Stojaczyk Cc: dev@dpdk.org Message-ID: <20170526084038.GC2276@yliu-dev> References: <1494513192-85863-1-git-send-email-dariuszx.stojaczyk@intel.com> <1495799955-190227-1-git-send-email-dariuszx.stojaczyk@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495799955-190227-1-git-send-email-dariuszx.stojaczyk@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [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:40:38 -0000 On Fri, May 26, 2017 at 01:59:12PM +0200, Dariusz Stojaczyk wrote: > 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() Applied to dpdk-next-virtio. Thanks! --yliu > > lib/librte_vhost/vhost.c | 2 +- > lib/librte_vhost/vhost_user.c | 64 ++++++++++++++++++++++++------------------- > 2 files changed, 37 insertions(+), 29 deletions(-) > > -- > 2.7.4