From: Alexandra Winter <wintera@linux.ibm.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
Heiko Carstens <hca@linux.ibm.com>,
Alexandra Winter <wintera@linux.ibm.com>
Subject: [PATCH net-next v2 0/4] s390/net: updates 2023-02-06
Date: Thu, 9 Feb 2023 12:04:20 +0100 [thread overview]
Message-ID: <20230209110424.1707501-1-wintera@linux.ibm.com> (raw)
Hi Dave & Jakub,
please apply the following patch series for qeth to netdev's net-next
tree.
Just maintenance patches, no functional changes.
If you disagree with patch 4, we can leave it out.
We prefer scnprintf, but no strong opinion.
Thanks,
Alexandra
v2:
- add Reviewed-by (1)
- fix typos in Reviewed-by tags (2,3,4)
- further simplify show functions (3)
Alexandra Winter (1):
s390/ctcm: cleanup indenting
Thorsten Winkler (3):
s390/qeth: Use constant for IP address buffers
s390/qeth: Convert sysfs sprintf to sysfs_emit
s390/qeth: Convert sprintf/snprintf to scnprintf
drivers/s390/net/ctcm_fsms.c | 32 ++++++------
drivers/s390/net/ctcm_main.c | 16 +++---
drivers/s390/net/ctcm_mpc.c | 15 +++---
drivers/s390/net/qeth_core_main.c | 14 +++---
drivers/s390/net/qeth_core_sys.c | 66 ++++++++++++------------
drivers/s390/net/qeth_ethtool.c | 6 +--
drivers/s390/net/qeth_l2_main.c | 53 ++++++++++----------
drivers/s390/net/qeth_l2_sys.c | 28 +++++------
drivers/s390/net/qeth_l3_main.c | 7 +--
drivers/s390/net/qeth_l3_sys.c | 83 +++++++++++--------------------
10 files changed, 150 insertions(+), 170 deletions(-)
--
2.37.2
next reply other threads:[~2023-02-09 11:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 11:04 Alexandra Winter [this message]
2023-02-09 11:04 ` [PATCH net-next v2 1/4] s390/ctcm: cleanup indenting Alexandra Winter
2023-02-09 11:04 ` [PATCH net-next v2 2/4] s390/qeth: Use constant for IP address buffers Alexandra Winter
2023-02-09 11:24 ` Simon Horman
2023-02-09 11:04 ` [PATCH net-next v2 3/4] s390/qeth: Convert sysfs sprintf to sysfs_emit Alexandra Winter
2023-02-09 11:27 ` Simon Horman
2023-02-09 12:57 ` Alexandra Winter
2023-02-09 13:32 ` Simon Horman
2023-02-09 11:04 ` [PATCH net-next v2 4/4] s390/qeth: Convert sprintf/snprintf to scnprintf Alexandra Winter
2023-02-11 4:00 ` [PATCH net-next v2 0/4] s390/net: updates 2023-02-06 patchwork-bot+netdevbpf
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=20230209110424.1707501-1-wintera@linux.ibm.com \
--to=wintera@linux.ibm.com \
--cc=davem@davemloft.net \
--cc=hca@linux.ibm.com \
--cc=kuba@kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.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).