Re: [PATCH] mips: switch to NO_BOOTMEM

2018-08-09 Thread Mike Rapoport
On Wed, Aug 08, 2018 at 02:42:15PM -0700, Paul Burton wrote: > Hi Sergey & Mike, > > On Thu, Aug 09, 2018 at 12:30:03AM +0300, Fancer's opinion wrote: > > Hello Mike, > > I haven't read your patch text yet. I am waiting for the subsystem > > maintainers response at least > > about the necessity to

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-08-08 Thread Paul Burton
Hi Sergey & Mike, On Thu, Aug 09, 2018 at 12:30:03AM +0300, Fancer's opinion wrote: > Hello Mike, > I haven't read your patch text yet. I am waiting for the subsystem > maintainers response at least > about the necessity to have this type of changes being merged into the > sources (I mean > memblo

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-08-02 Thread Mike Rapoport
Hi, On Thu, Jul 26, 2018 at 10:55:53PM +0300, Fancer's opinion wrote: > Hello, folks > Regarding the no_bootmem patchset I've sent earlier. > I'm terribly sorry about huge delay with response. I got sucked in a new > project, so just didn't have a time to proceed with the series, answer to the > q

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-07-27 Thread Mike Rapoport
On Thu, Jul 26, 2018 at 10:20:05AM -0700, Paul Burton wrote: > Hi Mike, > > On Thu, Jul 26, 2018 at 10:03:56AM +0300, Mike Rapoport wrote: > > Any comments on this? > > I haven't looked at this in detail yet, but there was a much larger > series submitted to accomplish this not too long ago, whic

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-07-26 Thread Fancer's opinion
Hello, folks Regarding the no_bootmem patchset I've sent earlier. I'm terribly sorry about huge delay with response. I got sucked in a new project, so just didn't have a time to proceed with the series, answer to the questions and resend the set. If it is still relevant and needed for community, I

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-07-26 Thread Paul Burton
Hi Mike, On Thu, Jul 26, 2018 at 10:03:56AM +0300, Mike Rapoport wrote: > Any comments on this? I haven't looked at this in detail yet, but there was a much larger series submitted to accomplish this not too long ago, which needed another revision: https://patchwork.linux-mips.org/project/li

Re: [PATCH] mips: switch to NO_BOOTMEM

2018-07-26 Thread Mike Rapoport
Any comments on this? On Mon, Jul 16, 2018 at 10:47:42AM +0300, Mike Rapoport wrote: > MIPS already has memblock support and all the memory is already registered > with it. > > This patch replaces bootmem memory reservations with memblock ones and > removes the bootmem initialization. > > Signed

[PATCH] mips: switch to NO_BOOTMEM

2018-07-16 Thread Mike Rapoport
MIPS already has memblock support and all the memory is already registered with it. This patch replaces bootmem memory reservations with memblock ones and removes the bootmem initialization. Signed-off-by: Mike Rapoport --- The "generic" part was tested with qemu-system-mipsel (both 32 and 64 bi