Merge branch 'sctp-transport-races'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Jan 2016 23:59:33 +0000 (15:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jan 2016 23:59:33 +0000 (15:59 -0800)
commit2cc5e4caf4b9815c1c877701c85f7b3b6bfbf783
treeefc573a557079fb75d1cf2b1c16d187526884a64
parent2baaa2d1386bd9949877a74ffc0dc0f2c5394b85
parent47faa1e4c50ec26e6e75dcd1ce53f064bd45f729
Merge branch 'sctp-transport-races'

Xin Long says:

====================
fix the transport dead race check by using atomic_add_unless on refcnt

  sctp: fix the transport dead race check by using atomic_add_unless on
    refcnt
  sctp: hold transport before we access t->asoc in sctp proc
  sctp: remove the dead field of sctp_transport
====================

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