mbox series

[net,0/3] net/smc: fixes 2018-02-28

Message ID 20180228114409.33645-1-ubraun@linux.vnet.ibm.com
Headers show
Series net/smc: fixes 2018-02-28 | expand

Message

Ursula Braun Feb. 28, 2018, 11:44 a.m. UTC
Dave,

here are 3 smc bug fixes for the net-tree. Karsten's first patch is
the reworked version of last week's
   "[PATCH net-next 2/5] net/smc: fix structure size"
patch, now solved without using __packed, and now targetted for net
instead of net-next.

Thanks, Ursula

Davide Caratti (1):
  net/smc: fix NULL pointer dereference on sock_create_kern() error path

Karsten Graul (2):
  net/smc: use a constant for control message length
  net/smc: use link_id of server in confirm link reply

 net/smc/af_smc.c   | 4 +++-
 net/smc/smc_cdc.c  | 2 +-
 net/smc/smc_core.c | 3 ++-
 net/smc/smc_llc.c  | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

Comments

David Miller Feb. 28, 2018, 5:30 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
Date: Wed, 28 Feb 2018 12:44:06 +0100

> here are 3 smc bug fixes for the net-tree. Karsten's first patch is
> the reworked version of last week's
>    "[PATCH net-next 2/5] net/smc: fix structure size"
> patch, now solved without using __packed, and now targetted for net
> instead of net-next.

Series applied, thank you.