Re: mmotm 2020-06-25-20-36 uploaded (mm/slab.c)

From: Kees Cook
Date: Fri Jun 26 2020 - 16:02:59 EST


On Fri, Jun 26, 2020 at 09:28:36AM -0700, Randy Dunlap wrote:
> On 6/25/20 8:37 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> > The mm-of-the-moment snapshot 2020-06-25-20-36 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.
>
>
> when CONFIG_NUMA is not set/enabled:
>
> ../mm/slab.c: In function â___cache_freeâ:
> ../mm/slab.c:3471:2: error: implicit declaration of function â__free_oneâ; did you mean â__free_pageâ? [-Werror=implicit-function-declaration]
> __free_one(ac, objp);
> ^~~~~~~~~~

Eek! Thanks for catching that. I will send a fix patch.

--
Kees Cook