mbox series

[net-next,0/6] s390/net: updates 2021-11-18

Message ID 20211118160607.2245947-1-kgraul@linux.ibm.com (mailing list archive)
Headers show
Series s390/net: updates 2021-11-18 | expand

Message

Karsten Graul Nov. 18, 2021, 4:06 p.m. UTC
Please apply the following patches to netdev's net-next tree.

Heiko provided fixes for kernel doc comments and solved some
other compiler warnings.
Julians qeth patch simplifies the rx queue handling in the code.

Heiko Carstens (5):
  net/iucv: fix kernel doc comments
  net/af_iucv: fix kernel doc comments
  s390/ctcm: fix format string
  s390/ctcm: add __printf format attribute to ctcm_dbf_longtext
  s390/lcs: add braces around empty function body

Julian Wiedmann (1):
  s390/qeth: allocate RX queue at probe time

 drivers/s390/net/ctcm_dbug.h      |   1 +
 drivers/s390/net/ctcm_fsms.c      |   2 +-
 drivers/s390/net/lcs.c            |  11 +--
 drivers/s390/net/qeth_core_main.c |  35 ++++-----
 net/iucv/af_iucv.c                |  38 ++++-----
 net/iucv/iucv.c                   | 124 +++++++++++++++---------------
 6 files changed, 106 insertions(+), 105 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 19, 2021, 11:20 a.m. UTC | #1
Hello:

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

On Thu, 18 Nov 2021 17:06:01 +0100 you wrote:
> Please apply the following patches to netdev's net-next tree.
> 
> Heiko provided fixes for kernel doc comments and solved some
> other compiler warnings.
> Julians qeth patch simplifies the rx queue handling in the code.
> 
> Heiko Carstens (5):
>   net/iucv: fix kernel doc comments
>   net/af_iucv: fix kernel doc comments
>   s390/ctcm: fix format string
>   s390/ctcm: add __printf format attribute to ctcm_dbf_longtext
>   s390/lcs: add braces around empty function body
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] s390/qeth: allocate RX queue at probe time
    https://git.kernel.org/netdev/net-next/c/832585d2172f
  - [net-next,2/6] net/iucv: fix kernel doc comments
    https://git.kernel.org/netdev/net-next/c/682026a5e934
  - [net-next,3/6] net/af_iucv: fix kernel doc comments
    https://git.kernel.org/netdev/net-next/c/7c8e1a9155ef
  - [net-next,4/6] s390/ctcm: fix format string
    https://git.kernel.org/netdev/net-next/c/9961d6d50b7f
  - [net-next,5/6] s390/ctcm: add __printf format attribute to ctcm_dbf_longtext
    https://git.kernel.org/netdev/net-next/c/dddbf91387a0
  - [net-next,6/6] s390/lcs: add braces around empty function body
    https://git.kernel.org/netdev/net-next/c/09ae598271f8

You are awesome, thank you!