All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] rcu: infrastructure for debugobjects checking
@ 2010-05-13 23:06 Paul E. McKenney
  2010-05-14  6:15 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2010-05-13 23:06 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, akpm, a.p.zijlstra, tglx

Hello, Ingo,

Here are the first three commits from Mathieu's debugobjects series
(http://lwn.net/Articles/387344/).  The first two provide the debugobjects
infrastructure and the RCU APIs, and the third applies these APIs to
the RCU implementation itself.

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/next

Once these three reach mainline, I will submit the next six commits
to their respective trees (powerpc, block, staging, fs, mm, and selinux).
The maintainers have been CCed on the the earlier LKML patchsets.
Once these six commits reach mainline, I will send you a pull request
for the remaining two commits.

Then on to Arnd's "sparse" checks, which are still being refined.

							Thanx, Paul

------------------>
 Mathieu Desnoyers (2)
	 Debugobjects transition check
	 rcu head introduce rcu head init on stack

 Paul E. McKenney (1)
	 rcu: remove all rcu head initializations, except on_stack initializations

 include/linux/debugobjects.h |   11 ++++++++
 include/linux/init_task.h    |    1 -
 include/linux/rcupdate.h     |    8 +++++
 kernel/rcutiny.c             |    6 ++++
 kernel/rcutorture.c          |    2 +
 kernel/rcutree.c             |    4 +++
 kernel/rcutree_plugin.h      |    2 +
 lib/debugobjects.c           |   59 +++++++++++++++++++++++++++++++++++++++--
 8 files changed, 89 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2010-05-14  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 23:06 [GIT PULL] rcu: infrastructure for debugobjects checking Paul E. McKenney
2010-05-14  6:15 ` Ingo Molnar

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.