Re: [PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check

2017-05-22 Thread Andrew Morton
On Thu, 18 May 2017 20:35:50 -0700 "Luis R. Rodriguez" wrote: > Commit 7c60c48f58a7 ("sysctl: Improve the sysctl sanity checks") > improved sanity checks considerbly, however the enhancements on > sysctl_check_table() meant adding a functional change so that > only the last

Re: [PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check

2017-05-22 Thread Andrew Morton
On Thu, 18 May 2017 20:35:50 -0700 "Luis R. Rodriguez" wrote: > Commit 7c60c48f58a7 ("sysctl: Improve the sysctl sanity checks") > improved sanity checks considerbly, however the enhancements on > sysctl_check_table() meant adding a functional change so that > only the last table entry's sanity

[PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check

2017-05-18 Thread Luis R. Rodriguez
Commit 7c60c48f58a7 ("sysctl: Improve the sysctl sanity checks") improved sanity checks considerbly, however the enhancements on sysctl_check_table() meant adding a functional change so that only the last table entry's sanity error is propagated. It also changed the way errors were propagated so

[PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check

2017-05-18 Thread Luis R. Rodriguez
Commit 7c60c48f58a7 ("sysctl: Improve the sysctl sanity checks") improved sanity checks considerbly, however the enhancements on sysctl_check_table() meant adding a functional change so that only the last table entry's sanity error is propagated. It also changed the way errors were propagated so