From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Date: Thu, 21 Jan 2016 17:49:06 +0000 Subject: [PATCH net 0/3] fix the transport dead race check by using atomic_add_unless on refcnt Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: network dev , linux-sctp@vger.kernel.org Cc: Marcelo Ricardo Leitner , Vlad Yasevich , daniel@iogearbox.net, davem@davemloft.net Xin Long (3): 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 include/net/sctp/structs.h | 5 ++--- net/sctp/input.c | 17 +++++++++++------ net/sctp/proc.c | 12 ++++++++---- net/sctp/sm_sideeffect.c | 12 ------------ net/sctp/transport.c | 8 +++----- 5 files changed, 24 insertions(+), 30 deletions(-) -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Subject: [PATCH net 0/3] fix the transport dead race check by using atomic_add_unless on refcnt Date: Fri, 22 Jan 2016 01:49:06 +0800 Message-ID: Cc: Marcelo Ricardo Leitner , Vlad Yasevich , daniel@iogearbox.net, davem@davemloft.net To: network dev , linux-sctp@vger.kernel.org Return-path: Received: from mail-pa0-f65.google.com ([209.85.220.65]:35043 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755545AbcAURtP (ORCPT ); Thu, 21 Jan 2016 12:49:15 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Xin Long (3): 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 include/net/sctp/structs.h | 5 ++--- net/sctp/input.c | 17 +++++++++++------ net/sctp/proc.c | 12 ++++++++---- net/sctp/sm_sideeffect.c | 12 ------------ net/sctp/transport.c | 8 +++----- 5 files changed, 24 insertions(+), 30 deletions(-) -- 2.1.0