diff mbox series

[v3,14/14] MAINTAINERS: add UTHREAD

Message ID 20250304152510.2832340-15-jerome.forissier@linaro.org
State New
Headers show
Series Uthreads | expand

Commit Message

Jerome Forissier March 4, 2025, 3:25 p.m. UTC
Add myself as the maintainer for the UTHREAD framework, the spawn/wait
commands and the associated tests.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Ilias Apalodimas March 11, 2025, 12:44 p.m. UTC | #1
On Tue, 4 Mar 2025 at 17:31, Jerome Forissier
<jerome.forissier@linaro.org> wrote:
>
> Add myself as the maintainer for the UTHREAD framework, the spawn/wait
> commands and the associated tests.
>
> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c1851280e6e..27887bca55d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1800,6 +1800,15 @@ T:       git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
>  F:     drivers/usb/host/xhci*
>  F:     include/usb/xhci.h
>
> +UTHREAD
> +M:     Jerome Forissier <jerome.forissier@linaro.org>
> +S:     Maintained
> +F:     lib/uthread.c
> +F:     include/uthread.h
> +F:     test/lib/uthread.c
> +F:     cmd/spawn.c
> +F:     test/cmd/spawn.c
> +
>  UUID testing
>  M:     Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
>  S:     Maintained
> --
> 2.43.0
>

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c1851280e6e..27887bca55d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1800,6 +1800,15 @@  T:	git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
 F:	drivers/usb/host/xhci*
 F:	include/usb/xhci.h
 
+UTHREAD
+M:	Jerome Forissier <jerome.forissier@linaro.org>
+S:	Maintained
+F:	lib/uthread.c
+F:	include/uthread.h
+F:	test/lib/uthread.c
+F:	cmd/spawn.c
+F:	test/cmd/spawn.c
+
 UUID testing
 M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
 S:	Maintained