tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: 5930fa3740c518a9f6ba688fd0c1873d6f3adbce commit: fd8c1a2ddc2f28838e4a6a8be6a7d6dc95a678d3 [3534/3534] SCSI: hisi_raid: support SPxxx serial RAID/HBA controllers reproduce: (https://download.01.org/0day-ci/archive/20251212/202512120447.PMljStGs-lkp@i...) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202512120447.PMljStGs-lkp@intel.com/ All warnings (new ones prefixed by >>): KASLR for Freescale BookE32 ------------------------- [docutils]
Documentation/scsi/hisi_raid.rst:15: WARNING: Title underline too short. -- hisi_raid host attributes ------------------------ [docutils] Documentation/scsi/hisi_raid.rst:34: ERROR: Unexpected indentation. [docutils] Documentation/scsi/hisi_raid.rst:42: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] Documentation/scsi/hisi_raid.rst:54: WARNING: Title underline too short.
vim +15 Documentation/scsi/hisi_raid.rst 13 14 hisi_raid specific entries in /sys
15 ================================= 16 17 hisi_raid host attributes 18 ------------------------ 19 - /sys/class/scsi_host/host*/csts_pp 20 - /sys/class/scsi_host/host*/csts_shst 21 - /sys/class/scsi_host/host*/csts_cfs 22 - /sys/class/scsi_host/host*/csts_rdy 23 - /sys/class/scsi_host/host*/fw_version 24 25 The host csts_pp attribute is a read only attribute. This attribute 26 indicates whether the controller is processing commands. If this attribute 27 is set to ‘1’, then the controller is processing commands normally. If 28 this attribute is cleared to ‘0’, then the controller has temporarily stopped 29 processing commands in order to handle an event (e.g., firmware activation). 30 31 The host csts_shst attribute is a read only attribute. This attribute 32 indicates status of shutdown processing.The shutdown status values are defined 33 as: 34 ====== ============================== 35 Value Definition 36 ====== ============================== 37 00b Normal operation 38 01b Shutdown processing occurring 39 10b Shutdown processing complete 40 11b Reserved 41 ====== ============================== 42 The host csts_cfs attribute is a read only attribute. This attribute is set to 43 ’1’ when a fatal controller error occurred that could not be communicated in the 44 appropriate Completion Queue. This bit is cleared to ‘0’ when a fatal controller 45 error has not occurred. 46 47 The host csts_rdy attribute is a read only attribute. This attribute is set to 48 ‘1’ when the controller is ready to process submission queue entries. 49 50 The fw_version attribute is read-only and will return the driver version and the 51 controller firmware version. 52
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki