Re: [PATCH v2 1/3] openrisc: Reserve memblock for initrd

2020-09-06 Thread Mike Rapoport
On Sat, Sep 05, 2020 at 10:19:33PM +0900, Stafford Horne wrote: > Recently OpenRISC added support for external initrd images, but I found > some instability when using larger buildroot initrd images. It turned > out that I forgot to reserve the memblock space for the initrd image. > > This patch

Re: [PATCH v2 1/3] openrisc: Reserve memblock for initrd

2020-09-05 Thread Stafford Horne
On Sat, Sep 05, 2020 at 10:19:33PM +0900, Stafford Horne wrote: > Recently OpenRISC added support for external initrd images, but I found > some instability when using larger buildroot initrd images. It turned > out that I forgot to reserve the memblock space for the initrd image. > > This patch

[PATCH v2 1/3] openrisc: Reserve memblock for initrd

2020-09-05 Thread Stafford Horne
Recently OpenRISC added support for external initrd images, but I found some instability when using larger buildroot initrd images. It turned out that I forgot to reserve the memblock space for the initrd image. This patch fixes the instability issue by reserving memblock space. Fixes: