Hi, On Thu, Dec 5, 2024 at 4:31 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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 <rdunlap@xxxxxxxxxxxxx> > Cc: Sebastian Fricke <sebastian.fricke@xxxxxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: workflows@xxxxxxxxxxxxxxx > Cc: Jason Wessel <jason.wessel@xxxxxxxxxxxxx> > Cc: Daniel Thompson <danielt@xxxxxxxxxx> > Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> > Cc: linux-debuggers@xxxxxxxxxxxxxxx > Cc: kgdb-bugreport@xxxxxxxxxxxxxxxxxxxxx > Cc: Doug Anderson <dianders@xxxxxxxxxxxx> > Cc: Alex Shi <alexs@xxxxxxxxxx> > Cc: Yanteng Si <siyanteng@xxxxxxxxxxx> > Cc: Hu Haowen <2023002089@xxxxxxxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: linux-serial@xxxxxxxxxxxxxxx > --- > 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 <dianders@xxxxxxxxxxxx>