diff options
| author | Michael Kelley <[email protected]> | 2023-07-08 04:01:26 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-07-11 16:38:49 +0000 |
| commit | f4d1a8e011909fee24643f84bd1196e1366c26f2 (patch) | |
| tree | 93ddfc77a27d24aaa6db39cd4676b96a8793aaad /tools/perf/scripts/python/intel-pt-events.py | |
| parent | Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes (diff) | |
| download | kernel-f4d1a8e011909fee24643f84bd1196e1366c26f2.tar.gz kernel-f4d1a8e011909fee24643f84bd1196e1366c26f2.zip | |
scsi: storvsc: Handle SRB status value 0x30
In response to a disk I/O request, Hyper-V has been observed to return SRB
status value 0x30. This indicates the request was not processed by Hyper-V
because low memory conditions on the host caused an internal error. The
0x30 status is not recognized by storvsc, so the I/O operation is not
flagged as an error. The request is treated as if it completed normally but
with zero data transferred, causing a flood of retries.
Add a definition for this SRB status value and handle it like other error
statuses from the Hyper-V host.
Signed-off-by: Michael Kelley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions
