Searched hist:f2e7a6265e5a5e02ee663eda3d0527dd8230b832 (Results 1 – 2 of 2) sorted by relevance
/linux/lib/ |
H A D | test_sysctl.c | diff f2e7a6265e5a5e02ee663eda3d0527dd8230b832 Fri Jun 16 10:59:20 CEST 2023 Joel Granados <j.granados@samsung.com> test_sysclt: Test for registering a mount point
Test that target gets created by register_sysctl_mount_point and that no additional target can be created "on top" of a permanently empty sysctl table.
Create a mount point target (mnt) in the sysctl test driver; try to create another on top of that (mnt_error). Output an error if "mnt_error" is present when we run the sysctl selftests.
Signed-off-by: Joel Granados <j.granados@samsung.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
|
/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | diff f2e7a6265e5a5e02ee663eda3d0527dd8230b832 Fri Jun 16 10:59:20 CEST 2023 Joel Granados <j.granados@samsung.com> test_sysclt: Test for registering a mount point
Test that target gets created by register_sysctl_mount_point and that no additional target can be created "on top" of a permanently empty sysctl table.
Create a mount point target (mnt) in the sysctl test driver; try to create another on top of that (mnt_error). Output an error if "mnt_error" is present when we run the sysctl selftests.
Signed-off-by: Joel Granados <j.granados@samsung.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
|