[mhiramat:topic/wprobe-v2 9/12] htmldocs: Documentation/trace/wprobetrace.rst:98: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-doc |
|---|---|
| Message-ID | <[email protected]> |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux.git topic/wprobe-v2 head: 62b542a406f310bd51ef29952e64c4568b7e4487 commit: 37e9f8a5dc817c116c8088bf30cfae6516c1f478 [9/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1) docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux) reproduce: (https://download.01.org/0day-ci/archive/20260822/[email protected]/reproduce) 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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): Checksumming on output with GSO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils] WARNING: ./include/net/page_pool/types.h:105 Excess struct member 'fast' description in 'page_pool_params' WARNING: ./include/net/page_pool/types.h:105 Excess struct member 'slow' description in 'page_pool_params' Documentation/trace/wprobetrace.rst:97: ERROR: Unexpected indentation. [docutils] >> Documentation/trace/wprobetrace.rst:98: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] Documentation/userspace-api/landlock:550: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title. vim +98 Documentation/trace/wprobetrace.rst 94 95 Notes: 96 - set_wprobe only works on the wprobe which is NOT set a valid address yet, 97 and it must be enabled after the trigger is set. > 98 - clear_wprobe only works on the wprobe which is set a valid address, and it 99 will be soft-disabled after the trigger is cleared. 100 - Therefore, if a trigger sets/clears a wprobe, other/same trigger events 101 will not work (on the same event) while the wprobe is set. 102 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki