From 77e193eb03f4237e5c37d4905d703432e659085c Mon Sep 17 00:00:00 2001 From: Tom Burdick Date: Wed, 27 Sep 2023 09:51:38 -0500 Subject: [PATCH] llext: Maintainers file Adds to the maintainers file the llext subsystem making myself the maintainer and Guennadi Lyakh a collaborator. Signed-off-by: Tom Burdick --- MAINTAINERS.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 1f4afcf3e83..a9f88ed9ccf 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -3680,3 +3680,18 @@ zbus: - doc/services/zbus/ labels: - "area: zbus" + +"Linkable Loadable Extensions": + status: maintained + maintainers: + - teburd + collaborators: + - lyakh + files: + - samples/subsys/llext/ + - include/zephyr/llext/ + - tests/subsys/llext/ + - subsys/llext/ + - doc/services/llext/ + labels: + - "area: Linkable Loadable Extensions"