linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH powerpc 0/2] powerpc CONFIG_PREEMPT fixes
@ 2011-02-10 21:57 Paul E. McKenney
  2011-02-10 21:57 ` [PATCH powerpc 1/2] powerpc: protect per-CPU access with preempt_disable Paul E. McKenney
  2011-02-10 21:57 ` [PATCH powerpc 2/2] powerpc: mask smp_processor_id() false positive Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Paul E. McKenney @ 2011-02-10 21:57 UTC (permalink / raw)
  To: benh, paulus; +Cc: linuxppc-dev, linux-kernel

Hello!

This series provides fixes for a couple of CONFIG_PREEMPT problems on
Power:

1.	The hpte_need_flush() function accesses per-CPU variables without
	protection.
2.	The rtas_event_scan() function needs to use raw_smp_processor_id()
	to get a starting point to avoid debugging splats.

There are probably a few more where these came from.  ;-)

								Thanx, Paul

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

end of thread, other threads:[~2011-02-10 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 21:57 [PATCH powerpc 0/2] powerpc CONFIG_PREEMPT fixes Paul E. McKenney
2011-02-10 21:57 ` [PATCH powerpc 1/2] powerpc: protect per-CPU access with preempt_disable Paul E. McKenney
2011-02-10 21:57 ` [PATCH powerpc 2/2] powerpc: mask smp_processor_id() false positive Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).