On Fri, 6 Sep 2013, Will Deacon wrote: > Ok, I had a crack at putting something together on top of HEAD, but I still > see some errors due to pcpu array types (even with your patch in mainline). > I think some of your conversions to __this_cpu_read should use this_cpu_ptr > instead, but could you have a quick look at my fixup below please?
That could be the case since the cocci script does assume a read operation is needed if there was no & in front of the __get_cpu_var. This is wrong for pointers and arrays. Patch looks fine to me. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/