From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 B3918376464 for ; Mon, 15 Jun 2026 11:00:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781521206; cv=none; b=NSJhHI+lz7Td5r79+PyJaUKQ5YLjPpxcOiwp9jk1muHvd2Abr52ZvGeb0Okv+JL26YaS9vEM3IvPfJS5aIUReqOoJz5qzijzClv2F2+cASj5BuqZX0r0LnwKtEScCgBE4zOD2ITwv9rrbKFiG5YrbucaHQQHadIgqrNqGy1ynSw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781521206; c=relaxed/simple; bh=tn3RA/SQuUnimr/jzhxnRjfs2GVY4pXk/qtDAlwJZBI=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=cSc+Vx7VOzRDqRF0wOfWKjbSXO1yHWvs03lRkJyqSOEH44L4LwNAzXhdgIAO8fnOtFQZUEtWhlglv/i3M98Hru7T9nDOzo7QIEG8rW7lnAv83AcGVFq+cdhKgUDS0HvO1RfA2zcteKdHiWPVa0tlffYfBRvzcKC/0ZmJBA8ZwTw= 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=AxAAqXCI; arc=none smtp.client-ip=91.218.175.178 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="AxAAqXCI" 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=1781521200; 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=tn3RA/SQuUnimr/jzhxnRjfs2GVY4pXk/qtDAlwJZBI=; b=AxAAqXCIIrQaUSoBVMgle+1y/h77Nmqu6XTlZC0EBCoVEEfc8fu19xiJKaIVa4fkGwttdP 8p/Ifa+7hD3ZpOE3zSGP8xtuc2ShwqvDrusbwcmOQsjkSH9e5J4XUemuqs8An8M3YlMSy4 CzOdJbykTjo8IB/zNcgS5bZ1as2VBZM= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 15 Jun 2026 10:59:58 +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" , "Andrew Morton" , "Vlastimil Babka" , "Suren Baghdasaryan" , "Michal Hocko" , "Johannes Weiner" , "Zi Yan" References: <20260615-gfp-pessimisation-v2-1-65f1319e6818@google.com> In-Reply-To: <20260615-gfp-pessimisation-v2-1-65f1319e6818@google.com> X-Migadu-Flow: FLOW_OUT 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-9= 36eb04202e7@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.