diff options
| author | Zenghui Yu <zenghui.yu@linux.dev> | 2026-06-21 07:40:35 +0800 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-06-23 14:35:50 -0600 |
| commit | dd07489fead45f0947aaa4cfb72066594df0fde4 (patch) | |
| tree | 81eefe6511f4cd3002ab0156ae0311b3070efee4 | |
| parent | 8a66c094793ec68cf15260538017b0f661ae400a (diff) | |
docs: kgdb: Fix path of driver options
The correct path of driver options should be
/sys/module/<driver>/parameters/<option>. Fix it.
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260620234035.9917-1-zenghui.yu@linux.dev>
| -rw-r--r-- | Documentation/process/debugging/kgdb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
