Merge branch 'rds-tcp-netns-delete-related-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:25:15 +0000 (15:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:25:15 +0000 (15:25 -0500)
commit68bf33f4134006e2840cd9f11811e706a7ecc942
tree71350054376a576a62bafac64b96b601f1290d85
parent4c94cc2d3d57a2e843ab10887f67faa82c2337f9
parentf10b4cff98c6977668434fbf5dd58695eeca2897
Merge branch 'rds-tcp-netns-delete-related-fixes'

Sowmini Varadhan says:

====================
rds-tcp netns delete related fixes

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

Signed-off-by: David S. Miller <davem@davemloft.net>