On Tue, 9 Dec 2014, Pranith Kumar wrote: > zalloc_cpumask_var() can return 0 on allocation failure when > CONFIG_CPUMASK_OFFSTACK is set. Check for the return value and WARN() on > failure > of an allocation in such cases.
And that warning helps in which way? It just prints a completely useless backtrace and breaks out of the loop, but it does not prevent that later on code will trip over the non allocated per cpu data. Thanks, tglx -- 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/