]> www.infradead.org Git - users/dwmw2/linux.git/commit
maple_tree: add test to replicate low memory race conditions
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Mon, 12 Aug 2024 19:05:43 +0000 (15:05 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:26:11 +0000 (20:26 -0700)
commit617f8e4d76b81361884db852005f519012ddd244
tree009ff217bf01d80a76fe89f8cf3bb24d9bcaa469
parente1b8b883bb838339eec728de5d02e2f252a7d3d9
maple_tree: add test to replicate low memory race conditions

Add new callback fields to the userspace implementation of struct
kmem_cache.  This allows for executing callback functions in order to
further test low memory scenarios where node allocation is retried.

This callback can help test race conditions by calling a function when a
low memory event is tested.

Link: https://lkml.kernel.org/r/20240812190543.71967-2-sidhartha.kumar@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c
tools/testing/radix-tree/maple.c
tools/testing/shared/linux.c