netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V4 0/5] net/smc: fixes 2018-11-12
@ 2018-11-20 15:46 Ursula Braun
  2018-11-20 15:46 ` [PATCH net V4 1/5] net/smc: abort CLC connection in smc_release Ursula Braun
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ursula Braun @ 2018-11-20 15:46 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, schwidefsky, heiko.carstens, raspl, ubraun

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-22 10:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20 15:46 [PATCH net V4 0/5] net/smc: fixes 2018-11-12 Ursula Braun
2018-11-20 15:46 ` [PATCH net V4 1/5] net/smc: abort CLC connection in smc_release Ursula Braun
2018-11-20 15:46 ` [PATCH net V4 2/5] net/smc: use queue pair number when matching link group Ursula Braun
2018-11-20 15:46 ` [PATCH net V4 3/5] net/smc: add SMC-D shutdown signal Ursula Braun
2018-11-20 15:46 ` [PATCH net V4 4/5] net/smc: atomic SMCD cursor handling Ursula Braun
2018-11-20 15:46 ` [PATCH net V4 5/5] net/smc: use after free fix in smc_wr_tx_put_slot() Ursula Braun
2018-11-22  0:15 ` [PATCH net V4 0/5] net/smc: fixes 2018-11-12 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).