Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1539348ybi; Wed, 19 Jun 2019 23:03:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqwz79pY6ELkJ+6iVZeTKZXkrXsi1sUsCAo1TECs/qkCwpfIbB15p2Bo+XazAJh2IWZUgK0l X-Received: by 2002:a63:c903:: with SMTP id o3mr11245182pgg.295.1561010622282; Wed, 19 Jun 2019 23:03:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561010622; cv=none; d=google.com; s=arc-20160816; b=XxakorOyWunsu4eMi55M8mBK/EY2GgbR1TIzKg1NZ+sweq8YCn3g0MdxF7TAQlN/fj LF8NHoU7xcfaGCnfIerrtrvabuncSxwGxeoo17UVWcA3ptLIqW7QPrIEnKYYdjCjKebu B7N77ShSXwuyyVNRWCK0SE4gCH8c/qoBWE5Ve82fB9scX23Ji9C9ZTFTRdRSZaQrVCpt /F5GJ5tYbxC4YAIPHIoxAFajYs/Kw9P1YKcTXbpvzjI8LVLYObiRTWfbeSdC8LN9cgMq /lgoe6sRNzvo2dxwT3ew9s2HjHMvhA0tdtfeOmsQvx6h8FZypc6kp7qyt6gTWmWDS77+ 0Tow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=SHkC1mZg2rp08rzAypemwkUbAlcN9ysauQkDyXk9YVg=; b=amTCGelAQ3i7LtkLtJGXi2YeCNCQLsj4VGuQguB/1eKsxowe9M9auCnP94RjX0UA8E 2Z25wbgeSY/F/8cFz2vSwvwY2C3cH5wYI+4+mX17SyCz/UH+LLK2CsN0jjGGSPBm+bQW 692CU0nX6WntPNtrStLRAq5BVFCuaXLv5t4Y8kIlNyzl6A/ilAzauiz7lppae1qccil1 bktUryQiNfvdazzzfR+q9/GLXq0uE3x7iFZebjo0BYQTzZ9MXjRNBFvo//tQZzwVVcML rjfvzoWAninW+7H9zyIQUter3+5eIP936zRWkbHlDHVGauX6Od+YQ59pt750AVsIyBuY kzfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si17694655plf.195.2019.06.19.23.03.26; Wed, 19 Jun 2019 23:03:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbfFTGDF (ORCPT + 99 others); Thu, 20 Jun 2019 02:03:05 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:46776 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbfFTGDF (ORCPT ); Thu, 20 Jun 2019 02:03:05 -0400 Received: from relay1-d.mail.gandi.net (unknown [217.70.183.193]) by mslow2.mail.gandi.net (Postfix) with ESMTP id AADE43A47E6; Thu, 20 Jun 2019 05:08:50 +0000 (UTC) X-Originating-IP: 79.86.19.127 Received: from alex.numericable.fr (127.19.86.79.rev.sfr.net [79.86.19.127]) (Authenticated sender: alex@ghiti.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 08AE424000A; Thu, 20 Jun 2019 05:08:33 +0000 (UTC) From: Alexandre Ghiti To: Andrew Morton Cc: "James E . J . Bottomley" , Helge Deller , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Yoshinori Sato , Rich Felker , "David S . Miller" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , x86@kernel.org, Dave Hansen , Andy Lutomirski , Peter Zijlstra , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org, Alexandre Ghiti Subject: [PATCH RESEND 4/8] x86, hugetlbpage: Start fallback of top-down mmap at mm->mmap_base Date: Thu, 20 Jun 2019 01:03:24 -0400 Message-Id: <20190620050328.8942-5-alex@ghiti.fr> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190620050328.8942-1-alex@ghiti.fr> References: <20190620050328.8942-1-alex@ghiti.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In case of mmap failure in top-down mode, there is no need to go through the whole address space again for the bottom-up fallback: the goal of this fallback is to find, as a last resort, space between the top-down mmap base and the stack, which is the only place not covered by the top-down mmap. Signed-off-by: Alexandre Ghiti --- arch/x86/mm/hugetlbpage.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/mm/hugetlbpage.c b/arch/x86/mm/hugetlbpage.c index fab095362c50..4b90339aef50 100644 --- a/arch/x86/mm/hugetlbpage.c +++ b/arch/x86/mm/hugetlbpage.c @@ -106,11 +106,12 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file, { struct hstate *h = hstate_file(file); struct vm_unmapped_area_info info; + unsigned long mmap_base = get_mmap_base(0); info.flags = VM_UNMAPPED_AREA_TOPDOWN; info.length = len; info.low_limit = PAGE_SIZE; - info.high_limit = get_mmap_base(0); + info.high_limit = mmap_base; /* * If hint address is above DEFAULT_MAP_WINDOW, look for unmapped area @@ -132,7 +133,7 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file, if (addr & ~PAGE_MASK) { VM_BUG_ON(addr != -ENOMEM); info.flags = 0; - info.low_limit = TASK_UNMAPPED_BASE; + info.low_limit = mmap_base; info.high_limit = TASK_SIZE_LOW; addr = vm_unmapped_area(&info); } -- 2.20.1