From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f200.google.com (mail-pf0-f200.google.com [209.85.192.200]) by kanga.kvack.org (Postfix) with ESMTP id 2F61F6B0390 for ; Wed, 12 Apr 2017 13:32:23 -0400 (EDT) Received: by mail-pf0-f200.google.com with SMTP id c198so13103274pfc.19 for ; Wed, 12 Apr 2017 10:32:23 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id v26si917511pgn.161.2017.04.12.10.32.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Apr 2017 10:32:22 -0700 (PDT) Date: Wed, 12 Apr 2017 10:31:51 -0700 From: Christoph Hellwig Subject: Re: [PATCH] mm: add VM_STATIC flag to vmalloc and prevent from removing the areas Message-ID: <20170412173151.GA23054@infradead.org> References: <1491973350-26816-1-git-send-email-hoeun.ryu@gmail.com> <20170412060218.GA16170@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Hoeun Ryu Cc: Christoph Hellwig , Andrew Morton , Andrey Ryabinin , Andreas Dilger , Vlastimil Babka , Michal Hocko , Chris Wilson , Ingo Molnar , zijun_hu , Matthew Wilcox , Thomas Garnier , "Kirill A. Shutemov" , linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org On Wed, Apr 12, 2017 at 08:42:08PM +0900, Hoeun Ryu wrote: > > > On Apr 12, 2017, at 3:02 PM, Christoph Hellwig wrote: > > > >> On Wed, Apr 12, 2017 at 02:01:59PM +0900, Hoeun Ryu wrote: > >> vm_area_add_early/vm_area_register_early() are used to reserve vmalloc area > >> during boot process and those virtually mapped areas are never unmapped. > >> So `OR` VM_STATIC flag to the areas in vmalloc_init() when importing > >> existing vmlist entries and prevent those areas from being removed from the > >> rbtree by accident. > > > > How would they be removed "by accident"? > > I don't mean actual use-cases, but I just want to make it robust against like programming errors. Oh, ok. The patch makes sense then, although the changelog could use a little update. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org