Thanks for pointing this out. The kernel test robot emailed me about it and I am working on fixing it for v2. On Tue, Feb 1, 2022 at 7:50 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > > > On 2/1/22 16:05, Andrew Morton wrote: > > The mm-of-the-moment snapshot 2022-02-01-16-04 has been uploaded to > > > > https://www.ozlabs.org/~akpm/mmotm/ > > > > mmotm-readme.txt says > > > > README for mm-of-the-moment: > > > > https://www.ozlabs.org/~akpm/mmotm/ > > > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > > more than once a week. > > > > You will need quilt to apply these patches to the latest Linus release (5.x > > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in > > https://ozlabs.org/~akpm/mmotm/series > > > > The file broken-out.tar.gz contains two datestamp files: .DATE and > > .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss, > > followed by the base kernel version against which this patch series is to > > be applied. > > on i386: > (memcg-add-per-memcg-total-kernel-memory-stat.patch) > > > ../mm/memcontrol.c: In function ‘uncharge_batch’: > ../mm/memcontrol.c:6805:4: error: implicit declaration of function ‘mem_cgroup_kmem_record’; did you mean ‘mem_cgroup_id_remove’? [-Werror=implicit-function-declaration] > mem_cgroup_kmem_record(ug->memcg, -ug->nr_kmem); > ^~~~~~~~~~~~~~~~~~~~~~ > mem_cgroup_id_remove > > > Full randconfig file is attached. > > -- > ~Randy