commit | e3a8cd60232f994452529d906db3302471201550 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Thu Feb 09 10:25:34 2017 -0800 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Thu Feb 09 13:50:26 2017 -0800 |
tree | bfd2ddbe52fbb0f5028e875bc1fba9a107852e8d | |
parent | 10becfeac06b2fe6535c9397f235572c8d1d5b30 [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 Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>