Re: linux-next: Tree for Aug 20 (mm/memcontrol)

From: Roman Gushchin
Date: Tue Aug 20 2019 - 12:14:05 EST


On Tue, Aug 20, 2019 at 07:59:54AM -0700, Randy Dunlap wrote:
> On 8/20/19 12:09 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20190819:
> >
>
> on i386 or x86_64:
>
> ../mm/memcontrol.c: In function â__mem_cgroup_freeâ:
> ../mm/memcontrol.c:4885:2: error: implicit declaration of function âmemcg_flush_percpu_vmstatsâ; did you mean âqdisc_is_percpu_statsâ? [-Werror=implicit-function-declaration]
> memcg_flush_percpu_vmstats(memcg, false);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~
> qdisc_is_percpu_stats
> ../mm/memcontrol.c:4886:2: error: implicit declaration of function âmemcg_flush_percpu_vmeventsâ; did you mean âmemcg_check_eventsâ? [-Werror=implicit-function-declaration]
> memcg_flush_percpu_vmevents(memcg);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> memcg_check_events
>
>
>
> Full i386 randconfig file is attached.

Hi Randy!

The issue has already been fixed ( https://lkml.org/lkml/2019/8/19/1007 ),
and Andrew has picked an updated version to the mm tree.
So it will be resolved soon.

Thanks!