Re: [PATCH v2] Documentation: move dev-tools debugging files to process/debugging/

Doug Anderson <[email protected]> Fri, 6 Dec 2024 07:26:50 -0800
Newsgroups org.kernel.vger.linux-debuggers,org.kernel.vger.linux-doc,org.kernel.vger.linux-serial,org.kernel.vger.workflows
Message-ID <CAD=FV=WzC=AA7MVX_qN1fsPL3Y8JA__0_cL5UWGoea0kJj5PVQ@mail.gmail.com>
Hi,

On Thu, Dec 5, 2024 at 4:31 PM Randy Dunlap <[email protected]> wrote:
>
> Move gdb and kgdb debugging documentation to the dedicated
> debugging directory (Documentation/process/debugging/).
> Adjust the index.rst files to follow the file movement.
> Adjust files that refer to these moved files to follow the file movement.
> Update location of kgdb.rst in MAINTAINERS file.
>
> Note: translations are not updated.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Sebastian Fricke <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Jason Wessel <[email protected]>
> Cc: Daniel Thompson <[email protected]>
> Cc: Douglas Anderson <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: Doug Anderson <[email protected]>
> Cc: Alex Shi <[email protected]>
> Cc: Yanteng Si <[email protected]>
> Cc: Hu Haowen <[email protected]>
> Cc: Andrew Morton <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: [email protected]
> ---
> v2: Make process/debugging/index alpha by filename.
>     Update references to the moved files.
>
>  Documentation/admin-guide/README.rst                                  | 4 ++--
>  Documentation/dev-tools/index.rst                                     | 2 --
>  .../{dev-tools => process/debugging}/gdb-kernel-debugging.rst         | 0
>  Documentation/process/debugging/index.rst                             | 2 ++
>  Documentation/{dev-tools => process/debugging}/kgdb.rst               | 0
>  MAINTAINERS                                                           | 2 +-
>  include/linux/tty_driver.h                                            | 2 +-
>  lib/Kconfig.debug                                                     | 2 +-
>  lib/Kconfig.kgdb                                                      | 2 +-
>  9 files changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Douglas Anderson <[email protected]>