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(-) -- 2.16.4