[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210320093249.2df740cd139449312211c452@linux-foundation.org>
Date: Sat, 20 Mar 2021 09:32:49 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Minchan Kim <minchan@...nel.org>
Cc: linux-mm <linux-mm@...ck.org>, LKML <linux-kernel@...r.kernel.org>,
joaodias@...gle.com, surenb@...gle.com, cgoldswo@...eaurora.org,
willy@...radead.org, mhocko@...e.com, david@...hat.com,
vbabka@...e.cz, linux-fsdevel@...r.kernel.org,
oliver.sang@...el.com
Subject: Re: [PATCH v4 3/3] mm: fs: Invalidate BH LRU during page migration
On Fri, 19 Mar 2021 10:51:27 -0700 Minchan Kim <minchan@...nel.org> wrote:
> Pages containing buffer_heads that are in one of the per-CPU
> buffer_head LRU caches will be pinned and thus cannot be migrated.
> This can prevent CMA allocations from succeeding, which are often used
> on platforms with co-processors (such as a DSP) that can only use
> physically contiguous memory. It can also prevent memory
> hot-unplugging from succeeding, which involves migrating at least
> MIN_MEMORY_BLOCK_SIZE bytes of memory, which ranges from 8 MiB to 1
> GiB based on the architecture in use.
>
> Correspondingly, invalidate the BH LRU caches before a migration
> starts and stop any buffer_head from being cached in the LRU caches,
> until migration has finished.
>
> Tested-by: Oliver Sang <oliver.sang@...el.com>
> Reported-by: kernel test robot <oliver.sang@...el.com>
> Signed-off-by: Chris Goldsworthy <cgoldswo@...eaurora.org>
> Signed-off-by: Minchan Kim <minchan@...nel.org>
The signoff chain ordering might mean that Chris was the primary author, but
there is no From:him. Please clarify?
Powered by blists - more mailing lists