[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251007185508.40908-1-krishnagopi487@gmail.com>
Date: Wed, 8 Oct 2025 00:24:49 +0530
From: Gopi Krishna Menon <krishnagopi487@...il.com>
To: rostedt@...dmis.org,
corbet@....net
Cc: Gopi Krishna Menon <krishnagopi487@...il.com>,
linux-trace-kernel@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
david.hunter.linux@...il.com,
khalid@...nel.org,
linux-kernel-mentees@...ts.linux.dev,
crwood@...hat.com,
tglozar@...hat.com,
costa.shul@...hat.com,
jkacur@...hat.com
Subject: [PATCH 0/8] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
This series is a continuation of previous patch available at:
https://lore.kernel.org/linux-kernel-mentees/20251007083228.17319-1-krishnagopi487@gmail.com/
As suggested by Bagas Sanjaya, this series renames all common_*.rst
files under Documentation/tools/rtla to common_*.txt to maintain
consistency with common_options.txt and to avoid building them as
standalone documents, as they are intended to be included by other rtla
documents only.
Each patch renames one file and updates the corrosponding include
references.
Testing was done by running "make htmldocs" before and after the changes
to verify that no build errors were produced and that the rendered
output remained identical.
Gopi Krishna Menon (8):
Documentation/rtla: rename common_appendix.rst to common_appendix.txt
Documentation/rtla: rename common_hist_options.rst
Documentation/rtla: rename common_osnoise_description.rst
Documentation/rtla: rename common_timerlat_aa.rst
Documentation/rtla: rename common_timerlat_description.rst
Documentation/rtla: rename common_timerlat_options.rst
Documentation/rtla: rename common_top_options.rst
Documentation/rtla: rename common_osnoise_options.rst
.../rtla/{common_appendix.rst => common_appendix.txt} | 0
...common_hist_options.rst => common_hist_options.txt} | 0
..._description.rst => common_osnoise_description.txt} | 0
..._osnoise_options.rst => common_osnoise_options.txt} | 0
.../{common_timerlat_aa.rst => common_timerlat_aa.txt} | 0
...description.rst => common_timerlat_description.txt} | 0
...imerlat_options.rst => common_timerlat_options.txt} | 0
.../{common_top_options.rst => common_top_options.txt} | 0
Documentation/tools/rtla/rtla-hwnoise.rst | 6 +++---
Documentation/tools/rtla/rtla-osnoise-hist.rst | 8 ++++----
Documentation/tools/rtla/rtla-osnoise-top.rst | 8 ++++----
Documentation/tools/rtla/rtla-osnoise.rst | 4 ++--
Documentation/tools/rtla/rtla-timerlat-hist.rst | 10 +++++-----
Documentation/tools/rtla/rtla-timerlat-top.rst | 10 +++++-----
Documentation/tools/rtla/rtla-timerlat.rst | 4 ++--
Documentation/tools/rtla/rtla.rst | 2 +-
16 files changed, 26 insertions(+), 26 deletions(-)
rename Documentation/tools/rtla/{common_appendix.rst => common_appendix.txt} (100%)
rename Documentation/tools/rtla/{common_hist_options.rst => common_hist_options.txt} (100%)
rename Documentation/tools/rtla/{common_osnoise_description.rst => common_osnoise_description.txt} (100%)
rename Documentation/tools/rtla/{common_osnoise_options.rst => common_osnoise_options.txt} (100%)
rename Documentation/tools/rtla/{common_timerlat_aa.rst => common_timerlat_aa.txt} (100%)
rename Documentation/tools/rtla/{common_timerlat_description.rst => common_timerlat_description.txt} (100%)
rename Documentation/tools/rtla/{common_timerlat_options.rst => common_timerlat_options.txt} (100%)
rename Documentation/tools/rtla/{common_top_options.rst => common_top_options.txt} (100%)
--
2.43.0
Powered by blists - more mailing lists