All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Make debugobjects fixup functions return bool type
@ 2016-04-22  8:07 changbin.du
  2016-04-22  8:07 ` [PATCH 1/7] debugobjects: make fixup functions return bool instead of int changbin.du
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: changbin.du @ 2016-04-22  8:07 UTC (permalink / raw)
  To: akpm
  Cc: corbet, paulmck, josh, rostedt, mathieu.desnoyers, jiangshanlai,
	tglx, john.stultz, tj, borntraeger, dchinner, linux-doc,
	linux-kernel, Du, Changbin

From: "Du, Changbin" <changbin.du@intel.com>

Hello,
I am going to introduce debugobjects infrastructure to USB subsystem.
But before this, I found the code of debugobjects could be improved.
This patchset will make fixup functions return bool type instead of
int. Because fixup only need report success or no. boolean is the
'real' type.

The MAINTAINERS file doesn't include lib/debugobjects.c, so I can 
only send to Andrew Morton (akpm@linux-foundation.org) as a last
resort. :)

I will probaly have 2 other patches which send later.

Du, Changbin (7):
  debugobjects: make fixup functions return bool instead of int
  debugobjects: correct the usage of fixup call results
  workqueue: update debugobjects fixup callbacks return type
  timer: update debugobjects fixup callbacks return type
  rcu: update debugobjects fixup callbacks return type
  percpu_counter: update debugobjects fixup callbacks return type
  Documentation: update debugobjects doc

 Documentation/DocBook/debugobjects.tmpl | 26 ++++++++++---------
 include/linux/debugobjects.h            | 15 ++++++-----
 kernel/rcu/update.c                     |  6 ++---
 kernel/time/hrtimer.c                   | 18 ++++++-------
 kernel/time/timer.c                     | 30 +++++++++++-----------
 kernel/workqueue.c                      | 20 +++++++--------
 lib/debugobjects.c                      | 45 ++++++++++++++++-----------------
 lib/percpu_counter.c                    |  6 ++---
 8 files changed, 84 insertions(+), 82 deletions(-)

-- 
2.7.4

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22  8:07 [PATCH 0/7] Make debugobjects fixup functions return bool type changbin.du
2016-04-22  8:07 ` [PATCH 1/7] debugobjects: make fixup functions return bool instead of int changbin.du
2016-04-22  8:33   ` Thomas Gleixner
2016-04-22  8:54     ` Du, Changbin
2016-04-22  9:16       ` Thomas Gleixner
2016-04-22  8:07 ` [PATCH 2/7] debugobjects: correct the usage of fixup call results changbin.du
2016-04-22  9:05   ` Thomas Gleixner
2016-04-22  8:07 ` [PATCH 3/7] workqueue: update debugobjects fixup callbacks return type changbin.du
2016-04-22  8:07 ` [PATCH 4/7] timer: " changbin.du
2016-04-22  8:07 ` [PATCH 5/7] rcu: " changbin.du
2016-04-22  8:07 ` [PATCH 6/7] percpu_counter: " changbin.du
2016-04-22  8:07 ` [PATCH 7/7] Documentation: update debugobjects doc changbin.du

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.