]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge patch series "mpi3mr: Host diag buffer support"
authorMartin K. Petersen <martin.petersen@oracle.com>
Thu, 27 Jun 2024 03:30:54 +0000 (23:30 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 27 Jun 2024 03:30:54 +0000 (23:30 -0400)
commit06b91c00db396fafeed4c3201597bf3ed8261511
treee5ed474c6984f7e0be16316ddb4283839dc9de16
parentbdee2f1dcd84dcd76d9557cf55e8f3662c6506eb
parent3f7e469987f85a16d968ae056c886ecb6207305f
Merge patch series "mpi3mr: Host diag buffer support"

Ranjan Kumar <ranjan.kumar@broadcom.com> says:

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.

Link: https://lore.kernel.org/r/20240626102646.14298-1-ranjan.kumar@broadcom.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>