lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 22 Apr 2016 16:07:41 +0800
From:	changbin.du@...el.com
To:	akpm@...ux-foundation.org
Cc:	corbet@....net, paulmck@...ux.vnet.ibm.com, josh@...htriplett.org,
	rostedt@...dmis.org, mathieu.desnoyers@...icios.com,
	jiangshanlai@...il.com, tglx@...utronix.de, john.stultz@...aro.org,
	tj@...nel.org, borntraeger@...ibm.com, dchinner@...hat.com,
	linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
	"Du, Changbin" <changbin.du@...el.com>
Subject: [PATCH 0/7] Make debugobjects fixup functions return bool type

From: "Du, Changbin" <changbin.du@...el.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@...ux-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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ