Re: [raw v1 0/4] Replace __this_cpu ops with raw_cpu_ops where necessary

2013-10-08 Thread Ingo Molnar
* Christoph Lameter wrote: > The kernel can detect __this_cpu ops in preemptible contexts after the > preemption check patchset that I posted last week. > > Here is a selection of patches to fix false positives caused by the > additional checks. So far I have found no bug. Amazing. Looks like

Re: [raw v1 0/4] Replace __this_cpu ops with raw_cpu_ops where necessary

2013-10-08 Thread Ingo Molnar
* Christoph Lameter wrote: > The kernel can detect __this_cpu ops in preemptible contexts after > the preemption check patchset that I posted last week. > > Here is a selection of patches to fix false positives caused by > the additional checks. So far I have found no bug. Amazing. > Looks like

[raw v1 0/4] Replace __this_cpu ops with raw_cpu_ops where necessary

2013-10-07 Thread Christoph Lameter
The kernel can detect __this_cpu ops in preemptible contexts after the preemption check patchset that I posted last week. Here is a selection of patches to fix false positives caused by the additional checks. So far I have found no bug. Amazing. Looks like there was some prior work done to shake t