On Thu, 25 Oct 2018, Wei Yang wrote: > In current code, we use two forms to access s->cpu_slab > > * raw_cpu_ptr() > * this_cpu_ptr() Ok the only difference is that for CONFIG_DEBUG_PREEMPT we will do the debug checks twice. That tolerable I think but is this really a worthwhile change?