]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: rcu safe VMA freeing
authorMichel Lespinasse <michel@lespinasse.org>
Tue, 25 Jan 2022 01:43:54 +0000 (17:43 -0800)
committerSuren Baghdasaryan <surenb@google.com>
Wed, 23 Nov 2022 02:09:43 +0000 (02:09 +0000)
commit8c49c8c9ad98740781e5e2d30d8e20551e1a1260
tree8fda1e63c3c6886a82ae90f0b4360d6329352211
parentdb9cb6111c53e4125bef22a5a02d9322ca0d344d
mm: rcu safe VMA freeing

This prepares for page faults handling under VMA lock, looking up VMAs
under protection of an rcu read lock, instead of the usual mmap read lock.

Signed-off-by: Michel Lespinasse <michel@lespinasse.org>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
include/linux/mm_types.h
kernel/fork.c