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


Groups > linux.kernel > #1265206

[GIT PULL] NTB bug fixes for v4.4

From Jon Mason <jdmason@kudzu.us>
Newsgroups linux.kernel
Subject [GIT PULL] NTB bug fixes for v4.4
Date 2015-11-08 22:50 +0100
Message-ID <qsG0x-5Ac-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web