Hi, The percpu variables of 'lockdep_stats' and 'cpu_lock_stat' may be accessed before percpu area is brought up in case of CONFIG_DEBUG_LOCKDEP/CONFIG_LOCK_STAT, so these variables in non-boot CPUs will be initialized incorrectly.
As far as I think of, there are several solutions for the problem: 1, just enable 'debug_locks' until percpu area is built 2, define the two percpu variables in a simple/stupid percpu way inside lockdep 3, clear these two percpu variables of non-boot CPUs just after percpu area is built. 4, ignore the problem Looks each approache have its own disadvantage, so what is your opinion on the problem? or better approach? Thanks, -- Ming Lei -- 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/