From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 581FA3DDB06 for ; Wed, 15 Jul 2026 09:01:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784106109; cv=none; b=gMVSKCXYMxD4TkEuRLDLfSw8a3TWLhZGSa6tFeUSD2kOBaHUCy5pOgSW22LR9GqOvJDL7iIYDM1mYa6Ohuk+Ka1a1KpVVYkaG3nBh26bB7F03PQNM+BkEJlMXkqH1j5qviUaGVTsVyBVEdy+SYhjVeu1bMCkhvlG7hlYdpUQjhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784106109; c=relaxed/simple; bh=Sjv5VCwSEt6zqYACQUTN7C7iuSdYRzhtwTyhw33MvX4=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=mF5wFwfKskUPdN+qA4l1DBC1rk4VKkpIwL4GZc1/33AQEaQ8y9VDHry+2GsADgm8bQS45DRZe+FVGArMykr0OaQu6poFUqgVJbxzWSFimcxVMOP3RL8xdBaMVzqo/f7AA/RsiGS3BZyN/2itCbM2v8kUGNEFQ+rf61IVLLyTHt8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Q/XfsBTU; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Q/XfsBTU" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1784106102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Sjv5VCwSEt6zqYACQUTN7C7iuSdYRzhtwTyhw33MvX4=; b=Q/XfsBTUW7yoyG8P4VPqcKjBeYHCAjtmZ9ZOEvrYT/irTKB3NczjFc6IiAeDLmOyz/XYqi mnBjj4y1E6JtsAlkE+oNxbAQlvlyFmDNTcqp9R814r7Y7hVmkuqaQP+nF1khmXf6exTov/ Lq42jc6yvm29mpqcLnS+s7kjrC6fLv4= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 15 Jul 2026 09:01:31 +0000 Message-Id: Cc: , , , Subject: Re: [PATCH v2 3/4] mm/page_alloc: fixup alloc_pages_nolock_noprof() comment X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Brendan Jackman" To: "Zi Yan" , "Brendan Jackman" , "Andrew Morton" , "Vlastimil Babka" , "Suren Baghdasaryan" , "Michal Hocko" , "Johannes Weiner" , "Sebastian Andrzej Siewior" , "Clark Williams" , "Steven Rostedt" , "Waiman Long" , "Ridong Chen" , "Tejun Heo" , =?utf-8?q?Michal_Koutn=C3=BD?= References: <20260714-spin-trylock-followup-v2-0-3c20ed032b14@google.com> <20260714-spin-trylock-followup-v2-3-3c20ed032b14@google.com> In-Reply-To: X-Migadu-Flow: FLOW_OUT On Wed Jul 15, 2026 at 1:19 AM UTC, Zi Yan wrote: > On Tue Jul 14, 2026 at 5:32 AM EDT, Brendan Jackman wrote: >> Update the comment to reflect the recent change to allow flags in >> gfp_nolock. >> >> Reported-by: sashiko-bot@kernel.org >> Link: https://sashiko.dev/#/patchset/20260703-alloc-trylock-v5-0-c87b714= e19d3@google.com > > The link below points to Sashiko's comment directly. You can find the > link at the end of the title "Patch 6: ...". > > Link: https://sashiko.dev/#/patchset/20260703-alloc-trylock-v5-0-c87b714e= 19d3%40google.com?part=3D6 Nice, thanks for the pointer.