From: Andy Green <andy@warmcat.com>
To: stable@dpdk.org
Subject: [dpdk-stable] [PATCH 0/4] 16.11 Requested backports
Date: Fri, 18 May 2018 20:15:56 +0800 [thread overview]
Message-ID: <152664553026.32615.51601026908782839.stgit@localhost.localdomain> (raw)
In-Reply-To: <20180518094726.30066-1-luca.boccassi@gmail.com>
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
next prev parent reply other threads:[~2018-05-18 12:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-01 10:49 [dpdk-stable] please help backporting some patches to LTS release 16.11.7 luca.boccassi
2018-05-07 2:08 ` Chen, Junjie J
2018-05-08 9:50 ` Luca Boccassi
2018-05-18 9:47 ` luca.boccassi
2018-05-18 12:15 ` Andy Green [this message]
2018-05-18 12:16 ` [dpdk-stable] [PATCH 1/4] eal: support strlcpy function Andy Green
2018-05-18 12:16 ` [dpdk-stable] [PATCH 2/4] bus/pci: fix size of driver name buffer Andy Green
2018-05-18 12:16 ` [dpdk-stable] [PATCH 3/4] net/qede: fix strncpy Andy Green
2018-05-18 12:16 ` [dpdk-stable] [PATCH 4/4] net/qede: replace strncpy by strlcpy Andy Green
2018-05-18 12:48 ` [dpdk-stable] [PATCH 0/4] 16.11 Requested backports Luca Boccassi
2018-05-25 17:24 ` [dpdk-stable] please help backporting some patches to LTS release 16.11.7 luca.boccassi
2018-05-29 21:59 ` Shaikh, Shahed
2018-05-29 22:55 ` Luca Boccassi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=152664553026.32615.51601026908782839.stgit@localhost.localdomain \
--to=andy@warmcat.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).