Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645172
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] sysctl: few fixes |
| Date | 2017-05-19 05:40 +0200 |
| Message-ID | <tIGVH-4xK-3@gated-at.bofh.it> (permalink) |
| References | <t9tTj-29U-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
I've been working on making kmod more deterministic, and as I did that I couldn't help but notice a few issues with sysctl. My end goal was just to fix unsigned int support, which back then was completely broken. Liping Zhang has sent up small atomic fixes, however it still missed yet one more fix and Alexey Dobriyan had also suggested to just drop array support given its complexity. I have inspected array support using Coccinelle and indeed its not that popular, so if in fact we can avoid it for new interfaces, I agree its best. I did develop a sysctl stress driver but will hold that off for another series. Luis R. Rodriguez (5): sysctl: fix lax sysctl_check_table() sanity check sysctl: kdoc'ify sysctl_writes_strict sysctl: fold sysctl_writes_strict checks into helper sysctl: simplify unsigned int support sysctl: add unsigned int range support fs/proc/proc_sysctl.c | 26 ++++- include/linux/sysctl.h | 3 + kernel/sysctl.c | 304 +++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 293 insertions(+), 40 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] sysctl: few fixes "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-05-19 05:40 +0200
[PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-05-19 05:40 +0200
Re: [PATCH v3 1/5] sysctl: fix lax sysctl_check_table() sanity check Andrew Morton <akpm@linux-foundation.org> - 2017-05-23 00:50 +0200
[PATCH v3 5/5] sysctl: add unsigned int range support "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-05-19 05:40 +0200
[PATCH v3 4/5] sysctl: simplify unsigned int support "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-05-19 05:40 +0200
csiph-web