netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ying Xue <ying.xue@windriver.com>
To: <davem@davemloft.net>
Cc: <jon.maloy@ericsson.com>, <erik.hugne@ericsson.com>,
	<netdev@vger.kernel.org>, <tipc-discussion@lists.sourceforge.net>
Subject: [PATCH net-next 0/2] tipc: fix two corner issues
Date: Thu, 26 Mar 2015 18:10:22 +0800	[thread overview]
Message-ID: <1427364624-5930-1-git-send-email-ying.xue@windriver.com> (raw)

The patch set aims at resolving the following two critical issues:

Patch #1: Resolve a deadlock which happens while all links are reset
Patch #2: Correct a mistake usage of RCU lock which is used to protect
          node list

Ying Xue (2):
  tipc: fix potential deadlock when all links are reset
  tipc: involve reference counter for node structure

 net/tipc/bcast.c      |   28 +++------------
 net/tipc/bcast.h      |    4 ---
 net/tipc/discover.c   |    1 +
 net/tipc/link.c       |   12 +++----
 net/tipc/name_distr.c |    2 ++
 net/tipc/node.c       |   90 +++++++++++++++++++++++++++++++++++--------------
 net/tipc/node.h       |   12 +++++--
 7 files changed, 87 insertions(+), 62 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2015-03-26 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 10:10 Ying Xue [this message]
2015-03-26 10:10 ` [PATCH net-next 1/2] tipc: fix potential deadlock when all links are reset Ying Xue
2015-03-26 10:10 ` [PATCH net-next 2/2] tipc: involve reference counter for node structure Ying Xue
2015-03-29 19:41 ` [PATCH net-next 0/2] tipc: fix two corner issues David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427364624-5930-1-git-send-email-ying.xue@windriver.com \
    --to=ying.xue@windriver.com \
    --cc=davem@davemloft.net \
    --cc=erik.hugne@ericsson.com \
    --cc=jon.maloy@ericsson.com \
    --cc=netdev@vger.kernel.org \
    --cc=tipc-discussion@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).