From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 9BB7C284690 for ; Wed, 1 Jul 2026 18:38:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782931094; cv=none; b=cV6p4g9Kleg9k1okM7RY38DCMzLp7x0rqhgSg8ZMY+eFV6yOonxCy3X7QAEy6/hj+5FL0Rkx+zxFWI4ViSBNmBctXKtFuhwVApJoTSgwHpo1znE+uwf3wn7p8TsiqGjFcd1CmcUtKzTiNnm9czKtTHyWYQXH/JJKIFo8JYJDQ6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782931094; c=relaxed/simple; bh=D77dTUSZVphmYx+121+McWG4thtRJBSKzbj89Evbt0Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZlMSqo+6RTIS7pvJ4XJGIcHIxMN5wtIbxXnO58KDXMJSN4WIMDdBFXqM4A2jxqbXmCR5B7hcA/egyUpbnv+jiu31YKImnuYZP48z0x/2IVRYeNR0G6NiSUCRrwVvapBEnYdKPQiCbx6q/hqs7FGWZhFKrhIvlHgR37Mbvj/ypiA= 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=FJf2w7Qs; arc=none smtp.client-ip=91.218.175.172 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="FJf2w7Qs" Date: Wed, 1 Jul 2026 11:37:49 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782931080; 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: in-reply-to:in-reply-to:references:references; bh=z3K3cr4GsxbzT0LmEahJpkYwclSkV+OAI4Yq9jQe85c=; b=FJf2w7Qsiza1XaLAkJ8Wm7awSxXqDErp9N/xH9vKUYx112nque7r4ATs4c8aNdlIqTnlYQ s+LekgOIQ+TVL0++bWzqD4xBwbHENzpX85YyGY1lqjX3s//u5nu0Ge52Ewe0/UNPevdkNF x9r9vtviqSnZa6pX32d3S1onCMCDbJs= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: Johannes Weiner Cc: Andrew Morton , Gregory Price , Michal Hocko , Roman Gushchin , Muchun Song , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: gfp_types: fix __GFP_ACCOUNT, GFP_KERNEL_ACCOUNT documentation Message-ID: References: <20260701182102.1586784-1-hannes@cmpxchg.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260701182102.1586784-1-hannes@cmpxchg.org> X-Migadu-Flow: FLOW_OUT On Wed, Jul 01, 2026 at 02:21:02PM -0400, Johannes Weiner wrote: > Gregory points out that these descriptions are cursed and confusing, > considering what these flags actually do. This is mostly due to > historic implementation choices and cgroup1 baggage. Improve the > description of their actual effects. > > Reported-by: Gregory Price > Signed-off-by: Johannes Weiner Acked-by: Shakeel Butt