nommu: fix do_munmap() error path
authorLiam Howlett <liam.howlett@oracle.com>
Mon, 9 Jan 2023 20:57:21 +0000 (20:57 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 12 Jan 2023 00:14:22 +0000 (16:14 -0800)
commit80be727ec87225797771a39f3e6801baf291faaf
tree5fb994fd0ba31bb5843399410ff7964c7af08aaa
parent7f31cced5724e6d414fe750aa1cd7e7b578ec22f
nommu: fix do_munmap() error path

When removing a VMA from the tree fails due to no memory, do not free the
VMA since a reference still exists.

Link: https://lkml.kernel.org/r/20230109205708.956103-1-Liam.Howlett@oracle.com
Fixes: 8220543df148 ("nommu: remove uses of VMA linked list")
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Yu Zhao <yuzhao@google.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/nommu.c