[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210914213543.73351-1-eajames@linux.ibm.com>
Date: Tue, 14 Sep 2021 16:35:40 -0500
From: Eddie James <eajames@...ux.ibm.com>
To: linux-fsi@...ts.ozlabs.org
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
joel@....id.au, linux@...ck-us.net, jdelvare@...e.com,
alistair@...ple.id.au, jk@...abs.org, eajames@...ux.ibm.com
Subject: [PATCH 0/3] occ: fsi and hwmon: Extract and provide the SBEFIFO FFDC
Currently, users have no way to obtain the FFDC (First Failure Data
Capture) provided by the SBEFIFO when an operation fails. To remedy this,
add code in the FSI OCC driver to store this FFDC in the user's response
buffer and set the response length accordingly.
On the hwmon side, there is a need at the application level to perform
side-band operations in response to SBE errors. Therefore, add a new
binary sysfs file that provides the FFDC (or lack thereof) when there is
an SBEFIFO error. Now applications can take action when an SBE error is
detected.
Eddie James (3):
fsi: occ: Use a large buffer for responses
fsi: occ: Store the SBEFIFO FFDC in the user response buffer
hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs
drivers/fsi/fsi-occ.c | 184 ++++++++++++++++++++-----------------
drivers/hwmon/occ/p9_sbe.c | 98 +++++++++++++++++++-
include/linux/fsi-occ.h | 3 +
3 files changed, 202 insertions(+), 83 deletions(-)
--
2.27.0
Powered by blists - more mailing lists