From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <nhorman@tuxdriver.com>
Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58])
 by dpdk.org (Postfix) with ESMTP id 9C4841B66D
 for <dev@dpdk.org>; Fri, 11 May 2018 13:14:51 +0200 (CEST)
Received: from cpe-2606-a000-111b-40b7-640c-26a-4e16-9225.dyn6.twc.com
 ([2606:a000:111b:40b7:640c:26a:4e16:9225] helo=localhost)
 by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63)
 (envelope-from <nhorman@tuxdriver.com>)
 id 1fH60U-000246-F7; Fri, 11 May 2018 07:14:50 -0400
Date: Fri, 11 May 2018 07:14:04 -0400
From: Neil Horman <nhorman@tuxdriver.com>
To: Andy Green <andy@warmcat.com>
Cc: dev@dpdk.org
Message-ID: <20180511111404.GA2665@hmswarspite.think-freely.org>
References: <152600304856.53146.9681482138854493833.stgit@localhost.localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <152600304856.53146.9681482138854493833.stgit@localhost.localdomain>
User-Agent: Mutt/1.9.2 (2017-12-15)
X-Spam-Score: -2.9 (--)
X-Spam-Status: No
Subject: Re: [dpdk-dev] [PATCH v4 00/18] Fix default build on gcc8.0.1
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 11 May 2018 11:14:51 -0000

On Fri, May 11, 2018 at 09:45:15AM +0800, Andy Green wrote:
> This series allows dpdk master to build on Fedora 28,
> with the x86_64 default config.
> 
> ---
> 
> Andy Green (18):
>       devtools/check-git: provide more generic grep pattern
>       net/nfp: solve buffer overflow
>       bus/pci: replace strncpy dangerous code
>       bus/dpaa: solve inconsistent struct alignment
>       net/axgbe: solve broken eeprom string comp
>       net/nfp/nfpcore: solve strncpy misuse
>       net/nfp/nfpcore: off-by-one and no NUL on strncpy use
>       net/nfp: don't memcpy out of source range
>       net/qede: strncpy length constant and NUL
>       net/qede: solve broken strncpy
>       net/sfc: correct strncpy length
>       net/sfc: solve strncpy size and NUL
>       net/vdev_netvsc: readlink inputs cannot be aliased
>       net/vdev_netvsc: 3 x strncpy misuse
>       app: can't find include
>       app/proc-info: sprintf overrun bug
>       app/test-bbdev: strcpy ok for allocated string
>       app/test-bbdev: strcpy ok for allocated string
> 
> 
>  app/proc-info/main.c                       |    9 +++++++--
>  app/test-bbdev/test_bbdev_vector.c         |    5 +++--
>  app/test-pmd/Makefile                      |    1 +
>  devtools/check-git-log.sh                  |    4 ++--
>  drivers/bus/dpaa/base/qbman/qman.c         |   14 +++++++-------
>  drivers/bus/dpaa/include/fsl_qman.h        |   24 +++++++++++++-----------
>  drivers/bus/pci/linux/pci.c                |    2 +-
>  drivers/net/axgbe/axgbe_phy_impl.c         |    4 ++--
>  drivers/net/nfp/nfp_net.c                  |    6 +++---
>  drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c |    4 +++-
>  drivers/net/nfp/nfpcore/nfp_resource.c     |   10 ++++++----
>  drivers/net/qede/base/ecore_int.c          |    8 +++++---
>  drivers/net/qede/qede_main.c               |    7 ++++---
>  drivers/net/sfc/sfc_ethdev.c               |    6 +++---
>  drivers/net/vdev_netvsc/vdev_netvsc.c      |   15 +++++++++------
>  15 files changed, 69 insertions(+), 50 deletions(-)
> 
> --
> Signature
> 
Series
Acked-by: Neil Horman <nhorman@tuxdriver.com>