Skip to content

Commit 99510c3

Browse files
bulwahnJonathan Corbet
authored andcommitted
Documentation/features: Update feature lists for 6.17-rc7
It seems that ./Documentation/features/scripts/features-refresh.sh was most recently used in December 2022, with the latest kernel release v6.1-rc7 at that time (see commit 7f2e60f ("Documentation/features: Update feature lists for 6.1") to update the feature lists in this subdirectory. All further changes to Documentation/features/ since then have probably been done manually, without checking for changes in other architectures and features, that missed to update this part of the documentation. Running ./Documentation/features/scripts/features-refresh.sh now showed seven changes of supported features in various architectures (one in arc, two in parisc, one in riscv, one in openrisc, and two in um), which were not reflected yet in the current documentation. To confirm the sanity of this script's suggested changes, I checked if the commit messages confirm that the features have in fact been added in the following commits: - commit f122668 ("ARC: Add eBPF JIT support") - commit 4800a62 ("parisc: Wire up eBPF JIT compiler") - commit a869b8c ("riscv: enable mseal sysmap for RV64") - commit 2f681ba ("um: move thread info into task") - commit 3f17fed ("um: switch to regset API and depend on XSTATE") - commit 7ce8716 ("openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support") - commit b5ff52b ("parisc: Convert to generic clockevents") So, update all documents to the current state with features-refresh.sh. Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
1 parent 2af8a8a commit 99510c3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Documentation/features/core/eBPF-JIT/arch-support.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| arch |status|
88
-----------------------
99
| alpha: | TODO |
10-
| arc: | TODO |
10+
| arc: | ok |
1111
| arm: | ok |
1212
| arm64: | ok |
1313
| csky: | TODO |
@@ -18,7 +18,7 @@
1818
| mips: | ok |
1919
| nios2: | TODO |
2020
| openrisc: | TODO |
21-
| parisc: | TODO |
21+
| parisc: | ok |
2222
| powerpc: | ok |
2323
| riscv: | ok |
2424
| s390: | ok |

Documentation/features/core/mseal_sys_mappings/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| openrisc: | N/A |
2121
| parisc: | TODO |
2222
| powerpc: | TODO |
23-
| riscv: | TODO |
23+
| riscv: | ok |
2424
| s390: | ok |
2525
| sh: | N/A |
2626
| sparc: | TODO |

Documentation/features/core/thread-info-in-task/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
| s390: | ok |
2525
| sh: | TODO |
2626
| sparc: | TODO |
27-
| um: | TODO |
27+
| um: | ok |
2828
| x86: | ok |
2929
| xtensa: | TODO |
3030
-----------------------

Documentation/features/core/tracehook/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
| s390: | ok |
2525
| sh: | ok |
2626
| sparc: | ok |
27-
| um: | TODO |
27+
| um: | ok |
2828
| x86: | ok |
2929
| xtensa: | ok |
3030
-----------------------

Documentation/features/perf/kprobes-event/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| microblaze: | TODO |
1818
| mips: | ok |
1919
| nios2: | TODO |
20-
| openrisc: | TODO |
20+
| openrisc: | ok |
2121
| parisc: | ok |
2222
| powerpc: | ok |
2323
| riscv: | ok |

Documentation/features/time/clockevents/arch-support.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| mips: | ok |
1919
| nios2: | ok |
2020
| openrisc: | ok |
21-
| parisc: | TODO |
21+
| parisc: | ok |
2222
| powerpc: | ok |
2323
| riscv: | ok |
2424
| s390: | ok |

0 commit comments

Comments
 (0)