public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] mpi3mr: Host diag buffer support
@ 2024-06-26 10:26 Ranjan Kumar
  2024-06-26 10:26 ` [PATCH v6 1/4] mpi3mr: HDB allocation and posting for hardware and Firmware buffers Ranjan Kumar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ranjan Kumar @ 2024-06-26 10:26 UTC (permalink / raw)
  To: linux-scsi, martin.petersen
  Cc: rajsekhar.chundru, sathya.prakash, sumit.saxena,
	chandrakanth.patil, prayas.patel, Ranjan Kumar

[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]

The controllers managed by mpi3mr driver requires system memory to
save hardware and firmware diagnostic information, this patch set
enhances the drivers to provide host memory to the controller for
diagnostic information.  This patch set also provides driver changes
to push kernel messages into the diagnostic buffers reserved for the
driver, so that the information will be available as part of debug
data fetched from the controller.  In addition, support for
configuring automatic diagnostic information is added in the driver.

Change since v1:
- Fixed test robot build warnings

Change since v2:
- Fixed test robot build warnings

Change since v3:
- Dropped mpi3mr-Dump-driver-and-dmesg-logs-into-driver-dia.patch based
  on Martin Petersen comment

Change since v4:
- Dropped mpi3mr-Driver-buffer-allocation-and-posting.patch

Change since v5:
- Updated Patch description 

Ranjan Kumar (4):
  mpi3mr: HDB allocation and posting for hardware and Firmware buffers
  mpi3mr: Trigger support
  mpi3mr: Ioctl support for HDB
  mpi3mr: Update driver version to 8.9.1.0.50


Ranjan Kumar (4):
  mpi3mr: HDB allocation and posting for hardware and Firmware buffers
  mpi3mr: Trigger support
  mpi3mr: ioctl support for HDB
  mpi3mr: Update driver version to 8.9.1.0.50

 drivers/scsi/mpi3mr/mpi/mpi30_tool.h |   44 ++
 drivers/scsi/mpi3mr/mpi3mr.h         |  133 +++-
 drivers/scsi/mpi3mr/mpi3mr_app.c     | 1080 ++++++++++++++++++++++++++
 drivers/scsi/mpi3mr/mpi3mr_fw.c      |  272 ++++++-
 drivers/scsi/mpi3mr/mpi3mr_os.c      |  113 +++
 include/uapi/scsi/scsi_bsg_mpi3mr.h  |    3 +-
 6 files changed, 1634 insertions(+), 11 deletions(-)
 create mode 100644 drivers/scsi/mpi3mr/mpi/mpi30_tool.h

-- 
2.31.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-05  3:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 10:26 [PATCH v6 0/4] mpi3mr: Host diag buffer support Ranjan Kumar
2024-06-26 10:26 ` [PATCH v6 1/4] mpi3mr: HDB allocation and posting for hardware and Firmware buffers Ranjan Kumar
2024-06-26 10:26 ` [PATCH v6 2/4] mpi3mr: Trigger support Ranjan Kumar
2024-06-26 10:26 ` [PATCH v6 3/4] mpi3mr: ioctl support for HDB Ranjan Kumar
2024-06-26 10:26 ` [PATCH v6 4/4] mpi3mr: Update driver version to 8.9.1.0.50 Ranjan Kumar
2024-06-27  3:31 ` [PATCH v6 0/4] mpi3mr: Host diag buffer support Martin K. Petersen
2024-07-05  3:53 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox