[GIT PULL] NTB bug fixes for 5.17

From: Jon Mason
Date: Tue Mar 01 2022 - 16:24:05 EST


Hello Linus,
Here are a few NTB bug fixes for 5.17. Please consider pulling them.

Thanks,
Jon



The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

git://github.com/jonmason/ntb tags/ntb-5.17-bugfixes

for you to fetch changes up to 9b818634f8e7e0bca3386a50b1fada7a49036408:

MAINTAINERS: update mailing list address for NTB subsystem (2022-02-02 17:34:18 -0500)

----------------------------------------------------------------
Bug fixes for sparse warning, intel port config offset, and a new
mailing list

----------------------------------------------------------------
Dave Jiang (2):
ntb: intel: fix port config status offset for SPR
MAINTAINERS: update mailing list address for NTB subsystem

Gustavo A. R. Silva (1):
NTB/msi: Use struct_size() helper in devm_kzalloc()

MAINTAINERS | 8 ++++----
drivers/ntb/hw/intel/ntb_hw_gen4.c | 17 ++++++++++++++++-
drivers/ntb/hw/intel/ntb_hw_gen4.h | 16 ++++++++++++++++
drivers/ntb/msi.c | 6 ++----
4 files changed, 38 insertions(+), 9 deletions(-)