]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kernel/fork: assert no VMA readers during its destruction
authorSuren Baghdasaryan <surenb@google.com>
Thu, 7 Jul 2022 23:24:22 +0000 (16:24 -0700)
committerSuren Baghdasaryan <surenb@google.com>
Wed, 23 Nov 2022 02:09:46 +0000 (02:09 +0000)
commit575073ac405940c46c0d8eebe411d7a770e03038
treebf2a17b5c287efa5ad25d65fc4283d7202b5f77c
parentd8ae22ca901ec283b5d2c1fb670c3c2acd181538
kernel/fork: assert no VMA readers during its destruction

Assert there are no holders of VMA lock for reading when it is about to be
destroyed.

Signed-off-by: Suren Baghdasaryan <surenb@google.com>
include/linux/mm.h
kernel/fork.c