linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/features: Update feature lists for 5.10
@ 2020-11-19  2:27 Wei Li
  2020-11-30 17:41 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Li @ 2020-11-19  2:27 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Nicholas Piggin, Guo Ren, Michael Karcher, guohanjun, linux-doc,
	linux-kernel

The feature lists don't match reality as of v5.10-rc4, update them
accordingly (by features-refresh.sh).

Fixes: aa65ff6b18e0 ("powerpc/64s: Implement queued spinlocks and rwlocks")
Fixes: e95a4f8cb985 ("csky: Add SECCOMP_FILTER supported")
Fixes: 0bb605c2c7f2 ("sh: Add SECCOMP_FILTER")
Fixes: bdcd93ef9afb ("csky: Add context tracking support")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 .../features/locking/queued-rwlocks/arch-support.txt          | 2 +-
 .../features/locking/queued-spinlocks/arch-support.txt        | 2 +-
 .../features/seccomp/seccomp-filter/arch-support.txt          | 4 ++--
 Documentation/features/time/context-tracking/arch-support.txt | 2 +-
 Documentation/features/time/virt-cpuacct/arch-support.txt     | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/features/locking/queued-rwlocks/arch-support.txt b/Documentation/features/locking/queued-rwlocks/arch-support.txt
index 5c6bcfcf8e1f..4dd5e554873f 100644
--- a/Documentation/features/locking/queued-rwlocks/arch-support.txt
+++ b/Documentation/features/locking/queued-rwlocks/arch-support.txt
@@ -22,7 +22,7 @@
     |       nios2: | TODO |
     |    openrisc: |  ok  |
     |      parisc: | TODO |
-    |     powerpc: | TODO |
+    |     powerpc: |  ok  |
     |       riscv: | TODO |
     |        s390: | TODO |
     |          sh: | TODO |
diff --git a/Documentation/features/locking/queued-spinlocks/arch-support.txt b/Documentation/features/locking/queued-spinlocks/arch-support.txt
index b55e420a34ea..b16d4f71e5ce 100644
--- a/Documentation/features/locking/queued-spinlocks/arch-support.txt
+++ b/Documentation/features/locking/queued-spinlocks/arch-support.txt
@@ -22,7 +22,7 @@
     |       nios2: | TODO |
     |    openrisc: |  ok  |
     |      parisc: | TODO |
-    |     powerpc: | TODO |
+    |     powerpc: |  ok  |
     |       riscv: | TODO |
     |        s390: | TODO |
     |          sh: | TODO |
diff --git a/Documentation/features/seccomp/seccomp-filter/arch-support.txt b/Documentation/features/seccomp/seccomp-filter/arch-support.txt
index c688aba22a8d..eb3d74092c61 100644
--- a/Documentation/features/seccomp/seccomp-filter/arch-support.txt
+++ b/Documentation/features/seccomp/seccomp-filter/arch-support.txt
@@ -11,7 +11,7 @@
     |         arm: |  ok  |
     |       arm64: |  ok  |
     |         c6x: | TODO |
-    |        csky: | TODO |
+    |        csky: |  ok  |
     |       h8300: | TODO |
     |     hexagon: | TODO |
     |        ia64: | TODO |
@@ -25,7 +25,7 @@
     |     powerpc: |  ok  |
     |       riscv: |  ok  |
     |        s390: |  ok  |
-    |          sh: | TODO |
+    |          sh: |  ok  |
     |       sparc: | TODO |
     |          um: |  ok  |
     |         x86: |  ok  |
diff --git a/Documentation/features/time/context-tracking/arch-support.txt b/Documentation/features/time/context-tracking/arch-support.txt
index 266c81e8a721..52aea275aab7 100644
--- a/Documentation/features/time/context-tracking/arch-support.txt
+++ b/Documentation/features/time/context-tracking/arch-support.txt
@@ -11,7 +11,7 @@
     |         arm: |  ok  |
     |       arm64: |  ok  |
     |         c6x: | TODO |
-    |        csky: | TODO |
+    |        csky: |  ok  |
     |       h8300: | TODO |
     |     hexagon: | TODO |
     |        ia64: | TODO |
diff --git a/Documentation/features/time/virt-cpuacct/arch-support.txt b/Documentation/features/time/virt-cpuacct/arch-support.txt
index 56b372da6b01..e51f3af38e31 100644
--- a/Documentation/features/time/virt-cpuacct/arch-support.txt
+++ b/Documentation/features/time/virt-cpuacct/arch-support.txt
@@ -11,7 +11,7 @@
     |         arm: |  ok  |
     |       arm64: |  ok  |
     |         c6x: | TODO |
-    |        csky: | TODO |
+    |        csky: |  ok  |
     |       h8300: | TODO |
     |     hexagon: | TODO |
     |        ia64: |  ok  |
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/features: Update feature lists for 5.10
  2020-11-19  2:27 [PATCH] Documentation/features: Update feature lists for 5.10 Wei Li
@ 2020-11-30 17:41 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-11-30 17:41 UTC (permalink / raw)
  To: Wei Li
  Cc: Nicholas Piggin, Guo Ren, Michael Karcher, guohanjun, linux-doc,
	linux-kernel

On Thu, 19 Nov 2020 10:27:09 +0800
Wei Li <liwei391@huawei.com> wrote:

> The feature lists don't match reality as of v5.10-rc4, update them
> accordingly (by features-refresh.sh).
> 
> Fixes: aa65ff6b18e0 ("powerpc/64s: Implement queued spinlocks and rwlocks")
> Fixes: e95a4f8cb985 ("csky: Add SECCOMP_FILTER supported")
> Fixes: 0bb605c2c7f2 ("sh: Add SECCOMP_FILTER")
> Fixes: bdcd93ef9afb ("csky: Add context tracking support")
> Signed-off-by: Wei Li <liwei391@huawei.com>
> ---
>  .../features/locking/queued-rwlocks/arch-support.txt          | 2 +-
>  .../features/locking/queued-spinlocks/arch-support.txt        | 2 +-
>  .../features/seccomp/seccomp-filter/arch-support.txt          | 4 ++--
>  Documentation/features/time/context-tracking/arch-support.txt | 2 +-
>  Documentation/features/time/virt-cpuacct/arch-support.txt     | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19  2:27 [PATCH] Documentation/features: Update feature lists for 5.10 Wei Li
2020-11-30 17:41 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).