Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Serge Semin
Hello Alexandr, Ok, I will. Regards, -Sergey On Mon, May 22, 2017 at 03:20:44PM +0200, Alexander Sverdlin wrote: > Hello Serge, > > On 22/05/17 15:03, Serge Semin wrote: > >> I have an SGI Onyx2 and just recently acquired a working SGI Origin 200. > >> The > >> Onyx2 has NUMA issues yet to b

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Alexander Sverdlin
Hello Serge, On 22/05/17 15:03, Serge Semin wrote: >> I have an SGI Onyx2 and just recently acquired a working SGI Origin 200. The >> Onyx2 has NUMA issues yet to be hunted down, but I got ~3 days uptime out of >> the Origin 200 running compiles before powering it down. Mainline needs 2-3 >> sma

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Serge Semin
Hello folks, On Mon, May 22, 2017 at 08:47:20AM -0400, Joshua Kinard wrote: > On 05/22/2017 06:26, Serge Semin wrote: > > On Mon, May 22, 2017 at 11:48:36AM +0200, Marcin Nowakowski > > wrote: > > > > Hello Marcin, > > > >> Hi Serge, > >> > >> On 19.12.2016 03:07, Serge Semin wrote: > >>> Mo

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Joshua Kinard
On 05/22/2017 06:26, Serge Semin wrote: > On Mon, May 22, 2017 at 11:48:36AM +0200, Marcin Nowakowski > wrote: > > Hello Marcin, > >> Hi Serge, >> >> On 19.12.2016 03:07, Serge Semin wrote: >>> Most of the modern platforms supported by linux kernel have already >>> been cleaned up of old bootme

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Marcin Nowakowski
Hi Serge, On 22.05.2017 12:26, Serge Semin wrote: Regarding the patchset. I'm still pretty much eager to make it being part of kernel MIPS arch. But there was a problem I outlined in the patchset header message, which I can't fix by myself. Particulary It's connected with Loonson3 or SGI IP27 c

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Serge Semin
On Mon, May 22, 2017 at 11:48:36AM +0200, Marcin Nowakowski wrote: Hello Marcin, > Hi Serge, > > On 19.12.2016 03:07, Serge Semin wrote: > >Most of the modern platforms supported by linux kernel have already > >been cleaned up of old bootmem allocator by moving to nobootmem > >interface wrappi

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-05-22 Thread Marcin Nowakowski
Hi Serge, On 19.12.2016 03:07, Serge Semin wrote: Most of the modern platforms supported by linux kernel have already been cleaned up of old bootmem allocator by moving to nobootmem interface wrapping up the memblock. This patchset is the first attempt to do the similar improvement for MIPS for

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-03-01 Thread Florian Fainelli
On 01/22/2017 11:55 PM, Marcin Nowakowski wrote: > Hi Serge, > > Thanks for this patch series, it's really useful. I've tested it on > Malta and Ci40 and it seems to work well (I've posted a few small > comments separately). I have not tested this yet, but this is definitively a very useful pat

Re: [PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2017-01-22 Thread Marcin Nowakowski
Hi Serge, Thanks for this patch series, it's really useful. I've tested it on Malta and Ci40 and it seems to work well (I've posted a few small comments separately). On 19.12.2016 03:07, Serge Semin wrote: Most of the modern platforms supported by linux kernel have already been cleaned up o

[PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM

2016-12-18 Thread Serge Semin
Most of the modern platforms supported by linux kernel have already been cleaned up of old bootmem allocator by moving to nobootmem interface wrapping up the memblock. This patchset is the first attempt to do the similar improvement for MIPS for UMA systems only. Even though the porting was perfor