summaryrefslogtreecommitdiff
path: root/lib/raid/xor/tests/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2026-04-13 19:43:11 +0100
committerAndrew Morton <akpm@linux-foundation.org>2026-04-18 23:24:27 -0700
commit615d9bb2ccad42f9e21d837431e401db2e471195 (patch)
treea1b1a7b28eeff29f219a9870af8e28ab347f6a27 /lib/raid/xor/tests/git@git.tavy.me:linux.git
parent8f5857be99f1ed1fa80991c72449541f634626ee (diff)
mm: call ->free_folio() directly in folio_unmap_invalidate()
We can only call filemap_free_folio() if we have a reference to (or hold a lock on) the mapping. Otherwise, we've already removed the folio from the mapping so it no longer pins the mapping and the mapping can be removed, causing a use-after-free when accessing mapping->a_ops. Follow the same pattern as __remove_mapping() and load the free_folio function pointer before dropping the lock on the mapping. That lets us make filemap_free_folio() static as this was the only caller outside filemap.c. Link: https://lore.kernel.org/20260413184314.3419945-1-willy@infradead.org Fixes: fb7d3bc41493 ("mm/filemap: drop streaming/uncached pages when writeback completes") Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reported-by: Google Big Sleep <big-sleep-vuln-reports+bigsleep-501448199@google.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: Jan Kara <jack@suse.cz> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/raid/xor/tests/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions