Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4368727pxj; Tue, 8 Jun 2021 12:35:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDeaK4xGf9onkKikujtFlpIw/JK4CYjfSvFOnUnTy8FyLqrwgpkFn1SzwmV0g2P2f121nE X-Received: by 2002:a17:906:394e:: with SMTP id g14mr25230673eje.3.1623180930238; Tue, 08 Jun 2021 12:35:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623180930; cv=none; d=google.com; s=arc-20160816; b=Q9WxMRVahM0Q8BlmhFOHlT2yFB4unso1nVTqM8p+BFhcdJPwb6LzSSe1/pwdF2Da74 bQbjWW8xT8RgGoYhvWMv4meWYi6KkLYwyvnzUORW8a53QvT9LEnWL6qtWSXtouWuwOfG lymz90oMhJdPVBOzehFLOOHYD5wO+BEVfYqeR4ZE0DG3dn8jU0q8fXatiu0oHc4NHcqI jSaEvmHjLe4kmWOz01ClYvN+AMJVNjV4mXJOummfBg3s4OGnC/Q7C2EXEFHsXEh0u2cK 15CY0n3IqQRdx6CKc3KXiJFMt4TtMok7Qao5KnZX6SpW96OwSQ9dizqn7QBbtQpqzbTq wuJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=i0kn6eQqMEko8ejI3isWxXAJe/ptXxbjIr4UuM+iioo=; b=DLvUhc7jZfMwqc2VIcK3/pl/oxRW6ewnoW7SjyAj+RJCSI8gEjLdOA+Db+hODeiA/G khAOp5xsN+UIgsD+Hq0vI2dZmERpyN/FsDaS9sK0aEwxGgdPjbR/fnckleM+0keDW5re 23VdyZiZFAO6MtkOBmVP9p6Z/sKNgMiHA9Rp9cmGflam7wn5rtsGl1d5ql3ZHQYyOawy NCfsXWQGR5ua/S1gaJW0ODcrs4rfxV8Lxr9Bv+xqgbD2gd6f7b3qZzhWfyI9SpGbSY0U WO6TVjKJQVeAHYuyBjIXe5EykLH/MMACWnnI05eovLG0F03vAYQz6gF4FIdN1Nn3W04A 8RCw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yz1U+5EF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g2si462925ejp.350.2021.06.08.12.35.06; Tue, 08 Jun 2021 12:35:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=yz1U+5EF; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237259AbhFHTde (ORCPT + 99 others); Tue, 8 Jun 2021 15:33:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:38008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237736AbhFHTSG (ORCPT ); Tue, 8 Jun 2021 15:18:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 47EE36197C; Tue, 8 Jun 2021 18:51:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623178292; bh=62T1h9/DgOXL1Gp89VJjrv6Gn40zqKR+HQzaDQYWUMQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yz1U+5EForoKpoDt5a7D3rDTaJbXDSLup+jZ4MXXGPF0ocREtMmhhvcOh6prZvrjJ QwbsPW3sGezSuQyyAbI5OW0/bcUXs6YEGdXOB4zPzcUOdDrNWYOmMRHleBLe5JMNUx WXJ+GZ8BVGu3aZp/HB26MfRawlPAwcPynCsao5pQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mina Almasry , Mike Kravetz , Axel Rasmussen , Peter Xu , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 5.12 148/161] mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY Date: Tue, 8 Jun 2021 20:27:58 +0200 Message-Id: <20210608175950.445533458@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210608175945.476074951@linuxfoundation.org> References: <20210608175945.476074951@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mina Almasry [ Upstream commit d84cf06e3dd8c5c5b547b5d8931015fc536678e5 ] The userfaultfd hugetlb tests cause a resv_huge_pages underflow. This happens when hugetlb_mcopy_atomic_pte() is called with !is_continue on an index for which we already have a page in the cache. When this happens, we allocate a second page, double consuming the reservation, and then fail to insert the page into the cache and return -EEXIST. To fix this, we first check if there is a page in the cache which already consumed the reservation, and return -EEXIST immediately if so. There is still a rare condition where we fail to copy the page contents AND race with a call for hugetlb_no_page() for this index and again we will underflow resv_huge_pages. That is fixed in a more complicated patch not targeted for -stable. Test: Hacked the code locally such that resv_huge_pages underflows produce a warning, then: ./tools/testing/selftests/vm/userfaultfd hugetlb_shared 10 2 /tmp/kokonut_test/huge/userfaultfd_test && echo test success ./tools/testing/selftests/vm/userfaultfd hugetlb 10 2 /tmp/kokonut_test/huge/userfaultfd_test && echo test success Both tests succeed and produce no warnings. After the test runs number of free/resv hugepages is correct. [mike.kravetz@oracle.com: changelog fixes] Link: https://lkml.kernel.org/r/20210528004649.85298-1-almasrymina@google.com Fixes: 8fb5debc5fcd ("userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd support") Signed-off-by: Mina Almasry Reviewed-by: Mike Kravetz Cc: Axel Rasmussen Cc: Peter Xu Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- mm/hugetlb.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -4705,10 +4705,20 @@ int hugetlb_mcopy_atomic_pte(struct mm_s struct page *page; if (!*pagep) { - ret = -ENOMEM; + /* If a page already exists, then it's UFFDIO_COPY for + * a non-missing case. Return -EEXIST. + */ + if (vm_shared && + hugetlbfs_pagecache_present(h, dst_vma, dst_addr)) { + ret = -EEXIST; + goto out; + } + page = alloc_huge_page(dst_vma, dst_addr, 0); - if (IS_ERR(page)) + if (IS_ERR(page)) { + ret = -ENOMEM; goto out; + } ret = copy_huge_page_from_user(page, (const void __user *) src_addr,