tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android11-kiwi-5.4 head: 59031e281b1833e9bf16df27a80d4854ed33aef3 commit: b7b866b3aa451b472b679d40171bc8eb1744c69c [1536/9999] UPSTREAM: Documentation: arm64: document support for the AMU extension reproduce: # https://github.com/ammarfaizi2/linux-block/commit/b7b866b3aa451b472b679d40171bc8eb1744c69c git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android11-kiwi-5.4 git checkout b7b866b3aa451b472b679d40171bc8eb1744c69c make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> Documentation/arm64/amu.rst:26: WARNING: Unexpected indentation. >> Documentation/arm64/booting.rst:250: WARNING: Unexpected indentation. >> Documentation/arm64/booting.rst:256: WARNING: Block quote ends without a blank line; unexpected unindent. vim +26 Documentation/arm64/amu.rst 23 24 Version 1 of the Activity Monitors architecture implements a counter group 25 of four fixed and architecturally defined 64-bit event counters. > 26 - CPU cycle counter: increments at the frequency of the CPU. 27 - Constant counter: increments at the fixed frequency of the system 28 clock. 29 - Instructions retired: increments with every architecturally executed 30 instruction. 31 - Memory stall cycles: counts instruction dispatch stall cycles caused by 32 misses in the last level cache within the clock domain. 33 -- 0-DAY CI Kernel Test Service https://01.org/lkp