]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kernel/fork: Don't take spinlock of maple tree.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 1 Oct 2020 14:03:48 +0000 (10:03 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:12:46 +0000 (15:12 -0400)
commit528ee5dcc0289ee6abbc0d266f7dae3590e74a6e
tree0300b648c3026e8fef3b735fd1109e33e7a8444f
parentc2a1b98c5440377274849f97a98b9891760ed5cf
kernel/fork: Don't take spinlock of maple tree.

You cannot take the spinlock of the maple tree and then allocate VMAs.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/fork.c