]> www.infradead.org Git - users/willy/pagecache.git/commit
test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 16 Dec 2024 19:01:13 +0000 (14:01 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 26 Jan 2025 04:22:19 +0000 (20:22 -0800)
commitb02fcc082a4ae1675a7f70a017ca4926286271ad
tree56fc2cea550b6c123c780e8882a3a0147fc58e25
parente2c9e6190dbb127466b9da9fb18f9adc16dff43b
test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()

When the upper bound of the search is exhausted, the maple state may be
returned in an error state of -EBUSY.  This means maple state needs to be
reset before the second search in mas_alloc_cylic() to ensure the search
happens.  This test ensures the issue is not recreated.

Link: https://lkml.kernel.org/r/20241216190113.1226145-3-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Reviewed-by: Yang Erkun <yangerkun@huawei.com>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com> says:
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/test_maple_tree.c