linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1536927045-23536-4-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-6-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-8-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-15-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-17-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-22-git-send-email-rppt@linux.vnet.ibm.com>]
  • [parent not found: <1536927045-23536-30-git-send-email-rppt@linux.vnet.ibm.com>]
  • * Re: [PATCH 00/30] mm: remove bootmem allocator
           [not found] <1536927045-23536-1-git-send-email-rppt@linux.vnet.ibm.com>
                       ` (7 preceding siblings ...)
           [not found] ` <1536927045-23536-30-git-send-email-rppt@linux.vnet.ibm.com>
    @ 2018-09-26  9:41 ` Michal Hocko
      8 siblings, 0 replies; 18+ messages in thread
    From: Michal Hocko @ 2018-09-26  9:41 UTC (permalink / raw)
      To: Mike Rapoport
      Cc: linux-mm, Andrew Morton, Catalin Marinas, Chris Zankel,
    	David S. Miller, Geert Uytterhoeven, Greentime Hu,
    	Greg Kroah-Hartman, Guan Xuetao, Ingo Molnar,
    	James E.J. Bottomley, Jonas Bonn, Jonathan Corbet, Ley Foon Tan,
    	Mark Salter, Martin Schwidefsky, Matt Turner, Michael Ellerman,
    	Michal Simek, Palmer Dabbelt, Paul Burton, Richard Kuo,
    	Richard Weinberger, Rich Felker, Russell King, Serge Semin,
    	Thomas Gleixner, Tony Luck, Vineet Gupta, Yoshinori Sato,
    	linux-alpha, linux-arm-kernel, linux-c6x-dev, linux-hexagon,
    	linux-ia64, linux-kernel, linux-m68k, linux-mips, linux-parisc,
    	linuxppc-dev, linux-riscv, linux-s390, linux-sh, linux-snps-arc,
    	linux-um, nios2-dev, openrisc, sparclinux, uclinux-h8-devel
    
    On Fri 14-09-18 15:10:15, Mike Rapoport wrote:
    [...]
    >  326 files changed, 866 insertions(+), 2539 deletions(-)
    >  delete mode 100644 include/linux/bootmem.h
    >  delete mode 100644 mm/bootmem.c
    >  delete mode 100644 mm/nobootmem.c
    
    I _really_ love this part the most! Not only we got rid of the
    translation which always has been a headache but also this nicely shows
    how having multiple allocators hurt. I believe further cleanups on top
    will make the boot allocator even a place where you look and your eyes
    do not want to jump out.
    
    I have only went through patches without my acks from the previous
    iteration and there are only minor comments. This looks good overall.
    
    Nice work Mike!
    -- 
    Michal Hocko
    SUSE Labs
    
    ^ permalink raw reply	[flat|nested] 18+ messages in thread

  • end of thread, other threads:[~2018-09-27  4:50 UTC | newest]
    
    Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <1536927045-23536-1-git-send-email-rppt@linux.vnet.ibm.com>
         [not found] ` <1536927045-23536-3-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:22   ` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM Michal Hocko
    2018-09-26 11:48     ` Mike Rapoport
         [not found] ` <1536927045-23536-4-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:24   ` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK Michal Hocko
    2018-09-26 11:54     ` Mike Rapoport
    2018-09-26 16:58   ` Alexander Duyck
    2018-09-26 18:31     ` Mike Rapoport
    2018-09-27  0:34       ` Alexander Duyck
    2018-09-27  4:50         ` Mike Rapoport
         [not found] ` <1536927045-23536-6-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:25   ` [PATCH 05/30] mm: nobootmem: remove dead code Michal Hocko
         [not found] ` <1536927045-23536-8-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:27   ` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address Michal Hocko
         [not found] ` <1536927045-23536-15-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:31   ` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node() Michal Hocko
    2018-09-26  9:36     ` Michal Hocko
    2018-09-26 13:43       ` Mike Rapoport
    2018-09-26 14:23         ` Michal Hocko
         [not found] ` <1536927045-23536-17-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:37   ` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API Michal Hocko
         [not found] ` <1536927045-23536-22-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:38   ` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc Michal Hocko
         [not found] ` <1536927045-23536-30-git-send-email-rppt@linux.vnet.ibm.com>
    2018-09-26  9:38   ` [PATCH 29/30] mm: remove include/linux/bootmem.h Michal Hocko
    2018-09-26  9:41 ` [PATCH 00/30] mm: remove bootmem allocator Michal Hocko
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).