From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (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 6FA532ECD3A for ; Fri, 19 Jun 2026 11:53:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781870000; cv=none; b=mZ3vWYtiM42Zb/a6tiYlep8fe6YOIM+AUh/9DZsigQvTsdL8qGB+aNroebYjbDlmon/qqzKXJf2uKLqOZoKAmfx8qzKeLmXHi6MDnkFYPjzXOggZYg20Fqzsyc0GDUEw9Snj/VHQuRrzvVsYp+1CuC/NfLIIdni8yoqaWz5hOD4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781870000; c=relaxed/simple; bh=v9mPVvMMCfyeBaGkN73jmTiBQg6W6T62T72A1w8H18Y=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=HhEw8FDzrnyZw0PtWitkHMuMVDc3FiUi4yV/tTWoYBF0vuvNgXJVDoCWR6sigII2qg76F4a6YaS++QRd6zD9miR2sEpLA7V4ljFRoXV2j/onXJ0gEX/zl4/Wy7O1Zw5K/YrXTvuv0w54V6S90wnQyhoDG2PGJr6ygqnQ61NCC6I= 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=N6Am7BdF; arc=none smtp.client-ip=95.215.58.171 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="N6Am7BdF" 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=1781869996; 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=v9mPVvMMCfyeBaGkN73jmTiBQg6W6T62T72A1w8H18Y=; b=N6Am7BdFhEGiYoP8mqSSMeprq7jmKnvuFDIfeHkPHAals47GmvKExvTBiR91yb2o0zN3MY AbS6HuXZ0WAEVRYf9SJm48OwXl/MhxfKOS5+jzQGR9mTIiWRSg73VZJw79w36yOl2O+ULU FubH4ab/AIRtQB6GNBJVXHMU8zUomg4= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 19 Jun 2026 11:53:08 +0000 Message-Id: Cc: "Harry Yoo (Oracle)" , "Gregory Price" , , Subject: Re: [PATCH v2] mm/page_alloc: drop flag-conversion "optimisation" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Brendan Jackman" To: "Brendan Jackman" , "Brendan Jackman" , "Andrew Morton" , "Vlastimil Babka" , "Suren Baghdasaryan" , "Michal Hocko" , "Johannes Weiner" , "Zi Yan" References: <20260615-gfp-pessimisation-v2-1-65f1319e6818@google.com> In-Reply-To: X-Migadu-Flow: FLOW_OUT On Mon Jun 15, 2026 at 10:59 AM UTC, Brendan Jackman wrote: > On Mon Jun 15= , 2026 at 10:54 AM UTC, Brendan Jackman wrote: > >> >> Signed-off-by: Brendan Jackman >> --- >> Changes in v2: >> - Updated alloc_flags_nofragment() too. >> - Link to v1: https://lore.kernel.org/r/20260612-gfp-pessimisation-v1-1-= 936eb04202e7@google.com > > Sigh, maybe one day I'll send a patch without immediately following up > with a "oops, I forgot to ...". But today is not that day. > > Forgot to add these tags from the v1: > > Reviewed-by: Vlastimil Babka (SUSE) > Reviewed-by: Zi Yan > Reviewed-by: Gregory Price > Acked-by: Johannes Weiner > Acked-by: Harry Yoo (Oracle) > > Thanks everyone for the prompt reviews. Hi Andrew, This one didn't make it into any of the latest mm-* branches, is anything blocked here?