Re: mmotm 2020-02-13-22-26 uploaded (mm/hugetlb.c)

From: Mike Kravetz
Date: Fri Feb 14 2020 - 12:19:44 EST


+ Mina

Andrew, you might want to remove those hugetlb cgroup patches from mmotm
as they are not yet fully reviewed and have some build issues.

--
Mike Kravetz

On 2/14/20 8:29 AM, Randy Dunlap wrote:
> On 2/13/20 10:26 PM, Andrew Morton wrote:
>> The mm-of-the-moment snapshot 2020-02-13-22-26 has been uploaded to
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
>> more than once a week.
>>
>
> on x86_64:
>
> CC mm/hugetlb.o
> In file included from ../include/linux/kernel.h:15:0,
> from ../include/linux/list.h:9,
> from ../mm/hugetlb.c:6:
> ../mm/hugetlb.c: In function âdump_resv_mapâ:
> ../mm/hugetlb.c:301:30: error: âstruct file_regionâ has no member named âreservation_counterâ
> rg->from, rg->to, rg->reservation_counter, rg->css);
> ^
> ../include/linux/printk.h:304:33: note: in definition of macro âpr_errâ
> printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
> ^~~~~~~~~~~
> ../mm/hugetlb.c:301:55: error: âstruct file_regionâ has no member named âcssâ
> rg->from, rg->to, rg->reservation_counter, rg->css);
> ^
> ../include/linux/printk.h:304:33: note: in definition of macro âpr_errâ
> printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
> ^~~~~~~~~~~
> ../mm/hugetlb.c: In function âcheck_coalesce_bugâ:
> ../mm/hugetlb.c:320:10: error: âstruct file_regionâ has no member named âreservation_counterâ
> if (nrg->reservation_counter && nrg->from == rg->to &&
> ^~
> ../mm/hugetlb.c:321:10: error: âstruct file_regionâ has no member named âreservation_counterâ
> nrg->reservation_counter == rg->reservation_counter &&
> ^~
> ../mm/hugetlb.c:321:37: error: âstruct file_regionâ has no member named âreservation_counterâ
> nrg->reservation_counter == rg->reservation_counter &&
> ^~
> ../mm/hugetlb.c:322:10: error: âstruct file_regionâ has no member named âcssâ
> nrg->css == rg->css) {
> ^~
> ../mm/hugetlb.c:322:21: error: âstruct file_regionâ has no member named âcssâ
> nrg->css == rg->css) {
> ^~
>
>
> Full randconfig file is attached.
>