tree: https://github.com/ammarfaizi2/linux-block rostedt/linux-trace/ftrace/core head: 9bdf000b894c0c5c7a07b904e138d732d09eaaa7 commit: 1bbea45a25798d1315266b696c0461655a45ef66 [10/12] Documentation/osnoise: Add osnoise/options documentation reproduce: # https://github.com/ammarfaizi2/linux-block/commit/1bbea45a25798d1315266b696c0461655a45ef66 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block rostedt/linux-trace/ftrace/core git checkout 1bbea45a25798d1315266b696c0461655a45ef66 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/trace/osnoise-tracer.rst:112: WARNING: Unknown target name: "no". vim +/no +112 Documentation/trace/osnoise-tracer.rst 99 100 - osnoise/cpus: CPUs at which a osnoise thread will execute. 101 - osnoise/period_us: the period of the osnoise thread. 102 - osnoise/runtime_us: how long an osnoise thread will look for noise. 103 - osnoise/stop_tracing_us: stop the system tracing if a single noise 104 higher than the configured value happens. Writing 0 disables this 105 option. 106 - osnoise/stop_tracing_total_us: stop the system tracing if total noise 107 higher than the configured value happens. Writing 0 disables this 108 option. 109 - tracing_threshold: the minimum delta between two time() reads to be 110 considered as noise, in us. When set to 0, the default value will 111 be used, which is currently 5 us. > 112 - osnoise/options: a set of on/off options that can be enabled by 113 writing the option name to the file or disabled by writing the option 114 name preceded with the 'NO_' prefix. For example, writing 115 NO_OSNOISE_WORKLOAD disables the OSNOISE_WORKLOAD option. The 116 special DEAFAULTS option resets all options to the default value. 117 -- 0-DAY CI Kernel Test Service https://01.org/lkp