All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/features: Update feature lists for 6.1
@ 2022-12-03  9:37 Wei Li
  2022-12-03 10:54 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Li @ 2022-12-03  9:37 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Guo Ren, Huacai Chen, Tiezhu Yang, Patricia Alfonso,
	Richard Weinberger, Johannes Berg, linux-doc, huawei.libin

Run the refresh script to document the recent feature additions
on loong, um and csky as of v6.1-rc7.

Fixes: 5dc615520c4d ("LoongArch: Add BPF JIT support")
Fixes: 5f1e001be579 ("LoongArch: Add qspinlock support")
Fixes: b37042b2bb7c ("LoongArch: Add perf events support")
Fixes: 5b301409e8bc ("UML: add support for KASAN under x86_64")
Fixes: 4e8bb4ba5a55 ("csky: Add jump-label implementation")
Fixes: 45e15c1a375e ("csky: Add qspinlock support")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 Documentation/features/core/eBPF-JIT/arch-support.txt         | 2 +-
 Documentation/features/core/jump-labels/arch-support.txt      | 2 +-
 Documentation/features/debug/KASAN/arch-support.txt           | 2 +-
 .../features/locking/queued-spinlocks/arch-support.txt        | 4 ++--
 Documentation/features/perf/perf-regs/arch-support.txt        | 2 +-
 Documentation/features/perf/perf-stackdump/arch-support.txt   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/features/core/eBPF-JIT/arch-support.txt b/Documentation/features/core/eBPF-JIT/arch-support.txt
index c0bb9c92937f..7d968c493159 100644
--- a/Documentation/features/core/eBPF-JIT/arch-support.txt
+++ b/Documentation/features/core/eBPF-JIT/arch-support.txt
@@ -13,7 +13,7 @@
     |        csky: | TODO |
     |     hexagon: | TODO |
     |        ia64: | TODO |
-    |       loong: | TODO |
+    |       loong: |  ok  |
     |        m68k: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
diff --git a/Documentation/features/core/jump-labels/arch-support.txt b/Documentation/features/core/jump-labels/arch-support.txt
index 35e2a44b1448..20cbefb4cbff 100644
--- a/Documentation/features/core/jump-labels/arch-support.txt
+++ b/Documentation/features/core/jump-labels/arch-support.txt
@@ -10,7 +10,7 @@
     |         arc: |  ok  |
     |         arm: |  ok  |
     |       arm64: |  ok  |
-    |        csky: | TODO |
+    |        csky: |  ok  |
     |     hexagon: | TODO |
     |        ia64: | TODO |
     |       loong: | TODO |
diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/KASAN/arch-support.txt
index 2fd5fb6f5f23..04afee1ba4b6 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/KASAN/arch-support.txt
@@ -25,7 +25,7 @@
     |        s390: |  ok  |
     |          sh: | TODO |
     |       sparc: | TODO |
-    |          um: | TODO |
+    |          um: |  ok  |
     |         x86: |  ok  |
     |      xtensa: |  ok  |
     -----------------------
diff --git a/Documentation/features/locking/queued-spinlocks/arch-support.txt b/Documentation/features/locking/queued-spinlocks/arch-support.txt
index d2f2201febc8..59ee62b467f5 100644
--- a/Documentation/features/locking/queued-spinlocks/arch-support.txt
+++ b/Documentation/features/locking/queued-spinlocks/arch-support.txt
@@ -10,10 +10,10 @@
     |         arc: | TODO |
     |         arm: | TODO |
     |       arm64: |  ok  |
-    |        csky: | TODO |
+    |        csky: |  ok  |
     |     hexagon: | TODO |
     |        ia64: | TODO |
-    |       loong: | TODO |
+    |       loong: |  ok  |
     |        m68k: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
diff --git a/Documentation/features/perf/perf-regs/arch-support.txt b/Documentation/features/perf/perf-regs/arch-support.txt
index 13c297bbf05c..3732e1cbd9e9 100644
--- a/Documentation/features/perf/perf-regs/arch-support.txt
+++ b/Documentation/features/perf/perf-regs/arch-support.txt
@@ -13,7 +13,7 @@
     |        csky: |  ok  |
     |     hexagon: | TODO |
     |        ia64: | TODO |
-    |       loong: | TODO |
+    |       loong: |  ok  |
     |        m68k: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
diff --git a/Documentation/features/perf/perf-stackdump/arch-support.txt b/Documentation/features/perf/perf-stackdump/arch-support.txt
index 931687eec671..4cc3b15edae5 100644
--- a/Documentation/features/perf/perf-stackdump/arch-support.txt
+++ b/Documentation/features/perf/perf-stackdump/arch-support.txt
@@ -13,7 +13,7 @@
     |        csky: |  ok  |
     |     hexagon: | TODO |
     |        ia64: | TODO |
-    |       loong: | TODO |
+    |       loong: |  ok  |
     |        m68k: | TODO |
     |  microblaze: | TODO |
     |        mips: |  ok  |
-- 
2.25.1


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

* Re: [PATCH] Documentation/features: Update feature lists for 6.1
  2022-12-03  9:37 [PATCH] Documentation/features: Update feature lists for 6.1 Wei Li
@ 2022-12-03 10:54 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-12-03 10:54 UTC (permalink / raw)
  To: Wei Li
  Cc: Guo Ren, Huacai Chen, Tiezhu Yang, Patricia Alfonso,
	Richard Weinberger, Johannes Berg, linux-doc, huawei.libin

Wei Li <liwei391@huawei.com> writes:

> Run the refresh script to document the recent feature additions
> on loong, um and csky as of v6.1-rc7.
>
> Fixes: 5dc615520c4d ("LoongArch: Add BPF JIT support")
> Fixes: 5f1e001be579 ("LoongArch: Add qspinlock support")
> Fixes: b37042b2bb7c ("LoongArch: Add perf events support")
> Fixes: 5b301409e8bc ("UML: add support for KASAN under x86_64")
> Fixes: 4e8bb4ba5a55 ("csky: Add jump-label implementation")
> Fixes: 45e15c1a375e ("csky: Add qspinlock support")
> Signed-off-by: Wei Li <liwei391@huawei.com>
> ---
>  Documentation/features/core/eBPF-JIT/arch-support.txt         | 2 +-
>  Documentation/features/core/jump-labels/arch-support.txt      | 2 +-
>  Documentation/features/debug/KASAN/arch-support.txt           | 2 +-
>  .../features/locking/queued-spinlocks/arch-support.txt        | 4 ++--
>  Documentation/features/perf/perf-regs/arch-support.txt        | 2 +-
>  Documentation/features/perf/perf-stackdump/arch-support.txt   | 2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2022-12-03 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03  9:37 [PATCH] Documentation/features: Update feature lists for 6.1 Wei Li
2022-12-03 10:54 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.