netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tipc: fix two corner issues
@ 2015-03-26 10:10 Ying Xue
  2015-03-26 10:10 ` [PATCH net-next 1/2] tipc: fix potential deadlock when all links are reset Ying Xue
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ying Xue @ 2015-03-26 10:10 UTC (permalink / raw)
  To: davem; +Cc: jon.maloy, erik.hugne, netdev, tipc-discussion

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-29 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 10:10 [PATCH net-next 0/2] tipc: fix two corner issues Ying Xue
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

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).