Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-23 Thread Andrew Morton
On Wed, 23 Mar 2016 12:12:48 +0800 "Hillf Danton" wrote: > > > > Do you want me to send new version of the patchset breaking this patch in > > to separate patches? > > > Yes. That would be a bit of a pain because then each arch maintainer will need to check that the [1/1] patch is merged. In

Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-22 Thread Hillf Danton
> > Do you want me to send new version of the patchset breaking this patch in > to separate patches? > Yes. thanks Hillf

Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-22 Thread Vaishali Thakkar
On Wednesday 23 March 2016 08:45 AM, Hillf Danton wrote: >> Update the setup_hugepagesz function to call the routine >> hugetlb_bad_size when unsupported hugepage size is found. >> >> Misc: >> - Silent 80 characters warning >> >> Signed-off-by: Vaishali Thakkar >> Cc: Mike Kravetz >> Cc: Naoy

Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-22 Thread Hillf Danton
> > Update the setup_hugepagesz function to call the routine > hugetlb_bad_size when unsupported hugepage size is found. > > Misc: > - Silent 80 characters warning > > Signed-off-by: Vaishali Thakkar > Cc: Mike Kravetz > Cc: Naoya Horiguchi > Cc: Hillf Danton > Cc: Michal Hocko > Cc: Yaow

Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-22 Thread Mike Kravetz
On 03/22/2016 03:05 AM, Vaishali Thakkar wrote: > Update the setup_hugepagesz function to call the routine > hugetlb_bad_size when unsupported hugepage size is found. > > Misc: > - Silent 80 characters warning > > Signed-off-by: Vaishali Thakkar > Cc: Mike Kravetz > Cc: Naoya Horiguchi > Cc:

Re: [PATCH 2/2] arch:mm: Use hugetlb_bad_size

2016-03-22 Thread Naoya Horiguchi
On Tue, Mar 22, 2016 at 03:35:59PM +0530, Vaishali Thakkar wrote: > Update the setup_hugepagesz function to call the routine > hugetlb_bad_size when unsupported hugepage size is found. > > Misc: > - Silent 80 characters warning > > Signed-off-by: Vaishali Thakkar > Cc: Mike Kravetz > Cc: Naoy