summaryrefslogtreecommitdiffstats
path: root/lib/test_sysctl.c
AgeCommit message (Expand)AuthorLines
2025-04-14sysctl: Close test ctl_headers with a for loopJoel Granados-36/+29
2025-04-14sysctl: call sysctl tests with a for loopJoel Granados-19/+11
2025-04-14sysctl: move u8 register test to lib/test_sysctl.cJoel Granados-0/+66
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-3/+3
2024-06-24KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.koJeff Johnson-0/+1
2023-12-28sysctl: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2023-12-28sysctl: Add a selftest for handling empty dirsJoel Granados-0/+29
2023-06-18test_sysclt: Test for registering a mount pointJoel Granados-6/+39
2023-06-18test_sysctl: Add an unregister sysctl testJoel Granados-0/+30
2023-06-18test_sysctl: Group node sysctl test under one funcJoel Granados-3/+17
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain-11/+1
2022-05-03selftests/sysctl: add sysctl macro testTonghao Zhang-0/+32
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain-21/+1
2020-10-16lib: test_sysctl: delete duplicated wordsRandy Dunlap-1/+1
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka-0/+13
2020-06-02lib: Make test_sysctl initialized as moduleMasami Hiramatsu-1/+1
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen-1/+17
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez-0/+13
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez-0/+11
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez-0/+11
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez-0/+113