public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] kernel/sysctl.c: about the return value after fail call
@ 2013-08-20  3:37 Chen Gang
  2013-08-20  3:38 ` [PATCH 1/2] kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() Chen Gang
  0 siblings, 1 reply; 6+ messages in thread
From: Chen Gang @ 2013-08-20  3:37 UTC (permalink / raw)
  To: Ingo Molnar, a.p.zijlstra@chello.nl, Mel Gorman, riel
  Cc: Andrew Morton, linux-kernel@vger.kernel.org

Patch 1 for bug fix: check return value after call proc_put_char() in
__do_proc_doulongvec_minmax()

Patch 2 for simplify code : Simplify code for C code readers.


Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
 kernel/sysctl.c |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)

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

end of thread, other threads:[~2013-09-03  5:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20  3:37 [PATCH 0/2] kernel/sysctl.c: about the return value after fail call Chen Gang
2013-08-20  3:38 ` [PATCH 1/2] kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() Chen Gang
2013-08-20  3:39   ` [PATCH 2/2] kernel/sysctl.c: simplify code for C code readers Chen Gang
2013-08-20  5:09   ` [PATCH 1/2] kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() Joe Perches
2013-08-20  5:17     ` Chen Gang
2013-09-03  5:16       ` [PATCH] " Chen Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox