From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH v4 00/18] Fix default build on gcc8.0.1 Date: Fri, 11 May 2018 07:14:04 -0400 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 Cc: dev@dpdk.org To: Andy Green Return-path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 9C4841B66D for ; Fri, 11 May 2018 13:14:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <152600304856.53146.9681482138854493833.stgit@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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