Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: adjust file entry in MAPLE TREE

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.

Link: https://lkml.kernel.org/r/20250312105245.216302-1-lukas.bulwahn@redhat.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Lukas Bulwahn and committed by
Andrew Morton
ce50f4bc d2734f04

+1 -1
+1 -1
MAINTAINERS
··· 13922 13922 F: include/trace/events/maple_tree.h 13923 13923 F: lib/maple_tree.c 13924 13924 F: lib/test_maple_tree.c 13925 - F: tools/testing/radix-tree/linux/maple_tree.h 13926 13925 F: tools/testing/radix-tree/maple.c 13926 + F: tools/testing/shared/linux/maple_tree.h 13927 13927 13928 13928 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT 13929 13929 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>