Re: [PATCH] Documentation/features: Add KGDB support on RISC-V

From: Jonathan Corbet
Date: Fri Jun 26 2020 - 12:38:53 EST


On Sun, 21 Jun 2020 20:30:16 +0800
Shuli Zhang <zhshuli@xxxxxxxxxx> wrote:

> As KGDB has been implemented on RISC-V, update the feature list.
>
> Signed-off-by: Shuli Zhang <zhshuli@xxxxxxxxxx>
> ---
> Documentation/features/debug/kgdb/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/debug/kgdb/arch-support.txt b/Documentation/features/debug/kgdb/arch-support.txt
> index 38c40cf..8e5a6c3 100644
> --- a/Documentation/features/debug/kgdb/arch-support.txt
> +++ b/Documentation/features/debug/kgdb/arch-support.txt
> @@ -23,7 +23,7 @@
> | openrisc: | TODO |
> | parisc: | ok |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | TODO |
> | sh: | ok |
> | sparc: | ok |

Applied, thanks.

jon