From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82]) by dpdk.org (Postfix) with ESMTP id 59EB6AAD6 for ; Fri, 18 May 2018 13:38:02 +0200 (CEST) From: Andy Green To: stable@dpdk.org Date: Fri, 18 May 2018 19:37:48 +0800 Message-ID: <152664333397.25528.18140247166845268675.stgit@localhost.localdomain> In-Reply-To: <20180518094648.29733-1-luca.boccassi@gmail.com> References: <20180518094648.29733-1-luca.boccassi@gmail.com> User-Agent: StGit/unknown-version Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [dpdk-stable] [PATCH 0/5] 18.02 Requested backports X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 11:38:02 -0000 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