From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] virtio: fix crash if CQ is not negotiated Date: Fri, 12 Jun 2015 05:50:57 -0700 (PDT) Message-ID: <2803320.zIVGhAljtF@xps13> References: <1432549252-8630-1-git-send-email-damarion@cisco.com> <20150526075957.431dae36@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Damjan Marion Return-path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id E4CA35A0A for ; Fri, 12 Jun 2015 14:50:57 +0200 (CEST) Received: by wgme6 with SMTP id e6so24172998wgm.2 for ; Fri, 12 Jun 2015 05:50:57 -0700 (PDT) In-Reply-To: <20150526075957.431dae36@urahara> 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" > > Fix NULL dereference if virtio control queue is not negotiated. > > > > Signed-off-by: Damjan Marion > > This is good belt and suspenders thing to have, but did you see early > patches to check the feature bits and not call this code? > > Acked-by: Stephen Hemminger Applied, thanks