Re: mmotm 2018-08-09-20-10 uploaded (mtd/nand/raw/atmel/)

From: Boris Brezillon
Date: Sat Aug 11 2018 - 06:13:35 EST


Hi Randy,

On Fri, 10 Aug 2018 08:37:01 -0700
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> On 08/09/2018 08:11 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> > The mm-of-the-moment snapshot 2018-08-09-20-10 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 i386:
>
> ERROR: "of_gen_pool_get" [drivers/mtd/nand/raw/atmel/atmel-nand-controller.ko] undefined!
> ERROR: "gen_pool_dma_alloc" [drivers/mtd/nand/raw/atmel/atmel-nand-controller.ko] undefined!
> ERROR: "gen_pool_free" [drivers/mtd/nand/raw/atmel/atmel-nand-controller.ko] undefined!

Hm, missing 'depends on GENERIC_ALLOCATOR'. I'll send a patch to fix
that.

Thanks for reporting the problem.

Boris