Removed false positives from check-sysctl-docs where there where ctl_tables that were implemented and had documentation but were being marked as undocumented or unimplemented. Besides adjusting the patterns in the check-sysctl-docs script, I also corrected formatting in the kernel.rst and vm.rst doc files (no wording changes!) Please get back to me if you have any comment or suggestions best Signed-off-by: Joel Granados <joel.granados@xxxxxxxxxx> --- Joel Granados (6): docs: nixify check-sysctl-docs docs: Use skiplist when checking sysctl admin-guide docs: Add awk section for ucount sysctl entries docs: Remove colon from ctltable title in vm.rst docs: Replace spaces with tabs in check-sysctl-docs docs: Downgrade arm64 & riscv from titles to comment Documentation/admin-guide/sysctl/kernel.rst | 32 +++-- Documentation/admin-guide/sysctl/vm.rst | 8 +- scripts/check-sysctl-docs | 184 +++++++++++++++------------- 3 files changed, 120 insertions(+), 104 deletions(-) --- base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 change-id: 20250701-jag-sysctldoc-3281ce70e28b Best regards, -- Joel Granados <joel.granados@xxxxxxxxxx>