From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A6853126D3 for ; Wed, 31 Dec 2025 12:21:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767183678; cv=none; b=CT2g+1W6knK2QWjcE3f1OgxDi7paQpmF7Q7JAknw4LB2Z9XWDjSfpmEGwHilN2TLs8ynLbbAzKUhHM31q5oirKOxs8rNADGb4RPbv5NMw7kt+J9BTPwSGUKGflzAh8uQbUmfM1evTrE80OZQC6PfeeXserjgHOlhC5Jo6dpImmw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767183678; c=relaxed/simple; bh=rwOuVs4lpDDF8bKqR4rIsZbo/WNCoOlr6UVNDV5zcrc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=C/VP4qKbQeR8mymv+Z6Sa0+yxkGhxBlZLIIKP6DaWTua/ZeIHsCqVdvg6kFRZU9zvEBH0PUMLQppg4wlNULfIeZYcyS9MI1syVqXG5/dsiRm72+AEZRsPHBPAbzT2TvLRzW48/6lnPb29Ml8uD10TgwuyKyrmWF9r9Tk7nWGpwQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fsHKDW85; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fsHKDW85" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58764C113D0; Wed, 31 Dec 2025 12:21:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767183678; bh=rwOuVs4lpDDF8bKqR4rIsZbo/WNCoOlr6UVNDV5zcrc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fsHKDW85kpgeh5hk9sfPbsVQiXI2NRDc9AFhqDOQFeWTdCGVkAEHcjUk//b9zVU40 i0k1uSSvdRpjyAz71zdtC7pLe1niNddntqdU9x7HBhEzvnBnNbw94WVHfH6NXrNOSP cf2yxUJmksMtRrrm0xom5u9fEMJLIL3djtPPD2ezQURTVNdVfORvQoOUjX90BElub4 uYRn10UUxF/BaFLDAcKNX4GeTPnK7QOMnVMsf3pRKgWgdV2VMiZWV0WyfedgYMgLKY GmqqokazWPglXAK6QUzirHH6LgNYiw9DApVCw7W5tWzOefar+iSxITAHgPb8JhkfkV hl+4ekmargpAQ== Message-ID: <9c3b81da-f0e8-4652-8900-05593e124c26@kernel.org> Date: Wed, 31 Dec 2025 13:21:12 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 4/4] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY To: Wei Yang Cc: Vernon Yang , akpm@linux-foundation.org, lorenzo.stoakes@oracle.com, ziy@nvidia.com, dev.jain@arm.com, baohua@kernel.org, lance.yang@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Vernon Yang References: <20251229055151.54887-1-yanglincheng@kylinos.cn> <20251229055151.54887-5-yanglincheng@kylinos.cn> <20251231025112.uzlgrs3dgbyzul2x@master> From: "David Hildenbrand (Red Hat)" Content-Language: en-US In-Reply-To: <20251231025112.uzlgrs3dgbyzul2x@master> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/31/25 03:51, Wei Yang wrote: > On Tue, Dec 30, 2025 at 09:03:23PM +0100, David Hildenbrand (Red Hat) wrote: >> On 12/29/25 06:51, Vernon Yang wrote: >>> When an mm with the MMF_DISABLE_THP_COMPLETELY flag is detected during >>> scanning, directly set khugepaged_scan.mm_slot to the next mm_slot, >>> reduce redundant operation. >>> >>> Signed-off-by: Vernon Yang >>> --- >>> mm/khugepaged.c | 9 +++++++-- >>> 1 file changed, 7 insertions(+), 2 deletions(-) >>> >>> diff --git a/mm/khugepaged.c b/mm/khugepaged.c >>> index 2b3685b195f5..72be87ef384b 100644 >>> --- a/mm/khugepaged.c >>> +++ b/mm/khugepaged.c >>> @@ -2439,6 +2439,7 @@ static unsigned int khugepaged_scan_mm_slot(unsigned int pages, int *result, >>> cond_resched(); >>> if (unlikely(hpage_collapse_test_exit_or_disable(mm))) { >>> + vma = NULL; >>> progress++; >>> break; >>> } >> >> I don't understand why we need changes at all. >> >> The code is >> >> mm = slot->mm; >> /* >> * Don't wait for semaphore (to avoid long wait times). Just move to >> * the next mm on the list. >> */ >> vma = NULL; >> if (unlikely(!mmap_read_trylock(mm))) >> goto breakouterloop_mmap_lock; >> >> progress++; >> if (unlikely(hpage_collapse_test_exit_or_disable(mm))) >> goto breakouterloop; >> >> ... >> >> So we'll go straight to breakouterloop with vma=NULL. >> >> Do you want to optimize for skipping the MM if the flag gets toggled >> while we are scanning that MM? >> >> Is that really something we should be worrying about? >> >> Also, why can't we simply do a >> >> diff --git a/mm/khugepaged.c b/mm/khugepaged.c >> index 97d1b2824386f..af8481d4b0f4e 100644 >> --- a/mm/khugepaged.c >> +++ b/mm/khugepaged.c >> @@ -2516,7 +2516,7 @@ static unsigned int khugepaged_scan_mm_slot(unsigned int pages, int *result, >> * Release the current mm_slot if this mm is about to die, or >> * if we scanned all vmas of this mm. >> */ >> - if (hpage_collapse_test_exit(mm) || !vma) { >> + if (hpage_collapse_test_exit_or_disable(mm) || !vma) { >> /* >> * Make sure that if mm_users is reaching zero while >> * khugepaged runs here, khugepaged_exit will find >> > > This one looks better. > > But the sad thing is we can't remove this mm from scan list, since user may > toggle this flag later. In theory we could readd it to the list once the flag gets toggled. In fact, we could remove it from the list once we set the flag. But not sure if that ends up any cleaner (dealing with races? not sure). -- Cheers David