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!