From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost_user: Make sure that memory map is set before attempting address translation Date: Wed, 13 Jan 2016 09:38:10 +0800 Message-ID: <20160113013810.GD19531@yliu-dev.sh.intel.com> References: <1452609306-7724-1-git-send-email-p.fedin@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pavel Fedin Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3739BF72 for ; Wed, 13 Jan 2016 02:37:07 +0100 (CET) Content-Disposition: inline In-Reply-To: <1452609306-7724-1-git-send-email-p.fedin@samsung.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jan 12, 2016 at 05:35:06PM +0300, Pavel Fedin wrote: > Malfunctioning virtio clients may not send VHOST_USER_SET_MEM_TABLE for > some reason. This causes NULL dereference in qva_to_vva(). > > Change-Id: Ibc8f6637fb5fb9885b02c316adf18afd45e0d49a What's this? An internal track id? If so, you should not include it here: it's just meaningless to us. Otherwise, this patch looks good to me. --yliu