From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RESEND PATCH] vhost_user: Make sure that memory map is set before attempting address translation Date: Sun, 21 Feb 2016 10:54:26 +0100 Message-ID: <6599931.tGaX6Y603a@xps13> References: <005a01d14dd4$a02c5340$e084f9c0$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pavel Fedin Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 0458FC5C0 for ; Sun, 21 Feb 2016 10:56:01 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id b205so119825458wmb.1 for ; Sun, 21 Feb 2016 01:56:00 -0800 (PST) In-Reply-To: <005a01d14dd4$a02c5340$e084f9c0$@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" 2016-01-13 10:32, Pavel Fedin: > Malfunctioning virtio clients may not send VHOST_USER_SET_MEM_TABLE for > some reason. This causes NULL dereference in qva_to_vva(). > > Signed-off-by: Pavel Fedin > Acked-by: Yuanhan Liu Applied, thanks