From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 00/16] Fix default build on gcc8.0.1 Date: Mon, 14 May 2018 22:29:03 +0100 Message-ID: References: <152608956198.121204.14844325841690943774.stgit@localhost.localdomain> <152627394448.52758.15834703911138407294.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andy Green , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 054971CC63 for ; Mon, 14 May 2018 23:29:05 +0200 (CEST) In-Reply-To: <152627394448.52758.15834703911138407294.stgit@localhost.localdomain> Content-Language: en-US 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 5/14/2018 5:59 AM, Andy Green wrote: > This series allows dpdk master to build on Fedora 28, > with the x86_64 default config. > > Acked-by: Neil Horman > --- > > Andy Green (16): > 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: make sure that copied stats name is NUL-terminated > net/vdev_netvsc: readlink inputs cannot be aliased > net/vdev_netvsc: convert snprintf to strlcpy > app/proc-info: sprintf overrun bug > app/test-bbdev: strcpy ok for allocated string > app/test-bbdev: strcpy ok for allocated string Series applied to dpdk-next-net/master, thanks. Thanks for the fixes, a few titles changes and a few change done mentioned in comments to individual patches.