commit | 7c43a657a4beadeb6d2fe1a00732261e313a807f | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <[email protected]> | Wed Jul 12 14:33:58 2017 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Jul 12 16:26:00 2017 -0700 |
tree | 136df4cf9e16868c81d502ca8b6f3284546c81c6 | |
parent | 2920fad3a5d394b66011c7f35c7b05278354055e [diff] |
test_sysctl: test against int proc_dointvec() array support Add a few initial respective tests for an array: o Echoing values separated by spaces works o Echoing only first elements will set first elements o Confirm PAGE_SIZE limit still applies even if an array is used Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Luis R. Rodriguez <[email protected]> Cc: Kees Cook <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>