]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
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)
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>

Trivial merge