[PATCH] Documentation/features: refresh RISC-V arch support files
Palmer Dabbelt
palmer at dabbelt.com
Fri Aug 14 18:38:52 EDT 2020
On Mon, 10 Aug 2020 02:50:00 PDT (-0700), tklauser at distanz.ch wrote:
> Support for these was added by the following commits:
>
> f2c9699f6555 ("riscv: Add STACKPROTECTOR supported")
> 3c4697982982 ("riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT").
> ed48b297fe21 ("riscv: Enable context tracking")
> cbb3d91d3bcf ("riscv: Add kmemleak support")
>
> Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
> ---
> Documentation/features/debug/kmemleak/arch-support.txt | 2 +-
> Documentation/features/debug/stackprotector/arch-support.txt | 2 +-
> Documentation/features/locking/lockdep/arch-support.txt | 2 +-
> Documentation/features/time/context-tracking/arch-support.txt | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/features/debug/kmemleak/arch-support.txt b/Documentation/features/debug/kmemleak/arch-support.txt
> index b7e4f3608838..2db76807ec6f 100644
> --- a/Documentation/features/debug/kmemleak/arch-support.txt
> +++ b/Documentation/features/debug/kmemleak/arch-support.txt
> @@ -23,7 +23,7 @@
> | openrisc: | TODO |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | ok |
> | sh: | ok |
> | sparc: | ok |
> diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
> index 3db4763aa3f5..3329559c8207 100644
> --- a/Documentation/features/debug/stackprotector/arch-support.txt
> +++ b/Documentation/features/debug/stackprotector/arch-support.txt
> @@ -23,7 +23,7 @@
> | openrisc: | TODO |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | TODO |
> | sh: | ok |
> | sparc: | TODO |
> diff --git a/Documentation/features/locking/lockdep/arch-support.txt b/Documentation/features/locking/lockdep/arch-support.txt
> index 4f844ecd0680..940b0bd02957 100644
> --- a/Documentation/features/locking/lockdep/arch-support.txt
> +++ b/Documentation/features/locking/lockdep/arch-support.txt
> @@ -23,7 +23,7 @@
> | openrisc: | ok |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | ok |
> | sh: | ok |
> | sparc: | ok |
> diff --git a/Documentation/features/time/context-tracking/arch-support.txt b/Documentation/features/time/context-tracking/arch-support.txt
> index a71f3a945285..266c81e8a721 100644
> --- a/Documentation/features/time/context-tracking/arch-support.txt
> +++ b/Documentation/features/time/context-tracking/arch-support.txt
> @@ -23,7 +23,7 @@
> | openrisc: | TODO |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | TODO |
> | sh: | TODO |
> | sparc: | ok |
Thanks. I've put this on fixes. Unless there are any issues I'll be sending
out a PR tomorrow.
More information about the linux-riscv
mailing list