[dpdk-stable] [PATCH 0/5] 18.02 Requested backports

Andy Green andy at warmcat.com
Fri May 18 13:37:48 CEST 2018


The following series backports the requested stuff.

One patch is dropped because the first patch does the right thing
already.

BR's original strlcpy patch that added it in 18.05 is added to the
series.

Build-tested on trusty.

---

Andy Green (4):
      bus/pci: fix size of driver name buffer
      net/qede: fix strncpy
      net/qede: replace strncpy by strlcpy
      net/sfc: make sure that stats name is nul-terminated

Bruce Richardson (1):
      eal: support strlcpy function


 config/common_base                             |    1 +
 devtools/cocci/strlcpy.cocci                   |    8 ++++++
 drivers/bus/pci/linux/pci.c                    |    7 +++--
 drivers/net/qede/base/ecore_int.c              |    8 ++++--
 drivers/net/qede/qede_main.c                   |    6 ++---
 drivers/net/sfc/sfc_ethdev.c                   |    6 ++---
 lib/librte_eal/common/include/rte_string_fns.h |   31 ++++++++++++++++++++++++
 mk/rte.app.mk                                  |    3 ++
 8 files changed, 58 insertions(+), 12 deletions(-)
 create mode 100644 devtools/cocci/strlcpy.cocci

--
Signature


More information about the stable mailing list