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 8BEF7C254 for ; Fri, 18 May 2018 14:16:06 +0200 (CEST) From: Andy Green To: stable@dpdk.org Date: Fri, 18 May 2018 20:15:56 +0800 Message-ID: <152664553026.32615.51601026908782839.stgit@localhost.localdomain> In-Reply-To: <20180518094726.30066-1-luca.boccassi@gmail.com> References: <20180518094726.30066-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/4] 16.11 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 12:16:06 -0000 The following series are the requested patches including the BR patch introducing strlcpy and excluding a patch that in not needed, same as on 18.02. I am unable to build test it, since even on trusty 16.11 build spews errors even without any changes. However it probably builds since it's based on 18.02 with the removal of some stuff caught in the diff for those patches that doesn't exist on 16.11. --- Andy Green (3): bus/pci: fix size of driver name buffer net/qede: fix strncpy net/qede: replace strncpy by strlcpy Bruce Richardson (1): eal: support strlcpy function config/common_base | 1 + devtools/cocci/strlcpy.cocci | 8 ++++++ drivers/net/qede/base/ecore_int.c | 9 +++++-- drivers/net/qede/qede_main.c | 6 ++--- lib/librte_eal/common/include/rte_string_fns.h | 31 ++++++++++++++++++++++++ lib/librte_eal/linuxapp/eal/eal_pci.c | 7 +++-- mk/rte.app.mk | 3 ++ 7 files changed, 56 insertions(+), 9 deletions(-) create mode 100644 devtools/cocci/strlcpy.cocci -- Signature