mbox series

[net-next,0/9] s390/qeth: updates 2021-10-25

Message ID 20211025095658.3527635-1-jwi@linux.ibm.com (mailing list archive)
Headers show
Series s390/qeth: updates 2021-10-25 | expand

Message

Julian Wiedmann Oct. 25, 2021, 9:56 a.m. UTC
Hi Dave & Jakub,

please apply the following patch series for qeth to netdev's net-next tree.

This brings some minor maintenance improvements, and a bunch of cleanups
so that the W=1 build passes without warning.

Thanks,
Julian

Heiko Carstens (3):
  s390/qeth: fix various format strings
  s390/qeth: add __printf format attribute to qeth_dbf_longtext
  s390/qeth: fix kernel doc comments

Julian Wiedmann (6):
  s390/qeth: improve trace entries for MAC address (un)registration
  s390/qeth: remove .do_ioctl() callback from driver discipline
  s390/qeth: move qdio's QAOB cache into qeth
  s390/qeth: clarify remaining dev_kfree_skb_any() users
  s390/qeth: don't keep track of Input Queue count
  s390/qeth: update kerneldoc for qeth_add_hw_header()

 arch/s390/include/asm/qdio.h      |  2 --
 drivers/s390/cio/qdio_setup.c     | 34 ++----------------
 drivers/s390/net/qeth_core.h      |  4 +--
 drivers/s390/net/qeth_core_main.c | 59 ++++++++++++++++++-------------
 drivers/s390/net/qeth_l2_main.c   | 27 +++++++-------
 drivers/s390/net/qeth_l3_main.c   | 12 +++----
 6 files changed, 57 insertions(+), 81 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 25, 2021, 1 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 25 Oct 2021 11:56:49 +0200 you wrote:
> Hi Dave & Jakub,
> 
> please apply the following patch series for qeth to netdev's net-next tree.
> 
> This brings some minor maintenance improvements, and a bunch of cleanups
> so that the W=1 build passes without warning.
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] s390/qeth: improve trace entries for MAC address (un)registration
    https://git.kernel.org/netdev/net-next/c/0969becb5f76
  - [net-next,2/9] s390/qeth: remove .do_ioctl() callback from driver discipline
    https://git.kernel.org/netdev/net-next/c/2decb0b7ba2d
  - [net-next,3/9] s390/qeth: move qdio's QAOB cache into qeth
    https://git.kernel.org/netdev/net-next/c/a18c28f0aeeb
  - [net-next,4/9] s390/qeth: clarify remaining dev_kfree_skb_any() users
    https://git.kernel.org/netdev/net-next/c/fdd3c5f076b6
  - [net-next,5/9] s390/qeth: don't keep track of Input Queue count
    https://git.kernel.org/netdev/net-next/c/dc15012bb083
  - [net-next,6/9] s390/qeth: fix various format strings
    https://git.kernel.org/netdev/net-next/c/22e2b5cdb0b9
  - [net-next,7/9] s390/qeth: add __printf format attribute to qeth_dbf_longtext
    https://git.kernel.org/netdev/net-next/c/79140e22d245
  - [net-next,8/9] s390/qeth: fix kernel doc comments
    https://git.kernel.org/netdev/net-next/c/7ffaef824c9a
  - [net-next,9/9] s390/qeth: update kerneldoc for qeth_add_hw_header()
    https://git.kernel.org/netdev/net-next/c/56c5af2566a7

You are awesome, thank you!