Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-29 Thread Schrempf Frieder
On 28.11.18 16:28, Boris Brezillon wrote: > On Wed, 28 Nov 2018 15:19:37 + > Schrempf Frieder wrote: > >> On 28.11.18 16:02, Boris Brezillon wrote: >>> On Wed, 28 Nov 2018 14:55:45 + >>> Schrempf Frieder wrote: >>> Hi Boris, On 28.11.18 15:41, Boris Brezillon wrote: >>

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-28 Thread Boris Brezillon
On Wed, 28 Nov 2018 15:19:37 + Schrempf Frieder wrote: > On 28.11.18 16:02, Boris Brezillon wrote: > > On Wed, 28 Nov 2018 14:55:45 + > > Schrempf Frieder wrote: > > > >> Hi Boris, > >> > >> On 28.11.18 15:41, Boris Brezillon wrote: > >>> On Tue, 27 Nov 2018 07:44:52 + > >>> Sch

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-28 Thread Schrempf Frieder
On 28.11.18 16:02, Boris Brezillon wrote: > On Wed, 28 Nov 2018 14:55:45 + > Schrempf Frieder wrote: > >> Hi Boris, >> >> On 28.11.18 15:41, Boris Brezillon wrote: >>> On Tue, 27 Nov 2018 07:44:52 + >>> Schrempf Frieder wrote: >>> Fix the size of the buffer allocated to store th

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-28 Thread Boris Brezillon
On Wed, 28 Nov 2018 14:55:45 + Schrempf Frieder wrote: > Hi Boris, > > On 28.11.18 15:41, Boris Brezillon wrote: > > On Tue, 27 Nov 2018 07:44:52 + > > Schrempf Frieder wrote: > > > >> Fix the size of the buffer allocated to store the in-memory BBT. > >> This bug was previously hidde

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-28 Thread Schrempf Frieder
Hi Boris, On 28.11.18 15:41, Boris Brezillon wrote: > On Tue, 27 Nov 2018 07:44:52 + > Schrempf Frieder wrote: > >> Fix the size of the buffer allocated to store the in-memory BBT. >> This bug was previously hidden by a different bug, that was fixed in >> d098093ba06e. >> >> Fixes: 9c3736a3d

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-28 Thread Boris Brezillon
On Tue, 27 Nov 2018 07:44:52 + Schrempf Frieder wrote: > Fix the size of the buffer allocated to store the in-memory BBT. > This bug was previously hidden by a different bug, that was fixed in > d098093ba06e. > > Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal with NAND > d

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-27 Thread Miquel Raynal
Hello, Schrempf Frieder wrote on Tue, 27 Nov 2018 08:30:24 +: > On 27.11.18 09:22, Boris Brezillon wrote: > > On Tue, 27 Nov 2018 07:44:52 + > > Schrempf Frieder wrote: > > > >> Fix the size of the buffer allocated to store the in-memory BBT. > >> This bug was previously hidden by a

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-27 Thread Schrempf Frieder
On 27.11.18 09:22, Boris Brezillon wrote: > On Tue, 27 Nov 2018 07:44:52 + > Schrempf Frieder wrote: > >> Fix the size of the buffer allocated to store the in-memory BBT. >> This bug was previously hidden by a different bug, that was fixed in >> d098093ba06e. > > Oops :-/. > >> >> Fixes: 9c

Re: [PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-27 Thread Boris Brezillon
On Tue, 27 Nov 2018 07:44:52 + Schrempf Frieder wrote: > Fix the size of the buffer allocated to store the in-memory BBT. > This bug was previously hidden by a different bug, that was fixed in > d098093ba06e. Oops :-/. > > Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal wi

[PATCH] mtd: nand: Fix memory allocation in nanddev_bbt_init()

2018-11-26 Thread Schrempf Frieder
Fix the size of the buffer allocated to store the in-memory BBT. This bug was previously hidden by a different bug, that was fixed in d098093ba06e. Fixes: 9c3736a3de21 ("mtd: nand: Add core infrastructure to deal with NAND devices") Cc: Signed-off-by: Frieder Schrempf --- drivers/mtd/nand/bbt.