From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Commit 0f3b602e1bad ("tools: separate out shared radix-tree components") moves files from radix-tree/linux to shared/linux in the ./tools/testing/ directory, but misses to adjust a file entry in MAPLE TREE. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Adjust the file entry in MAPLE TREE. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Acked-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Reviewed-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> --- Andrew, please pick this minor non-urgent patch. Thanks. v1: https://lore.kernel.org/lkml/20240826110215.19894-1-lukas.bulwahn@xxxxxxxxxx/ Patch was sent six months ago, but was not yet applied. Issue still exists. v1 to v1-resend: - added Acked-by and Reviewed-by tags from v1 MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e6609b78998d..96ae7f628da4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14129,8 +14129,8 @@ F: include/linux/maple_tree.h F: include/trace/events/maple_tree.h F: lib/maple_tree.c F: lib/test_maple_tree.c -F: tools/testing/radix-tree/linux/maple_tree.h F: tools/testing/radix-tree/maple.c +F: tools/testing/shared/linux/maple_tree.h MARDUK (CREATOR CI40) DEVICE TREE SUPPORT M: Rahul Bedarkar <rahulbedarkar89@xxxxxxxxx> -- 2.48.1