All of lore.kernel.org
 help / color / mirror / Atom feed
From: David L Stevens <david.stevens@oracle.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Sowmini Varadhan <sowmini.varadhan@oracle.com>
Subject: [PATCH 0/2 net-next] sunvnet: fix null pointer deref and crash recovery
Date: Mon, 26 Jan 2015 15:54:14 -0500	[thread overview]
Message-ID: <54C6A976.4060502@oracle.com> (raw)

These patches fix an incorrect ordering in releasing ring data, clear pending
tx buffers on a reset, and make the sunvnet driver more reliable when remote
systems crash during active transmits.

David L Stevens (2):
  sunvnet: free pending tx buffers before clearing ring data
  sunvnet: improve error handling when a remote crashes

 drivers/net/ethernet/sun/sunvnet.c |   83 +++++++++++++++++++----------------
 1 files changed, 45 insertions(+), 38 deletions(-)

             reply	other threads:[~2015-01-26 20:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 20:54 David L Stevens [this message]
2015-01-26 22:44 ` [PATCH 0/2 net-next] sunvnet: fix null pointer deref and crash recovery Sowmini Varadhan
2015-01-27  8:25 ` 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=54C6A976.4060502@oracle.com \
    --to=david.stevens@oracle.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=sowmini.varadhan@oracle.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.