aboutsummaryrefslogtreecommitdiff
path: root/lib/test_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28sysctl: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-2/+0
2023-12-28sysctl: Add a selftest for handling empty dirsGravatar Joel Granados 1-0/+29
2023-06-18test_sysclt: Test for registering a mount pointGravatar Joel Granados 1-6/+39
2023-06-18test_sysctl: Add an unregister sysctl testGravatar Joel Granados 1-0/+30
2023-06-18test_sysctl: Group node sysctl test under one funcGravatar Joel Granados 1-3/+17
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagGravatar Luis Chamberlain 1-11/+1
2022-05-03selftests/sysctl: add sysctl macro testGravatar Tonghao Zhang 1-0/+32
2022-01-22test_sysctl: simplify subdirectory registration with register_sysctl()Gravatar Luis Chamberlain 1-21/+1
2020-10-16lib: test_sysctl: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterGravatar Vlastimil Babka 1-0/+13
2020-06-02lib: Make test_sysctl initialized as moduleGravatar Masami Hiramatsu 1-1/+1
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseGravatar Eric Sandeen 1-1/+17
2017-07-12test_sysctl: test against int proc_dointvec() array supportGravatar Luis R. Rodriguez 1-0/+13
2017-07-12test_sysctl: add simple proc_douintvec() caseGravatar Luis R. Rodriguez 1-0/+11
2017-07-12test_sysctl: add simple proc_dointvec() caseGravatar Luis R. Rodriguez 1-0/+11
2017-07-12test_sysctl: add dedicated proc sysctl test driverGravatar Luis R. Rodriguez 1-0/+113