On Wed, Jun 10, 2015 at 10:24 AM, Mel Gorman <mgorman@xxxxxxx> wrote: > > Yes, that was done earlier today based on Ingo's review so that the > allocation could be dealt with as a separate path at the end of the series. Ahh, ok, never mind then. > Ok, good point. Patch 3 in my git tree ("mm: Dynamically allocate TLB > batch unmap control structure") does not do this but I'll look into doing > it before the release based on 4.2-rc1. I'm not sure how size-sensitive this is. The 'struct task_struct' is pretty big already, and if somebody builds a MAXSMP kernel, I really don't think they worry too much about wasting a few bytes for each process. Clearly they either are insane, or they actually *have* a big machine, in which point the allocation is not going to be wasteful and they'll likely trigger this code all the time anyway, so trying to be any more dynamic about it is probably not worth it. So my "maybe you could use 'cpumask_var_t' here" suggestion isn't necessarily even worth it. Just statically allocating it is probably perfectly fine. Of course, again the counter-example for that may well be how distros seem to make thousand-cpu configurations the default. That does seem insane to me. But I guess the pain of multiple kernel configs is just too much. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>