]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit70c20dd5737a4f07cc4ff6b82434a895d9e69ce9
treeefc573a557079fb75d1cf2b1c16d187526884a64
parent1eb98d18eae0f72e1adbbdb882c054eae33abf4e
parent96ca7d64756a0d21c23532c66837f8cb534dc5e9
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>