Hi Eric, Today's linux-next merge of the userns tree got a conflict in include/linux/sched.h between commit 50954a1f450e ("sched/numa: Provide sysctl knob to disable numa scheduling and turn it off by default") from the tip tree and commit 7b44ab978b77 ("userns: Disassociate user_struct from the user_namespace") from the userns tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc include/linux/sched.h index 37a7cd8,5fdc1eb..0000000 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@@ -90,7 -90,7 +90,8 @@@ struct sched_param #include #include #include +#include + #include #include