summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRanjan Kumar <ranjan.kumar@broadcom.com>2023-03-31 17:53:17 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2023-04-02 21:22:28 -0400
commita3d27dfdcfc27ac3f46de5391bb6d24f04af7941 (patch)
tree072e0991f9ec5b0161098f5062660ecc75be4982 /tools/perf/scripts/python
parent86eb94bf8006a85738f0ccf49e3ce894e03922a6 (diff)
downloadkernel-a3d27dfdcfc27ac3f46de5391bb6d24f04af7941.tar.gz
scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)
The driver is exiting from the fault watchdog thread if it sees the 0xF002 (Soft reset in progress) fault code. If the driver initiates the soft reset, then the driver restarts the watchdog at the end of the soft reset completion. However, if the soft reset is initiated by the firmware asynchronously, then the driver will never restart the watchdog and never re-initialize the controller after the asynchronous soft reset completion. Signed-off-by: Ranjan Kumar <ranjan.kumar@broadcom.com> Link: https://lore.kernel.org/r/20230331122317.11391-1-ranjan.kumar@broadcom.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ove unused btrfs_cond_migrate_bytesJosef Bacik 2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik 2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik 2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik 2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba 2022-09-26btrfs: don't save block group root into super blockQu Wenruo 2022-07-25btrfs: use enum for btrfs_block_rsv::typeDavid Sterba 2022-07-25btrfs: switch btrfs_block_rsv::full to boolDavid Sterba 2022-01-07btrfs: reserve extra space for the free space treeJosef Bacik 2022-01-07btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik 2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik 2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik 2022-01-03btrfs: init root block_rsv at init root timeJosef Bacik 2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik 2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik 2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik 2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo 2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik