Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4640005ybl; Wed, 22 Jan 2020 01:50:11 -0800 (PST) X-Google-Smtp-Source: APXvYqxzZNpkFR/Tg79oOXCGLr7wtIM+LGn0LOu1SJk1nph3ViwfvSiXNmEuKWA2XQYa0D6myY9H X-Received: by 2002:a9d:560f:: with SMTP id e15mr6617840oti.301.1579686611652; Wed, 22 Jan 2020 01:50:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579686611; cv=none; d=google.com; s=arc-20160816; b=FFZZ05Yv5OvImUwDWwhkDyQzyASxbu+MQv3tiJq4KibJyzdt5P+WjFWaOJNrmZA7ch 5evhScHiASZEhg6H1jVwNkqlLJ9YJTX/iMjc3d8V48nT5L59OeiIEJtb0NS81AZrQ1VH i1+vLX+g2Km200uq6BGege/sUgiEPw9hmVQcbI/b0H9fqfqUK8NG/J3HcTXBH1GrpvxP F1dS8Bihw4Ba7HTGU9GDf7EkVRlaLt2OdIhjpIRUiYOHySvKfiJlATtn4vTB60ANSb+0 PRJ4tI0YfBZikk7dOXBqlzgYeMvRGi9gJQf36JcWjRYAnogNJKG3aqEhZV3UDhEksa9z qevQ== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=p+/huc8zoqq+dZuvSro8DADtn3U9yNmwJP6PZ6w+fQY=; b=qHycjhqwVqKSh+KDZO753c5ljxQ2kwhsHLktizzi4Oc5lV8ymLXOEOQCrKk5ZeBsML dLRbKfSi4LlAtKyeUwCZsm10vLC+c0eABCSrR1cvCiy9V3/wq4i2KUZHOj+fvzyW6o5G H2JRImBuXFlSuhLzzDyecuJFPK8FLbzw/a9W7tdOkYWhuX/JP5mZjzygMtri9nzzY4Ye 911FsIxqfHLGf6vpTF3QHNHJpPb1p2P7YerDxdf16K864Tt68pLJBOh2rV1nfgKpvqtm wdxuGGksfRnnLV8GA73XHIxOkpKHc7TeLYEtujtfrwgl/DjqRoQrjfjq9cOaGOUjgbjN 5zCQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=tTXheWnD; 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 25si20662707oix.178.2020.01.22.01.50.00; Wed, 22 Jan 2020 01:50:11 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=tTXheWnD; 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 S1730540AbgAVJsO (ORCPT + 99 others); Wed, 22 Jan 2020 04:48:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:32830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387586AbgAVJld (ORCPT ); Wed, 22 Jan 2020 04:41:33 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0F33924684; Wed, 22 Jan 2020 09:41:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579686092; bh=0BtmGPs22M/KN4vGklPBEDBxRLyDfhHLM8jbiNuJg5s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tTXheWnD7G7mgt6ZMvfm0+scsbXDLv4Gizga19rP3I9wrfSRI8pG2U19zWxHKd8lo Tq2INDtJZnzKTV76mvXLYUFw+s24O6lmj8lyWGRL+yGjuDiSAtdHvCNE5N1uwhZWkp 63ASbdWb4j70B5zpfVFYYpSq1ahlmN7LbwHNRybo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Kirill A. Shutemov" , "Willhalm, Thomas" , Dan Williams , "Bruggeman, Otto G" , "Aneesh Kumar K . V" , Andrew Morton , Linus Torvalds Subject: [PATCH 4.19 040/103] mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alignment Date: Wed, 22 Jan 2020 10:28:56 +0100 Message-Id: <20200122092809.942698826@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200122092803.587683021@linuxfoundation.org> References: <20200122092803.587683021@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kirill A. Shutemov commit 991589974d9c9ecb24ee3799ec8c415c730598a2 upstream. Shmem/tmpfs tries to provide THP-friendly mappings if huge pages are enabled. But it doesn't work well with above-47bit hint address. Normally, the kernel doesn't create userspace mappings above 47-bit, even if the machine allows this (such as with 5-level paging on x86-64). Not all user space is ready to handle wide addresses. It's known that at least some JIT compilers use higher bits in pointers to encode their information. Userspace can ask for allocation from full address space by specifying hint address (with or without MAP_FIXED) above 47-bits. If the application doesn't need a particular address, but wants to allocate from whole address space it can specify -1 as a hint address. Unfortunately, this trick breaks THP alignment in shmem/tmp: shmem_get_unmapped_area() would not try to allocate PMD-aligned area if *any* hint address specified. This can be fixed by requesting the aligned area if the we failed to allocated at user-specified hint address. The request with inflated length will also take the user-specified hint address. This way we will not lose an allocation request from the full address space. [kirill@shutemov.name: fold in a fixup] Link: http://lkml.kernel.org/r/20191223231309.t6bh5hkbmokihpfu@box Link: http://lkml.kernel.org/r/20191220142548.7118-3-kirill.shutemov@linux.intel.com Fixes: b569bab78d8d ("x86/mm: Prepare to expose larger address space to userspace") Signed-off-by: Kirill A. Shutemov Cc: "Willhalm, Thomas" Cc: Dan Williams Cc: "Bruggeman, Otto G" Cc: "Aneesh Kumar K . V" Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- mm/shmem.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/mm/shmem.c +++ b/mm/shmem.c @@ -2072,9 +2072,10 @@ unsigned long shmem_get_unmapped_area(st /* * Our priority is to support MAP_SHARED mapped hugely; * and support MAP_PRIVATE mapped hugely too, until it is COWed. - * But if caller specified an address hint, respect that as before. + * But if caller specified an address hint and we allocated area there + * successfully, respect that as before. */ - if (uaddr) + if (uaddr == addr) return addr; if (shmem_huge != SHMEM_HUGE_FORCE) { @@ -2108,7 +2109,7 @@ unsigned long shmem_get_unmapped_area(st if (inflated_len < len) return addr; - inflated_addr = get_area(NULL, 0, inflated_len, 0, flags); + inflated_addr = get_area(NULL, uaddr, inflated_len, 0, flags); if (IS_ERR_VALUE(inflated_addr)) return addr; if (inflated_addr & ~PAGE_MASK)