From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Date: Thu, 06 Sep 2018 13:16:34 +0000 Subject: Re: [RFC PATCH 00/29] mm: remove bootmem allocator Message-Id: <20180906131634.GJ27492@rapoport-lnx> List-Id: References: <1536163184-26356-1-git-send-email-rppt@linux.vnet.ibm.com> <20180906091538.GN14951@dhcp22.suse.cz> In-Reply-To: <20180906091538.GN14951@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michal Hocko Cc: linux-mm@kvack.org, Andrew Morton , "David S. Miller" , Greg Kroah-Hartman , Ingo Molnar , Michael Ellerman , Paul Burton , Thomas Gleixner , Tony Luck , linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, Sep 06, 2018 at 11:15:38AM +0200, Michal Hocko wrote: > On Wed 05-09-18 18:59:15, Mike Rapoport wrote: > [...] > > 325 files changed, 846 insertions(+), 2478 deletions(-) > > delete mode 100644 include/linux/bootmem.h > > delete mode 100644 mm/bootmem.c > > delete mode 100644 mm/nobootmem.c > > This is really impressive! Thanks a lot for working on this. I wish we > could simplify the memblock API as well. There are just too many public > functions with subtly different semantic and barely any useful > documentation. There are also many functions with exactly the same semantic :) Cleaning up the memblock API would be the next step. > But even this is a great step forward! > -- > Michal Hocko > SUSE Labs > -- Sincerely yours, Mike.