Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758811Ab3GaCt0 (ORCPT ); Tue, 30 Jul 2013 22:49:26 -0400 Received: from mail-oa0-f53.google.com ([209.85.219.53]:38114 "EHLO mail-oa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494Ab3GaCtZ (ORCPT ); Tue, 30 Jul 2013 22:49:25 -0400 MIME-Version: 1.0 In-Reply-To: <20130731022751.GA2548@lge.com> References: <1375075929-6119-1-git-send-email-iamjoonsoo.kim@lge.com> <1375075929-6119-2-git-send-email-iamjoonsoo.kim@lge.com> <20130731022751.GA2548@lge.com> Date: Wed, 31 Jul 2013 10:49:24 +0800 Message-ID: Subject: Re: [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages From: Hillf Danton To: Joonsoo Kim Cc: Andrew Morton , Rik van Riel , Mel Gorman , Michal Hocko , "Aneesh Kumar K.V" , KAMEZAWA Hiroyuki , Hugh Dickins , Davidlohr Bueso , David Gibson , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Wanpeng Li , Naoya Horiguchi Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 19 On Wed, Jul 31, 2013 at 10:27 AM, Joonsoo Kim wrote: > On Mon, Jul 29, 2013 at 03:24:46PM +0800, Hillf Danton wrote: >> On Mon, Jul 29, 2013 at 1:31 PM, Joonsoo Kim wrote: >> > alloc_huge_page_node() use dequeue_huge_page_node() without >> > any validation check, so it can steal reserved page unconditionally. >> >> Well, why is it illegal to use reserved page here? > > If we use reserved page here, other processes which are promised to use > enough hugepages cannot get enough hugepages and can die. This is > unexpected result to them. > But, how do you determine that a huge page is requested by a process that is not allowed to use reserved pages? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/