Re: [PATCH V2 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-09-05 Thread Anshuman Khandual
On 09/06/2016 11:41 AM, kbuild test robot wrote: > Hi Anshuman, > > [auto build test ERROR on mmotm/master] > [also build test ERROR on v4.8-rc5 next-20160905] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > [Suggest to use git(>=2.9.0) for

Re: [PATCH V2 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-09-05 Thread kbuild test robot
Hi Anshuman, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.8-rc5 next-20160905] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record w

[PATCH V2 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-09-05 Thread Anshuman Khandual
Each individual node in the system has a ZONELIST_FALLBACK zonelist and a ZONELIST_NOFALLBACK zonelist. These zonelists decide fallback order of zones during memory allocations. Sometimes it helps to dump these zonelists to see the priority order of various zones in them. Particularly platforms wh