OSDN Git Service

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

Trivial merge