[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZPfAL0D95AwXD9tg@google.com>
Date: Tue, 5 Sep 2023 16:56:31 -0700
From: Sean Christopherson <seanjc@...gle.com>
To: Vlastimil Babka <vbabka@...e.cz>
Cc: ackerleytng@...gle.com, akpm@...ux-foundation.org,
anup@...infault.org, aou@...s.berkeley.edu,
chao.p.peng@...ux.intel.com, chenhuacai@...nel.org,
david@...hat.com, isaku.yamahata@...il.com, jarkko@...nel.org,
jmorris@...ei.org, kirill.shutemov@...ux.intel.com,
kvm-riscv@...ts.infradead.org, kvm@...r.kernel.org,
kvmarm@...ts.linux.dev, liam.merwick@...cle.com,
linux-arm-kernel@...ts.infradead.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mips@...r.kernel.org, linux-mm@...ck.org,
linux-riscv@...ts.infradead.org,
linux-security-module@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, mail@...iej.szmigiero.name,
maz@...nel.org, michael.roth@....com, mpe@...erman.id.au,
oliver.upton@...ux.dev, palmer@...belt.com,
paul.walmsley@...ive.com, paul@...l-moore.com, pbonzini@...hat.com,
qperret@...gle.com, serge@...lyn.com, tabba@...gle.com,
vannapurve@...gle.com, wei.w.wang@...el.com, willy@...radead.org,
yu.c.zhang@...ux.intel.com
Subject: Re: [PATCH gmem FIXUP] mm, compaction: make testing
mapping_unmovable() safe
On Fri, Sep 01, 2023, Vlastimil Babka wrote:
> As Kirill pointed out, mapping can be removed under us due to
> truncation. Test it under folio lock as already done for the async
> compaction / dirty folio case. To prevent locking every folio with
> mapping to do the test, do it only for unevictable folios, as we can
> expect the unmovable mapping folios are also unevictable - it is the
> case for guest memfd folios.
Rather than expect/assume that unmovable mappings are always unevictable, how about
requiring that? E.g. either through a VM_WARN_ON in mapping_set_unmovable(), or by
simply having that helper forcefully set AS_UNEVICTABLE as well.
Powered by blists - more mailing lists