All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Mason <jon.mason@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] NTB bug fixes and features for v3.15
Date: Thu, 10 Apr 2014 20:08:48 -0700	[thread overview]
Message-ID: <20140411030848.GA7169@jonmason-lab> (raw)

Hi Linus,
Below are a number of NTB bug fixes for v3.15.  Please consider
pulling them.

Thanks,
Jon

The following changes since commit 455c6fdbd219161bd09b1165f11699d6d73de11c:

  Linux 3.14 (2014-03-30 20:40:15 -0700)

are available in the git repository at:

  git://github.com/jonmason/ntb.git tags/ntb-3.15

for you to fetch changes up to f220baad08963a75c78c80cdc1c9e9492ca0eb2a:

  ntb: Use pci_enable_msix_range() instead of pci_enable_msix() (2014-04-07 10:59:20 -0700)

----------------------------------------------------------------
NTB driver bug fixes to address issues in list traversal, skb leak in
ntb_netdev, a typo, and a leak of msix entries in the error path.
Clean ups of the event handling logic, as well as a overall style
cleanup.  Finally, the driver was converted to use the new
pci_enable_msix_range logic (and the refactoring to go along with it).

----------------------------------------------------------------
Alexander Gordeev (4):
      ntb: Fix leakage of ntb_device::msix_entries[] array
      ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs
      ntb: Split ntb_setup_msix() into separate BWD/SNB routines
      ntb: Use pci_enable_msix_range() instead of pci_enable_msix()

Jon Mason (4):
      ntb_netdev: Fix list_for_each_entry exit issue
      ntb_netdev: Fix skb free issue in open
      NTB: client event cleanup
      NTB: Code Style Clean-up

Roland Dreier (1):
      NTB: Fix typo in setting one translation register

 drivers/net/ntb_netdev.c    |   27 ++++++++++++++++++-------
 drivers/ntb/ntb_hw.c        |  192 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------
 drivers/ntb/ntb_hw.h        |    8 ++------
 drivers/ntb/ntb_transport.c |   20 +++++++++----------
 include/linux/ntb.h         |   19 +++++++++++-------
 5 files changed, 150 insertions(+), 116 deletions(-)

                 reply	other threads:[~2014-04-11  3:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140411030848.GA7169@jonmason-lab \
    --to=jon.mason@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.