netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 00/10] net/smc: fixes 2020-07-16
@ 2020-07-16 15:37 Karsten Graul
  2020-07-16 15:37 ` [PATCH net 01/10] net/smc: handle unexpected response types for confirm link Karsten Graul
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Karsten Graul @ 2020-07-16 15:37 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

Please apply the following patch series for smc to netdev's net tree.

The patches address problems caused by late or unexpected link layer
control packets, dma sync calls for unmapped memory, freed buffers
that are not removed from the buffer list and a possible null pointer
access that results in a crash.

Thanks,
Karsten

Karsten Graul (10):
  net/smc: handle unexpected response types for confirm link
  net/smc: clear link during SMC client link down processing
  net/smc: fix link lookup for new rdma connections
  net/smc: protect smc ib device initialization
  net/smc: drop out-of-flow llc response messages
  net/smc: move add link processing for new device into llc layer
  net/smc: fix handling of delete link requests
  net/smc: do not call dma sync for unmapped memory
  net/smc: remove freed buffer from list
  net/smc: fix restoring of fallback changes

 net/smc/af_smc.c   |  12 +++--
 net/smc/smc_core.c | 105 ++++++++-----------------------------
 net/smc/smc_core.h |   5 ++
 net/smc/smc_ib.c   |  16 ++++--
 net/smc/smc_ib.h   |   1 +
 net/smc/smc_llc.c  | 127 ++++++++++++++++++++++++++++++---------------
 net/smc/smc_llc.h  |   2 +-
 7 files changed, 135 insertions(+), 133 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-07-17 19:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 15:37 [PATCH net 00/10] net/smc: fixes 2020-07-16 Karsten Graul
2020-07-16 15:37 ` [PATCH net 01/10] net/smc: handle unexpected response types for confirm link Karsten Graul
2020-07-16 15:37 ` [PATCH net 02/10] net/smc: clear link during SMC client link down processing Karsten Graul
2020-07-16 15:37 ` [PATCH net 03/10] net/smc: fix link lookup for new rdma connections Karsten Graul
2020-07-16 15:37 ` [PATCH net 04/10] net/smc: protect smc ib device initialization Karsten Graul
2020-07-17 19:30   ` David Miller
2020-07-16 15:37 ` [PATCH net 05/10] net/smc: drop out-of-flow llc response messages Karsten Graul
2020-07-16 15:37 ` [PATCH net 06/10] net/smc: move add link processing for new device into llc layer Karsten Graul
2020-07-16 15:37 ` [PATCH net 07/10] net/smc: fix handling of delete link requests Karsten Graul
2020-07-16 15:37 ` [PATCH net 08/10] net/smc: do not call dma sync for unmapped memory Karsten Graul
2020-07-16 15:37 ` [PATCH net 09/10] net/smc: remove freed buffer from list Karsten Graul
2020-07-16 15:37 ` [PATCH net 10/10] net/smc: fix restoring of fallback changes Karsten Graul

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).