Dmitry Vyukov wrote: > On Wed, Nov 25, 2015 at 6:37 PM, Michal Hocko <mhocko@xxxxxxxxxx> wrote: > > On Wed 25-11-15 18:21:02, Dmitry Vyukov wrote: > > [...] > >> I have some progress. > > > > Please have a look at Peter's patch posted in the original email thread > > http://lkml.kernel.org/r/20151125150207.GM11639@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Yes, I've posted there as well. That patch should help. > OK. This bug seems to exist since commit ca94c442535a "sched: Introduce SCHED_RESET_ON_FORK scheduling policy flag". Should Cc: <stable@xxxxxxxxxxxxxxx> [2.6.32+] line be added? By the way, does use of "unsigned char" than "unsigned" save some bytes? Simply trying not to change the size of "struct task_struct"... According to C99, only "unsigned int", "signed int" and "_Bool" are allowed. But many compilers accept other types such as "unsigned char", given that we watch out for compiler bugs. -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html