Re: [PATCH v1] docs: kgdb: Fix stale source file paths
From: Jonathan Corbet
Date: Mon Jun 01 2026 - 15:10:07 EST
Costa Shulyupin <costa.shul@xxxxxxxxxx> writes:
> Update two file paths that became stale when kgdb/kdb sources
> were reorganized:
> - kernel/debugger/debug_core.c -> kernel/debug/debug_core.c
> - drivers/char/kdb_keyboard.c -> kernel/debug/kdb/kdb_keyboard.c
...which happened for 2.6.35 in 2009...
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
> ---
> Documentation/process/debugging/kgdb.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
jon