]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: rcu safe VMA freeing
authorMichel Lespinasse <michel@lespinasse.org>
Mon, 27 Feb 2023 17:36:09 +0000 (09:36 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 28 Mar 2023 23:24:51 +0000 (16:24 -0700)
commit7d25ab282c294561f78595716c7dc65aa7e0500d
tree5ed3249b8a7590c458c843800684b37d416acf7e
parent3aeeb1f0318e16d95d66447e4baccd495a9064d8
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.

Link: https://lkml.kernel.org/r/20230227173632.3292573-11-surenb@google.com
Signed-off-by: Michel Lespinasse <michel@lespinasse.org>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h
kernel/fork.c