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(-)