Merge branch 'sctp-hold-transport-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2016 20:20:33 +0000 (16:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2016 20:20:33 +0000 (16:20 -0400)
commit1137086fc85712aa123d29c87c604310a17a7d4e
tree5ea1f8d710959c462452efaa4fffc8d7d1f0cbb7
parent87557efc27f6a50140fb20df06a917f368ce3c66
parentdae399d7fdee84d8f5227a9711d95bb4e9a05d4e
Merge branch 'sctp-hold-transport-fixes'

Xin Long says:

====================
sctp: a bunch of fixes by holding transport

There are several places where it holds assoc after getting transport by
searching from transport rhashtable, it may cause use-after-free issue.

This patchset is to fix them by holding transport instead.

v1->v2:
  Fix the changelog of patch 2/3
====================

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