netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Maloy <jon.maloy@ericsson.com>
To: davem@davemloft.net
Cc: Jon Maloy <jon.maloy@ericsson.com>,
	netdev@vger.kernel.org,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	tipc-discussion@lists.sourceforge.net
Subject: [PATCH net-next 0/4] tipc: some small fixes
Date: Tue,  3 Feb 2015 08:59:16 -0500	[thread overview]
Message-ID: <1422971960-9172-1-git-send-email-jon.maloy@ericsson.com> (raw)

During extensive testing and analysis of running dual links between
nodes, we have encountered some issues that potentially may cause
problems. We choose to fix those proactively in this series. 

Jon Maloy (4):
  tipc: add reference count to struct tipc_link
  tipc: avoid stale link after aborted failover
  tipc: eliminate race during node creation
  tipc: separate link starting event from link timeout event

 net/tipc/discover.c |  9 ++----
 net/tipc/link.c     | 83 ++++++++++++++++++++++++++++++++---------------------
 net/tipc/link.h     |  3 ++
 net/tipc/node.c     | 15 ++++++----
 4 files changed, 65 insertions(+), 45 deletions(-)

-- 
1.9.1


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/

             reply	other threads:[~2015-02-03 13:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 13:59 Jon Maloy [this message]
2015-02-03 13:59 ` [PATCH net-next 1/4] tipc: add reference count to struct tipc_link Jon Maloy
2015-02-03 13:59 ` [PATCH net-next 2/4] tipc: avoid stale link after aborted failover Jon Maloy
2015-02-03 13:59 ` [PATCH net-next 3/4] tipc: eliminate race during node creation Jon Maloy
2015-02-03 13:59 ` [PATCH net-next 4/4] tipc: separate link starting event from link timeout event Jon Maloy
2015-02-05  0:13 ` [PATCH net-next 0/4] tipc: some small fixes 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=1422971960-9172-1-git-send-email-jon.maloy@ericsson.com \
    --to=jon.maloy@ericsson.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    --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).