All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/3] Fixes for lockdep and out-of-tree-module build problem
@ 2011-05-11 20:59 Paul E. McKenney
  2011-05-11 20:59 ` [PATCH tip/core/rcu 1/3] rcu: avoid build error for third-party modules Paul E. McKenney
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul E. McKenney @ 2011-05-11 20:59 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, eric.dumazet, darren,
	patches

Hello!

These patches fix some bugs found in -tip testing:

1.	Avoid a build error for some compiler arguments for out-of-tree
	modules.
2.	Add a generic atomic_or().
3.	Use atomic_or() to avoid a lockdep splat.

Following this will be specific atomic_or() implementations for a couple
of architectures.

							Thanx, Paul

------------------------------------------------------------------------

 include/linux/atomic.h   |   13 +++++++++++++
 include/linux/rcupdate.h |    5 +++--
 kernel/rcutree.c         |   13 +++++--------
 kernel/rcutree.h         |    4 +++-
 4 files changed, 24 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2011-05-11 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 20:59 [PATCH tip/core/rcu 0/3] Fixes for lockdep and out-of-tree-module build problem Paul E. McKenney
2011-05-11 20:59 ` [PATCH tip/core/rcu 1/3] rcu: avoid build error for third-party modules Paul E. McKenney
2011-05-11 20:59 ` [PATCH tip/core/rcu 2/3] atomic: add atomic_or() Paul E. McKenney
2011-05-11 20:59 ` [PATCH tip/core/rcu 3/3] rcu: Avoid acquiring rcu_node locks in timer functions Paul E. McKenney

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.