From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1388AA32A3 for ; Fri, 25 Oct 2019 13:47:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D45781C199; Fri, 25 Oct 2019 13:47:56 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 1082C1C132 for ; Fri, 25 Oct 2019 13:47:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572004072; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QIz+sjw5/5191K8K6MQVljOeJhloRc+CI6Pmdn9nZOs=; b=bLiJOY5FVN+8EyE9i5/qRlWZR+fzJbl09wOUkXR52ZBoooq29RgWkXWHRNpgcrRbkWYH6r 0rbroaA3O6UYbfLAv9e0V54APbuOvVWL7UjtN/EAgxdinmFB/UKx4/VaTUZOWj8pjYy5K3 Wf/qPNUFEVtSq693ve3P+T5XxRw2g+E= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-100-Ggv3BC1cPjCqzqlT8UgGeg-1; Fri, 25 Oct 2019 07:47:51 -0400 Received: by mail-vs1-f72.google.com with SMTP id t6so205703vsp.22 for ; Fri, 25 Oct 2019 04:47:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uD+9nb51z9k7Fhf+ZA4sSGvfJ12ZqBFjTFOWuxBwM6A=; b=l2ZLihYVfOW/hbFZBPyO9p9euvLLUOMfk15jsU2PbdaQxuCQYcTJrl6rKmvlJrGpsi eXR0pJRPdBsltkZcOSE/CMBZmDqRLLIU8Jw3rl+HECS6Hb5+CnDoSrGkcd9y+URVbDHg DwTkDelE5uFTvlzG7d+8IWP+6Otn1HOriKj6iMVtNQUPRmI6lf314Je7Wfwc46cb6rhn U/oK0VMQKyxJ8mrW2r1qunIqRV2WsllxZEVPEnssBjhBa9gb6Fc7Nt/ypJ32T/4SeIjs zxLk9NX3XKaCLZ/DBlAs40pFszVQUJw4QSkJCPBntzk7VrxbTdKi7DPYI/MeLWIk2kb9 lM1Q== X-Gm-Message-State: APjAAAXewCksrCsELpQWnSC/9+5GU3mdll4pLymxYDgvJum5OpL0HkW4 zp8OqltkitLEjFGzGAM8Pc3tzsc65UqgjogBOH6GKYniOGosWeYKtLhJqW9Y88GMPK14Rt+2h2o E56KBwHXkAN/BKkVzO6XCWHA= X-Received: by 2002:ab0:304e:: with SMTP id x14mr1362981ual.41.1572004070427; Fri, 25 Oct 2019 04:47:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqxLAg4lmD8CUwsJE839Av+1w4AkRZ6a9qXtSU8tMQxtFgtoNfvpDccLfUkUixi2gvi1Z8RxorNhLX2re0mRfbs= X-Received: by 2002:ab0:304e:: with SMTP id x14mr1362966ual.41.1572004069984; Fri, 25 Oct 2019 04:47:49 -0700 (PDT) MIME-Version: 1.0 References: <20190917222459.19097-1-tianfei.zhang@intel.com> <20191025024031.GD2504@intel.com> <71ae89af-e271-cb72-dd8f-e6d08aeee6d4@intel.com> In-Reply-To: <71ae89af-e271-cb72-dd8f-e6d08aeee6d4@intel.com> From: David Marchand Date: Fri, 25 Oct 2019 13:47:38 +0200 Message-ID: To: Ferruh Yigit , Ye Xiaolong , Thomas Monjalon Cc: Tianfei zhang , dev , dpdk stable X-MC-Unique: Ggv3BC1cPjCqzqlT8UgGeg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] raw/ifpga/base: dereference before null check X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Oct 25, 2019 at 12:30 PM Ferruh Yigit wrot= e: > > Reviewed-by: Xiaolong Ye > > > > Applied to dpdk-next-net-intel. Thanks. > > > > Should we update the MAINTAINERS file to say that "drivers/raw/ifpga" mer= ges to > the next-net-intel? Thanks, this area is, a bit, gray to me. So a clarification is welcome. -- David Marchand