* [PATCH] Documentation/osnoise: escape underscore of NO_ prefix [not found] <202211240447.HxRNftE5-lkp@intel.com> @ 2022-11-25 3:43 ` Bagas Sanjaya 2022-11-25 18:16 ` Daniel Bristot de Oliveira 0 siblings, 1 reply; 5+ messages in thread From: Bagas Sanjaya @ 2022-11-25 3:43 UTC (permalink / raw) To: linux-doc, linux-kernel Cc: Steven Rostedt, Daniel Bristot de Oliveira, Masami Hiramatsu, Jonathan Corbet, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List, Bagas Sanjaya, kernel test robot kernel test robot reported unknown target name warning: Documentation/trace/osnoise-tracer.rst:112: WARNING: Unknown target name: "no". The warning causes NO_ prefix to be rendered as link text instead, which points to non-existent link target. Escape the prefix underscore to fix the warning. Link: https://lore.kernel.org/linux-doc/202211240447.HxRNftE5-lkp@intel.com/ Fixes: 67543cd6b8eee5 ("Documentation/osnoise: Add osnoise/options documentation") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- Documentation/trace/osnoise-tracer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/osnoise-tracer.rst b/Documentation/trace/osnoise-tracer.rst index 3c675ed82b27ae..fdd562d7c22d18 100644 --- a/Documentation/trace/osnoise-tracer.rst +++ b/Documentation/trace/osnoise-tracer.rst @@ -111,7 +111,7 @@ The tracer has a set of options inside the osnoise directory, they are: be used, which is currently 5 us. - osnoise/options: a set of on/off options that can be enabled by writing the option name to the file or disabled by writing the option - name preceded with the 'NO_' prefix. For example, writing + name preceded with the 'NO\_' prefix. For example, writing NO_OSNOISE_WORKLOAD disables the OSNOISE_WORKLOAD option. The special DEAFAULTS option resets all options to the default value. base-commit: bd604f3db49c5b21171abea0414a2020dcbf2646 -- An old man doll... just what I always wanted! - Clara ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/osnoise: escape underscore of NO_ prefix 2022-11-25 3:43 ` [PATCH] Documentation/osnoise: escape underscore of NO_ prefix Bagas Sanjaya @ 2022-11-25 18:16 ` Daniel Bristot de Oliveira 2022-11-28 20:50 ` Steven Rostedt 0 siblings, 1 reply; 5+ messages in thread From: Daniel Bristot de Oliveira @ 2022-11-25 18:16 UTC (permalink / raw) To: Bagas Sanjaya, linux-doc, linux-kernel Cc: Steven Rostedt, Masami Hiramatsu, Jonathan Corbet, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List, kernel test robot On 11/25/22 04:43, Bagas Sanjaya wrote: > kernel test robot reported unknown target name warning: > > Documentation/trace/osnoise-tracer.rst:112: WARNING: Unknown target name: "no". > > The warning causes NO_ prefix to be rendered as link text instead, which > points to non-existent link target. > > Escape the prefix underscore to fix the warning. > > Link: https://lore.kernel.org/linux-doc/202211240447.HxRNftE5-lkp@intel.com/ > Fixes: 67543cd6b8eee5 ("Documentation/osnoise: Add osnoise/options documentation") > Reported-by: kernel test robot <lkp@intel.com> > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> Thanks! -- Daniel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/osnoise: escape underscore of NO_ prefix 2022-11-25 18:16 ` Daniel Bristot de Oliveira @ 2022-11-28 20:50 ` Steven Rostedt 2022-12-03 10:35 ` Jonathan Corbet 0 siblings, 1 reply; 5+ messages in thread From: Steven Rostedt @ 2022-11-28 20:50 UTC (permalink / raw) To: Daniel Bristot de Oliveira Cc: Bagas Sanjaya, linux-doc, linux-kernel, Masami Hiramatsu, Jonathan Corbet, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List, kernel test robot Jon, Care to take this? Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Thanks, -- Steve On Fri, 25 Nov 2022 19:16:56 +0100 Daniel Bristot de Oliveira <bristot@kernel.org> wrote: > On 11/25/22 04:43, Bagas Sanjaya wrote: > > kernel test robot reported unknown target name warning: > > > > Documentation/trace/osnoise-tracer.rst:112: WARNING: Unknown target name: "no". > > > > The warning causes NO_ prefix to be rendered as link text instead, which > > points to non-existent link target. > > > > Escape the prefix underscore to fix the warning. > > > > Link: https://lore.kernel.org/linux-doc/202211240447.HxRNftE5-lkp@intel.com/ > > Fixes: 67543cd6b8eee5 ("Documentation/osnoise: Add osnoise/options documentation") > > Reported-by: kernel test robot <lkp@intel.com> > > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> > > Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> > > Thanks! > -- Daniel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/osnoise: escape underscore of NO_ prefix 2022-11-28 20:50 ` Steven Rostedt @ 2022-12-03 10:35 ` Jonathan Corbet 2022-12-03 13:54 ` Steven Rostedt 0 siblings, 1 reply; 5+ messages in thread From: Jonathan Corbet @ 2022-12-03 10:35 UTC (permalink / raw) To: Steven Rostedt, Daniel Bristot de Oliveira Cc: Bagas Sanjaya, linux-doc, linux-kernel, Masami Hiramatsu, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List, kernel test robot Steven Rostedt <rostedt@goodmis.org> writes: > Jon, > > Care to take this? > > Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> I was about to, but it doesn't apply here. The problem being fixed seemingly came in through your tree and currently only exists in linux-next, so I think you need to apply it. Thanks, jon ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation/osnoise: escape underscore of NO_ prefix 2022-12-03 10:35 ` Jonathan Corbet @ 2022-12-03 13:54 ` Steven Rostedt 0 siblings, 0 replies; 5+ messages in thread From: Steven Rostedt @ 2022-12-03 13:54 UTC (permalink / raw) To: Jonathan Corbet Cc: Daniel Bristot de Oliveira, Bagas Sanjaya, linux-doc, linux-kernel, Masami Hiramatsu, oe-kbuild-all, Ammar Faizi, GNU/Weeb Mailing List, kernel test robot On Sat, 03 Dec 2022 03:35:39 -0700 Jonathan Corbet <corbet@lwn.net> wrote: > Steven Rostedt <rostedt@goodmis.org> writes: > > > Jon, > > > > Care to take this? > > > > Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> > > I was about to, but it doesn't apply here. The problem being fixed > seemingly came in through your tree and currently only exists in > linux-next, so I think you need to apply it. Thanks, I'll take it then. -- Steve ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-03 13:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <202211240447.HxRNftE5-lkp@intel.com>
2022-11-25 3:43 ` [PATCH] Documentation/osnoise: escape underscore of NO_ prefix Bagas Sanjaya
2022-11-25 18:16 ` Daniel Bristot de Oliveira
2022-11-28 20:50 ` Steven Rostedt
2022-12-03 10:35 ` Jonathan Corbet
2022-12-03 13:54 ` Steven Rostedt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®