Re: [DRAFT 1/2] mm/cpuset: Exclude CDM nodes from each task's mems_allowed node mask

2016-11-17 Thread kbuild test robot
Hi Anshuman, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.9-rc5 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Anshuman-Khandual/mm-cpuset-Exclude-CDM-node

[DRAFT 1/2] mm/cpuset: Exclude CDM nodes from each task's mems_allowed node mask

2016-11-16 Thread Anshuman Khandual
task->mems_allowed decides the final node mask of nodes from which memory can be allocated irrespective of process or VMA based memory policy. CDM nodes should not be used for any user space memory allocation, hence they should not be part of any mems_allowed mask in user space to begin with. This