[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231011101617.2f814633defaa13e77308d9b@linux-foundation.org>
Date: Wed, 11 Oct 2023 10:16:17 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Mel Gorman <mgorman@...hsingularity.net>
Cc: Huang Ying <ying.huang@...el.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Arjan Van De Ven <arjan@...ux.intel.com>,
Vlastimil Babka <vbabka@...e.cz>,
David Hildenbrand <david@...hat.com>,
Johannes Weiner <jweiner@...hat.com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Michal Hocko <mhocko@...e.com>,
Pavel Tatashin <pasha.tatashin@...een.com>,
Matthew Wilcox <willy@...radead.org>,
Christoph Lameter <cl@...ux.com>
Subject: Re: [PATCH 01/10] mm, pcp: avoid to drain PCP when process exit
On Wed, 11 Oct 2023 13:46:10 +0100 Mel Gorman <mgorman@...hsingularity.net> wrote:
> > --- a/include/linux/mmzone.h
> > +++ b/include/linux/mmzone.h
> > @@ -676,12 +676,15 @@ enum zone_watermarks {
> > #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost)
> > #define wmark_pages(z, i) (z->_watermark[i] + z->watermark_boost)
> >
> > +#define PCPF_PREV_FREE_HIGH_ORDER 0x01
> > +
>
> The meaning of the flag and its intent should have been documented.
I need to rebase mm-stable for other reasons. So let's please
decide (soon) whether Mel's review comments can be addressed
via add-on patches or whether I should drop this version of this
series altogether, during that rebase.
Powered by blists - more mailing lists