commit | b5875a6996d96c2fbc38bf4ed8b967966d221940 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Jun 28 08:01:50 2017 +1000 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Fri Jun 30 15:38:19 2017 -0700 |
tree | 78755c58fdaf7e0672dc1d187a709d68c0a5ea14 | |
parent | 771f6167fa170cac53bbea53e1eb4076b3c88eac [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 Cc: Kees Cook <keescook@chromium.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>