linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] sysctl: fix some bugs related to proc_douintvec
@ 2017-04-07 15:51 Liping Zhang
  2017-04-07 15:51 ` [PATCH 1/3] sysctl: add sanity check for proc_douintvec Liping Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Liping Zhang @ 2017-04-07 15:51 UTC (permalink / raw)
  To: akpm, mingo, ebiederm
  Cc: davem, subashab, torvalds, linux-kernel, Liping Zhang

From: Liping Zhang <zlpnobody@gmail.com>

This patch set aims to fix some bugs introduced by commit e7d316a02f68
("sysctl: handle error writing UINT_MAX to u32 fields").

Liping Zhang (3):
  sysctl: add sanity check for proc_douintvec
  sysctl: don't print negative flag for proc_douintvec
  sysctl: report EINVAL if value is larger than UINT_MAX for
    proc_douintvec

 fs/proc/proc_sysctl.c | 1 +
 kernel/sysctl.c       | 3 +++
 2 files changed, 4 insertions(+)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-08 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 15:51 [PATCH 0/3] sysctl: fix some bugs related to proc_douintvec Liping Zhang
2017-04-07 15:51 ` [PATCH 1/3] sysctl: add sanity check for proc_douintvec Liping Zhang
2017-04-07 15:51 ` [PATCH 2/3] sysctl: don't print negative flag " Liping Zhang
2017-04-07 15:51 ` [PATCH 3/3] sysctl: report EINVAL if value is larger than UINT_MAX " Liping Zhang
2017-04-07 16:49   ` Linus Torvalds
2017-04-07 21:01     ` Eric W. Biederman
2017-04-08 17:21       ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).