Re: [PATCH] Documentation: move dev-tools debugging files to process/debugging/
Doug Anderson <[email protected]> Wed, 4 Dec 2024 15:07:27 -0800
| Newsgroups | org.kernel.vger.linux-debuggers,org.kernel.vger.linux-doc,org.kernel.vger.workflows |
|---|---|
| Message-ID | <CAD=FV=WhQFxUNr6vyMVBn9CmZPnnntDP2nH=Tp1Rm=xH+YsE2w@mail.gmail.com> |
Hi, On Wed, Dec 4, 2024 at 2:17 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. > Update location of kgdb.rst in MAINTAINERS file. > > 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] > --- > Documentation/dev-tools/index.rst | 2 -- > Documentation/{dev-tools => process/debugging}/gdb-kernel-debugging.rst | 0 After applying your patch and doing `git grep gdb-kernel-debugging.rst`, I still see several references to the old location. Those should be updated as part of this patch, right? > Documentation/process/debugging/index.rst | 2 ++ > Documentation/{dev-tools => process/debugging}/kgdb.rst | 0 Similarly `git grep kgdb.rst` still has several references to the old location. > MAINTAINERS | 2 +- > 5 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/dev-tools/index.rst b/Documentation/dev-tools/index.rst > index 3c0ac08b2709..c1e73e75f551 100644 > --- a/Documentation/dev-tools/index.rst > +++ b/Documentation/dev-tools/index.rst > @@ -27,8 +27,6 @@ Documentation/dev-tools/testing-overview.rst > kmemleak > kcsan > kfence > - gdb-kernel-debugging > - kgdb > kselftest > kunit/index > ktap > diff --git a/Documentation/dev-tools/gdb-kernel-debugging.rst b/Documentation/process/debugging/gdb-kernel-debugging.rst > similarity index 100% > rename from Documentation/dev-tools/gdb-kernel-debugging.rst > rename to Documentation/process/debugging/gdb-kernel-debugging.rst > diff --git a/Documentation/process/debugging/index.rst b/Documentation/process/debugging/index.rst > index f6e4a00dfee3..bc4a816e3d32 100644 > --- a/Documentation/process/debugging/index.rst > +++ b/Documentation/process/debugging/index.rst > @@ -12,6 +12,8 @@ general guides > > driver_development_debugging_guide > userspace_debugging_guide > + gdb-kernel-debugging > + kgdb Should the list above be kept alphabetical. The list you removed these entries from was _almost_ alphabetical...