Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265206 > unrolled thread

[GIT PULL] NTB bug fixes for v4.4

Started byJon Mason <jdmason@kudzu.us>
First post2015-11-08 22:50 +0100
Last post2015-11-08 22:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] NTB bug fixes for v4.4 Jon Mason <jdmason@kudzu.us> - 2015-11-08 22:50 +0100

#1265206 — [GIT PULL] NTB bug fixes for v4.4

FromJon Mason <jdmason@kudzu.us>
Date2015-11-08 22:50 +0100
Subject[GIT PULL] NTB bug fixes for v4.4
Message-ID<qsG0x-5Ac-7@gated-at.bofh.it>
Hello Linus,
Here are a few NTB bug fixes for 4.4.  Please consider pulling them.

Thanks,
Jon



The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:

  Linux 4.3 (2015-11-01 16:05:25 -0800)

are available in the git repository at:

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

for you to fetch changes up to fdcb4b2e78220bde95ce4ba3213088e3a1f1cec6:

  NTB: fix 32-bit compiler warning (2015-11-08 16:24:43 -0500)

----------------------------------------------------------------
NTB Bug fixes for potential NULL pointer accesses, accesses of a freed
pointer, invalid buffer pointer, and a compiler warning.  Also,
unification of upstream/downstream addresses.

----------------------------------------------------------------
Arnd Bergmann (1):
      NTB: fix 32-bit compiler warning

Dave Jiang (2):
      NTB: Fix issue where we may be accessing NULL ptr
      NTB: unify translation addresses

Jon Mason (1):
      NTB: invalid buf pointer in multi-MW setups

Sudip Mukherjee (2):
      NTB: fix access of free-ed pointer
      NTB: remove unused variable

 drivers/ntb/hw/intel/ntb_hw_intel.c | 16 +++++++-------
 drivers/ntb/hw/intel/ntb_hw_intel.h | 15 +++++--------
 drivers/ntb/ntb_transport.c         | 44 +++++++++++++++++--------------------
 3 files changed, 33 insertions(+), 42 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web