Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753961AbdLUSV2 (ORCPT ); Thu, 21 Dec 2017 13:21:28 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:40823 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbdLUSV0 (ORCPT ); Thu, 21 Dec 2017 13:21:26 -0500 X-Google-Smtp-Source: ACJfBoth0304svb/PzlWWjlv5j0hK23c2Oinr2LkSMsHc5aMfQNmZis57J1bh56EsNsEHtjCc8usSw== Date: Thu, 21 Dec 2017 21:21:27 +0300 From: Serge Semin To: Matt Redfearn , Alexander Sverdlin , Peter Wotton Cc: ralf@linux-mips.org, rabinv@axis.com, james.hogan@mips.com, Marcin.Nowakowski@mips.com, f.fainelli@gmail.com, kumba@gentoo.org, Sergey.Semin@t-platforms.ru, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Paul.Burton@mips.com Subject: Re: [RFC] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM Message-ID: <20171221182127.GA3161@mobilestation> References: <20171219201400.GA10185@mobilestation> <65E0D1C69B83F54F8D5C962B651A2DEC026B902C@MIPSMAIL01.mipstec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2043 Lines: 61 Hello folks, > > -----Original Message----- > > From: Peter Wotton > > Sent: 20 December 2017 16:18 > > To: 'Serge Semin' > > Cc: Paul Burton; Matt Redfearn; 'james.hogan@imips.com'; Marcin > > Nowakowski > > Subject: RE: [RFC] MIPS memblock: Remove bootmem code and switch to > > NO_BOOTMEM > > > > Hi Serge, > > The imgtec.com email addresses have changed to mips.com following the > > sale of the MIPS division, so forwarding email for Marcin, MattR, James and > > Paul (altho' they'll have also received via the LMO list) Regards Peter. > > Regards > > Peter. > > Thanks Peter. I'll be sending the email to the @mips.com domain then. > From: Alexander Sverdlin > To: 'Serge Semin' > Hello Serge, > > On 19/12/17 21:14, Serge Semin wrote: > > Almost a year ago I sent a patchset to the Linux MIPS community. The main target of the patchset > > was to get rid from the old bootmem allocator usage at the MIPS architecture. Additionally I had > > a problem with CMA usage on my MIPS machine due to some struct page-related issue. Moving to the > > memblock allocator fixed the problem and gave us benefits like smaller memory consumption, > > powerful memblock API to be used within the arch code. > > [...] > > > @alexander.sverdlin@nokia.com. Do you still possess the Octeon MIPS64 platform to test the patchset? > > yes, I'd like to test such a serious change on Octeon2. Please include me in the distribution list. > Great Alexander! I'll keep you informed then CCing to your email. > From: Matt Redfearn > To: 'Serge Semin' > > Yes, we are definitely still interested! > > We have a bunch of MIPS hardware here which we can test any patches you > submit with, and should be able to lend a hand to cover as many different > platforms as we can. > > Thanks, > Matt > Hello Matt. It's great! I'll start reworking the patchset asap and keep you informed when it's finished. Additional notes will be also provided about the platforms, which for my opinion might not work and couldn't be properly quick-fixed. Regards, -Sergey