[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200526213754.251009fc@xps13>
Date: Tue, 26 May 2020 21:37:54 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>, broonie@...nel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-next@...r.kernel.org, mhocko@...e.cz,
mm-commits@...r.kernel.org, sfr@...b.auug.org.au,
Punnaiah Choudary Kalluri <punnaia@...inx.com>,
Naga Sureshkumar Relli <nagasure@...inx.com>
Subject: Re: mmotm 2020-05-25-16-56 uploaded
(mtd/nand/raw/arasan-nand-controller)
Hi Randy,
Randy Dunlap <rdunlap@...radead.org> wrote on Mon, 25 May 2020 23:56:53
-0700:
> On 5/25/20 4:57 PM, Andrew Morton wrote:
> > The mm-of-the-moment snapshot 2020-05-25-16-56 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.
> >
> > 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
> > http://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:
>
> ld: drivers/mtd/nand/raw/arasan-nand-controller.o: in function `anfc_detach_chip':
> arasan-nand-controller.c:(.text+0x872): undefined reference to `bch_free'
> ld: drivers/mtd/nand/raw/arasan-nand-controller.o: in function `anfc_read_page_hw_ecc':
> arasan-nand-controller.c:(.text+0x18ec): undefined reference to `bch_decode'
> ld: drivers/mtd/nand/raw/arasan-nand-controller.o: in function `anfc_attach_chip':
> arasan-nand-controller.c:(.text+0x214d): undefined reference to `bch_init'
>
>
> Full randconfig file is attached.
>
> Maybe select BCH?
>
> If that doesn't work, sometimes in lib/Makefile, the target has to be
> in lib- instead of in obj-.
>
>
It's fixed now, indeed I forgot to select BCH in Kconfig, thanks for
the warning!
Cheers,
Miquèl
Powered by blists - more mailing lists