aboutsummaryrefslogtreecommitdiff
path: root/lib/test_vmalloc.c
diff options
context:
space:
mode:
authorUladzislau Rezki (Sony) <urezki@gmail.com>2022-06-07 11:34:47 +0200
committerakpm <akpm@linux-foundation.org>2022-07-03 18:08:41 -0700
commit5d7a7c54d3d7ff2f54725881dc7e06a7f5c94dc2 (patch)
treeb5aa0c7195f53ba961585e8c2ac864c3aad56721 /lib/test_vmalloc.c
parentf9863be49312aa1f566dca12603e33487965e6a4 (diff)
downloadlinux-5d7a7c54d3d7ff2f54725881dc7e06a7f5c94dc2.tar.gz
linux-5d7a7c54d3d7ff2f54725881dc7e06a7f5c94dc2.tar.bz2
linux-5d7a7c54d3d7ff2f54725881dc7e06a7f5c94dc2.zip
mm/vmalloc: initialize VA's list node after unlink
A vmap_area can travel between different places. For example attached/detached to/from different rb-trees. In order to prevent fancy bugs, initialize a VA's list node after it is removed from the list, so it pairs with VA's rb_node which is also initialized. There is no functional change as a result of this patch. Link: https://lkml.kernel.org/r/20220607093449.3100-4-urezki@gmail.com Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> Reviewed-by: Baoquan He <bhe@redhat.com> Cc: Christoph Hellwig <hch@infradead.org> Cc: Matthew Wilcox <willy@infradead.org> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Oleksiy Avramchenko <oleksiy.avramchenko@sony.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/test_vmalloc.c')
0 files changed, 0 insertions, 0 deletions