* [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE
@ 2024-08-26 11:02 Lukas Bulwahn
2024-08-26 11:24 ` Lorenzo Stoakes
2024-08-26 14:12 ` Liam R. Howlett
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2024-08-26 11:02 UTC (permalink / raw)
To: Lorenzo Stoakes, Liam R . Howlett, Matthew Wilcox, maple-tree, linux-mm
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
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@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6aa85a43d8c1..2af37835c735 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13572,8 +13572,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@gmail.com>
--
2.45.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE
2024-08-26 11:02 [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE Lukas Bulwahn
@ 2024-08-26 11:24 ` Lorenzo Stoakes
2024-08-26 14:12 ` Liam R. Howlett
1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Stoakes @ 2024-08-26 11:24 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Liam R . Howlett, Matthew Wilcox, maple-tree, linux-mm,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Mon, Aug 26, 2024 at 01:02:15PM GMT, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> 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.
>
Sorry about that!
> Adjust the file entry in MAPLE TREE.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6aa85a43d8c1..2af37835c735 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13572,8 +13572,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@gmail.com>
> --
> 2.45.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE
2024-08-26 11:02 [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE Lukas Bulwahn
2024-08-26 11:24 ` Lorenzo Stoakes
@ 2024-08-26 14:12 ` Liam R. Howlett
1 sibling, 0 replies; 3+ messages in thread
From: Liam R. Howlett @ 2024-08-26 14:12 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Lorenzo Stoakes, Matthew Wilcox, maple-tree, linux-mm,
kernel-janitors, linux-kernel, Lukas Bulwahn
* Lukas Bulwahn <lbulwahn@redhat.com> [240826 07:02]:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Thanks Lukas
>
> 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@redhat.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6aa85a43d8c1..2af37835c735 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13572,8 +13572,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@gmail.com>
> --
> 2.45.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-26 14:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-26 11:02 [PATCH] MAINTAINERS: adjust file entry in MAPLE TREE Lukas Bulwahn
2024-08-26 11:24 ` Lorenzo Stoakes
2024-08-26 14:12 ` Liam R. Howlett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox