netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] rds-tcp netns delete related fixes
@ 2017-11-30 19:11 Sowmini Varadhan
  2017-11-30 19:11 ` [PATCH net-next 1/3] rds: tcp: remove redundant function rds_tcp_conn_paths_destroy() Sowmini Varadhan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sowmini Varadhan @ 2017-11-30 19:11 UTC (permalink / raw)
  To: netdev; +Cc: davem, rds-devel, sowmini.varadhan, santosh.shilimkar

Patchset contains cleanup and bug fixes. Patch 1 is the removal
of some redundant code/functions. Patch 2 and 3 are fixes for 
corner cases identified by syzkaller. I've not been able to
reproduce the actual use-after-free race flagged in the syzkaller
reports, thus these fixes are based on code inspection plus 
manual testing to make sure the modified code paths are executed 
without problems in the commonly encountered timing cases.

Sowmini Varadhan (3):
  rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()
  rds: tcp: correctly sequence cleanup on netns deletion.
  rds: tcp: atomically purge entries from rds_tcp_conn_list during
    netns delete

 net/rds/connection.c |    3 ++-
 net/rds/rds.h        |    6 +++---
 net/rds/tcp.c        |   38 ++++++++++----------------------------
 net/rds/tcp.h        |    1 +
 4 files changed, 16 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2017-12-01 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 19:11 [PATCH net-next 0/3] rds-tcp netns delete related fixes Sowmini Varadhan
2017-11-30 19:11 ` [PATCH net-next 1/3] rds: tcp: remove redundant function rds_tcp_conn_paths_destroy() Sowmini Varadhan
2017-11-30 20:20   ` Santosh Shilimkar
2017-11-30 19:11 ` [PATCH net-next 2/3] rds: tcp: correctly sequence cleanup on netns deletion Sowmini Varadhan
2017-11-30 20:28   ` Santosh Shilimkar
2017-11-30 19:11 ` [PATCH net-next 3/3] rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete Sowmini Varadhan
2017-11-30 20:38   ` Santosh Shilimkar
2017-12-01 20:25 ` [PATCH net-next 0/3] rds-tcp netns delete related fixes 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).