mbox series

[net,V4,0/5] net/smc: fixes 2018-11-12

Message ID 20181120154643.24111-1-ubraun@linux.ibm.com
Headers show
Series net/smc: fixes 2018-11-12 | expand

Message

Ursula Braun Nov. 20, 2018, 3:46 p.m. UTC
Dave,

here is V4 of some net/smc fixes in different areas for the net tree.

v1->v2:
   do not define 8-byte alignment for union smcd_cdc_cursor in
   patch 4/5 "net/smc: atomic SMCD cursor handling"
v2->v3:
   stay with 8-byte alignment for union smcd_cdc_cursor in
   patch 4/5 "net/smc: atomic SMCD cursor handling", but get rid of
   __packed for struct smcd_cdc_msg
v3->v4:
   get rid of another __packed for struct smc_cdc_msg in
   patch 4/5 "net/smc: atomic SMCD cursor handling"

Thanks, Ursula

Hans Wippel (2):
  net/smc: abort CLC connection in smc_release
  net/smc: add SMC-D shutdown signal

Karsten Graul (1):
  net/smc: use queue pair number when matching link group

Ursula Braun (2):
  net/smc: atomic SMCD cursor handling
  net/smc: use after free fix in smc_wr_tx_put_slot()

 net/smc/af_smc.c   | 11 ++++++----
 net/smc/smc_cdc.c  | 26 +++++++++++++----------
 net/smc/smc_cdc.h  | 60 ++++++++++++++++++++++++++++++++++++++++--------------
 net/smc/smc_core.c | 20 ++++++++++++------
 net/smc/smc_core.h |  5 +++--
 net/smc/smc_ism.c  | 43 ++++++++++++++++++++++++++++----------
 net/smc/smc_ism.h  |  1 +
 net/smc/smc_wr.c   |  4 +++-
 8 files changed, 120 insertions(+), 50 deletions(-)

Comments

David Miller Nov. 22, 2018, 12:15 a.m. UTC | #1
From: Ursula Braun <ubraun@linux.ibm.com>
Date: Tue, 20 Nov 2018 16:46:38 +0100

> here is V4 of some net/smc fixes in different areas for the net tree.
> 
> v1->v2:
>    do not define 8-byte alignment for union smcd_cdc_cursor in
>    patch 4/5 "net/smc: atomic SMCD cursor handling"
> v2->v3:
>    stay with 8-byte alignment for union smcd_cdc_cursor in
>    patch 4/5 "net/smc: atomic SMCD cursor handling", but get rid of
>    __packed for struct smcd_cdc_msg
> v3->v4:
>    get rid of another __packed for struct smc_cdc_msg in
>    patch 4/5 "net/smc: atomic SMCD cursor handling"

Series applied, thanks.