aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14sysctl: move u8 register test to lib/test_sysctl.cJoel Granados1-49/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-3/+3
2024-06-03sysctl: Add module description to sysctl-testingJeff Johnson1-0/+1
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang1-0/+49
2022-09-08kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hundred}Liu Shixin1-23/+20
2021-06-23kernel/sysctl-test: Remove some casts which are no-longer requiredDavid Gow1-12/+12
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-1/+3
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin1-0/+392