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 <nhor...@tuxdriver.com> > --- > > 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.