Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: kgdb: Correct parameter error

Module kgdb had been converted to debug_core since commit c433820971ff
("Move kernel/kgdb.c to kernel/debug/debug_core.c") be added, so let's
correct the module parameter path.

Fixes: c433820971ff ("Move kernel/kgdb.c to kernel/debug/debug_core.c")
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240925100742.1730576-1-changhuang.liang@starfivetech.com

authored by

Changhuang Liang and committed by
Jonathan Corbet
3c8ead6f d260f615

+1 -1
+1 -1
Documentation/dev-tools/kgdb.rst
··· 329 329 330 330 2. Use sysfs before configuring an I/O driver:: 331 331 332 - echo 1 > /sys/module/kgdb/parameters/kgdb_use_con 332 + echo 1 > /sys/module/debug_core/parameters/kgdb_use_con 333 333 334 334 .. note:: 335 335