Re: [PATCH] docs: kgdb: Fix path of driver options
Randy Dunlap <[email protected]> Sat, 20 Jun 2026 17:09:18 -0700
| Newsgroups | org.kernel.vger.workflows,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 6/20/26 4:40 PM, Zenghui Yu wrote: > The correct path of driver options should be > /sys/module/<driver>/parameters/<option>. Fix it. > > Signed-off-by: Zenghui Yu <[email protected]> Acked-by: Randy Dunlap <[email protected]> Thanks. > --- > Documentation/process/debugging/kgdb.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/process/debugging/kgdb.rst b/Documentation/process/debugging/kgdb.rst > index c4d0a9121d52..316b1d74e9c8 100644 > --- a/Documentation/process/debugging/kgdb.rst > +++ b/Documentation/process/debugging/kgdb.rst > @@ -513,7 +513,7 @@ unregister all the kernel hook points. > > All kgdb I/O drivers can be reconfigured at run time, if > ``CONFIG_SYSFS`` and ``CONFIG_MODULES`` are enabled, by echo'ing a new > -config string to ``/sys/module/<driver>/parameter/<option>``. The driver > +config string to ``/sys/module/<driver>/parameters/<option>``. The driver > can be unconfigured by passing an empty string. You cannot change the > configuration while the debugger is attached. Make sure to detach the > debugger with the ``detach`` command prior to trying to unconfigure a -- ~Randy