From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2EA8BC54E58 for ; Sat, 23 Mar 2024 17:51:18 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 7DBB56B0085; Sat, 23 Mar 2024 13:51:18 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 78B6A6B0087; Sat, 23 Mar 2024 13:51:18 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 652A16B0088; Sat, 23 Mar 2024 13:51:18 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id 537436B0085 for ; Sat, 23 Mar 2024 13:51:18 -0400 (EDT) Received: from smtpin23.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay09.hostedemail.com (Postfix) with ESMTP id 11BE280376 for ; Sat, 23 Mar 2024 17:51:18 +0000 (UTC) X-FDA: 81929045436.23.40576E0 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf12.hostedemail.com (Postfix) with ESMTP id 879F340006 for ; Sat, 23 Mar 2024 17:51:15 +0000 (UTC) Authentication-Results: imf12.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=HSTeGG53; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf12.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1711216275; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=JAIrnsD9nGwZ6dYsocBX6RIgAJSxz+WOPhrKfgDEAIs=; b=05yoHvQr8IgPHqEXGsns4cTLAUZ2pBAkhFvzBzQCIbx+mbBrefDlDonst4FS/aeJR+gOkp Q5AgZcanwajl25u3p/aAezz3TvpIPq5j2KTXgtpXMBDw6JUHlBblpg9yqSja+4aPUP6i3C o46fwXz1M82T9SxAT7+lYrm0AOuAXxY= ARC-Authentication-Results: i=1; imf12.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=HSTeGG53; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf12.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1711216275; a=rsa-sha256; cv=none; b=k1/smvQ1Umz62oDV5znaVdcKoZWt3YC3Kp8j4GAfrZPdAlk1O9RWiOSKAP5HQkQfkSaAS4 7OcIkC/hNIrrRb4fj1fK4rLUItBW5DrxuetC6zqGfoWsZ5zHalakQTtlmBYUcwowi635pg 4PDcbaktBqpR3bMR4tDEZabxolToGY8= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 77EBB6091A; Sat, 23 Mar 2024 17:51:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A799BC433C7; Sat, 23 Mar 2024 17:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711216274; bh=aFUWgJ6j3eMxB7F6CqY23CeEG1BKUpbBLEIqU1EnFrs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HSTeGG53eIkpnVxUoYlxTV46JKoq61UKbSL9IGS2H8K3EKnu/K/mAfY7VEu+/8At1 UDQRivswxnrXtpmVWL19v/1T7Kk6KeTy4CoUcK5s/BQYVFBthNGeCJ3Oyeve33b04g XnOLQHE8eLc3si8axSxOymM27FDs7L8YgavIOdU3Xp5IhnrZaWWUcU6AGCTPY331YD u2SHqrL0doHB06eLANtraxYzamJXa7pu10akyZCO4J98KqCSsfFPSW5/Mc2jpQC6iv Uw5X5DCxfMRsWMFdCY2pDE0ajq9Dt9MSkZM6MSnsPYN7ioh4LeNMSOv3vUw3c5VNMy gxAF3iOZUnWcw== From: SeongJae Park To: peterx@redhat.com Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , SeongJae Park Subject: Re: [PATCH 0/2] mm: small fixup series for mm-unstable Date: Sat, 23 Mar 2024 10:51:11 -0700 Message-Id: <20240323175111.141475-1-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240323033310.971447-1-peterx@redhat.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspam-User: X-Rspamd-Server: rspam12 X-Rspamd-Queue-Id: 879F340006 X-Stat-Signature: mwcd86hc5dkhxut69wcpgyiw6rpcombw X-HE-Tag: 1711216275-860157 X-HE-Meta: U2FsdGVkX18B3QxBN2wFokTNYHTW3A8hfplhrgKakJr4OXJj18t9PLUWm/WmQvqUTlSk2DTqc0pGCE1z2QK3BNEpNEhmA385AN29a9TBA3x60MBCH00ko+IN6SwwQzTPigrd+D9P2WKQ3K56nE6mzchglTU3pBtBmwg8SSJZg93TGCX98Of/vuigju+bexujnO3vBXAa6ehchbdp9TGmeBXanJMZWc3A7zSBXafCSl78iZGDyF+u+s5AtLHaxdNwQWhEotY1cI2HwzxObPgeZIPyYM5TKqWPUiETKmqedZcrmAta9u+Bf5CPwFi5khADYcC35JUlYT5EX7KF6Ixe2K5ojA1z1zEVgPVCh4doQrAPwB67gyRg8praB+G52PDjig2Pp5U/7lnyaT/5+qPc6nuxs74REjw21VRNRdBSknkqnhyY8iTp7yIVR/juF5XBQylbM5H/P/MpJcF1zbtDlVrALsRxN2LpZlxgFtZEFXhTh+4zk+n0f1xe4uzwMUgx6IziuU6pdaNPNu3arG9kTwF/iS0q+z1zTJOj0fJNts5M1AchLsPwuS/nDww0dXEbSshyoA9tNmAqclYr+Gig4UnV7FdI9mtb9bCUSYThE9OOzNPAm8SR3BRSUtSkxqhHIvApbkrretYSXkEJ9Dh1RftneCPWUFSwyE9p/mpe+RRDTMeQxrn0nMPfjQYWF7e+6cv60jyKPMBnkROgckgviUp0XIUl9YSVMKZrxXM2HS+8AeWkj9gcOXdKjSTqynqo0AYCia0uTqPh0I8sFEUYX2WuNNKwn12BF4NCIVyLY/rO1uhH4gsC+cOBKOQ6jeupvAQW/ltQwVD7+hx39Ma7hdyaN7QSGdWB73fCVmSBYYiG9nh+rz/p4ougYG9cu/vLu8j/ropIKFYOf981m8cbASLh8F6/cuYtaj6i3nHxw3U= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: On Fri, 22 Mar 2024 23:33:08 -0400 peterx@redhat.com wrote: > From: Peter Xu > > Andrew, > > This is the small series that should fixes the two reported issues on > mm-unstable for this series: > > https://lore.kernel.org/r/20240321220802.679544-1-peterx@redhat.com > > This is build tested on (1) x86_64, allnoconfig+allmodconfig, (2) m68k, > allnoconfig+allmodconfig. > > Please consider dropping below quickfix: > > mm-gup-handle-hugepd-for-follow_page-fix > > Then apply these two fixups. > > Sorry this "small" fixup series is not that small. Said that, I tested > apply and the fixup should auto-squash all fine on current mm-unstable with > a rebase. If not, feel free to let me know if you want me to resend the > whole series with a base commit, or whatever easy for you. > > Thanks, I confirmed this fixes the build issue I reported[1] yeterday. Tested-by: SeongJae Park [1] https://lore.kernel.org/r/20240322171456.118997-1-sj@kernel.org Thanks, SJ > > Peter Xu (2): > fixup! mm: make HPAGE_PXD_* macros even if !THP > fixup! mm/gup: handle hugepd for follow_page() > > include/linux/huge_mm.h | 16 ++- > mm/gup.c | 287 ++++++++++++++++++++-------------------- > 2 files changed, 154 insertions(+), 149 deletions(-) > > -- > 2.44.0