mbox series

[net-next,v2,0/4] s390/net: updates 2023-06-10

Message ID 20230621134921.904217-1-wintera@linux.ibm.com (mailing list archive)
Headers show
Series s390/net: updates 2023-06-10 | expand

Message

Alexandra Winter June 21, 2023, 1:49 p.m. UTC
Please apply the following patch series for s390's ctcm and lcs drivers
to netdev's net-next tree.

Just maintenance patches, no functional changes.

Thanks,
Alexandra

v2:
- add Reviewed-by (1,3)
- improve commit message (2,4)

Thorsten Winkler (4):
  s390/lcs: Convert sysfs sprintf to sysfs_emit
  s390/lcs: Convert sprintf to scnprintf
  s390/ctcm: Convert sysfs sprintf to sysfs_emit
  s390/ctcm: Convert sprintf/snprintf to scnprintf

 drivers/s390/net/ctcm_dbug.c  |  2 +-
 drivers/s390/net/ctcm_main.c  |  6 ++---
 drivers/s390/net/ctcm_main.h  |  1 +
 drivers/s390/net/ctcm_mpc.c   | 18 ++++++++------
 drivers/s390/net/ctcm_sysfs.c | 46 +++++++++++++++++------------------
 drivers/s390/net/lcs.c        | 13 +++++-----
 drivers/s390/net/lcs.h        |  2 +-
 7 files changed, 46 insertions(+), 42 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 23, 2023, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 21 Jun 2023 15:49:17 +0200 you wrote:
> Please apply the following patch series for s390's ctcm and lcs drivers
> to netdev's net-next tree.
> 
> Just maintenance patches, no functional changes.
> 
> Thanks,
> Alexandra
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] s390/lcs: Convert sysfs sprintf to sysfs_emit
    https://git.kernel.org/netdev/net-next/c/d3f0c7fa0993
  - [net-next,v2,2/4] s390/lcs: Convert sprintf to scnprintf
    https://git.kernel.org/netdev/net-next/c/1a079f3e9529
  - [net-next,v2,3/4] s390/ctcm: Convert sysfs sprintf to sysfs_emit
    https://git.kernel.org/netdev/net-next/c/d585e4b74806
  - [net-next,v2,4/4] s390/ctcm: Convert sprintf/snprintf to scnprintf
    https://git.kernel.org/netdev/net-next/c/1471d85ffba7

You are awesome, thank you!