commit | 1137086fc85712aa123d29c87c604310a17a7d4e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Oct 31 16:20:33 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 31 16:20:33 2016 -0400 |
tree | 5ea1f8d710959c462452efaa4fffc8d7d1f0cbb7 | |
parent | 87557efc27f6a50140fb20df06a917f368ce3c66 [diff] | |
parent | dae399d7fdee84d8f5227a9711d95bb4e9a05d4e [diff] |
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>