linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pchecks v2 0/2] percpu v3: Implement Preemption checks for __this_cpu operations
@ 2013-10-03 18:28 Christoph Lameter
  2013-10-04  6:01 ` Ingo Molnar
  2013-10-04  8:18 ` Peter Zijlstra
  0 siblings, 2 replies; 4+ messages in thread
From: Christoph Lameter @ 2013-10-03 18:28 UTC (permalink / raw)
  To: Tejun Heo
  Cc: akpm, Steven Rostedt, linux-kernel, Ingo Molnar, Peter Zijlstra,
	Thomas Gleixner

This patchset introduces preemption checks for __this_cpu operations.

First we add new raw_cpu operations that perform this cpu operations
without preempt checks. 

The second patch then adds the preempt checks by modifying the
__this_cpu macros in include/linux/percpu.h

V2->V3:
	- Subject line in the raw_cpu_ops patch had ; instead of :.
	  Guess I am getting old.
	- Improve descriptions and variable names.
	- Run tests again with kvm to verify that it still works.
		A) No warnings with just the patches applied
		B) Lots of warnings with CONFIG_DEBUG_THIS_CPU_OPERATIONS enabled
		C) No warnings with 3 core patches applied that simply convert
			__this_cpu operations to raw_cpu_ops.

V1->V2:
	- Reuse preemption check logic in lib/smp_processor_id.c
	- Add CONFIG_DEBUG_THIS_CPU_OPERATIONS
	- Remove conversions to the use of raw_cpu_ops since
	  these may require some discussion first.


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

end of thread, other threads:[~2013-10-04  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 18:28 [pchecks v2 0/2] percpu v3: Implement Preemption checks for __this_cpu operations Christoph Lameter
2013-10-04  6:01 ` Ingo Molnar
2013-10-04  8:18 ` Peter Zijlstra
2013-10-04  8:30   ` Ingo Molnar

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).