]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: hold the RCU read lock over calls to ->map_pages
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 27 Mar 2023 17:45:15 +0000 (18:45 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:45 +0000 (16:02 -0700)
commit545feb1818859a33272e4fa99ea24c0156a74b95
tree1c0164db73038a5ed49d513bccb0b20546029776
parentdb8af28eb7cb0f0616a39c8d3567d30818ac3335
mm: hold the RCU read lock over calls to ->map_pages

Prevent filesystems from doing things which sleep in their map_pages
method.  This is in preparation for a pagefault path protected only by
RCU.

Link: https://lkml.kernel.org/r/20230327174515.1811532-4-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Darrick J. Wong <djwong@kernel.org>
Cc: Dave Chinner <david@fromorbit.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/filesystems/locking.rst
mm/memory.c