From 3b006634b6ef13a06d061a38fe3b7c5b9d2181a4 Mon Sep 17 00:00:00 2001 From: Georges Oates_Larsen Date: Thu, 10 Aug 2023 12:01:43 -0700 Subject: [PATCH] CODEOWNERS, MAINTAINERS: Add entries for Connection Manager Adding myself as code-owner since I am at this point the primary author of, and actively maintaining conn_mgr. (cherry picked from commit e48fb13778614f67cdcef2801f80539063f24ca8) Original-Signed-off-by: Georges Oates_Larsen GitOrigin-RevId: e48fb13778614f67cdcef2801f80539063f24ca8 Change-Id: Ifafe17902bbda9c40d5ce9eb4a628820d6c42b96 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4801755 Commit-Queue: Fabio Baltieri Tested-by: ChromeOS Prod (Robot) Reviewed-by: Fabio Baltieri Tested-by: Fabio Baltieri --- CODEOWNERS | 4 ++++ MAINTAINERS.yml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 39ea9f62d64..b7b070754e8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -707,6 +707,7 @@ /include/zephyr/net/ @rlubos @tbursztyka /include/zephyr/net/buf.h @jhedberg @tbursztyka @rlubos /include/zephyr/net/coap*.h @rlubos +/include/zephyr/net/conn_mgr*.h @rlubos @glarsennordic /include/zephyr/net/lwm2m*.h @rlubos /include/zephyr/net/mqtt.h @rlubos /include/zephyr/net/mqtt_sn.h @rlubos @BeckmaR @@ -868,6 +869,7 @@ scripts/build/gen_image_info.py @tejlmand /subsys/mgmt/osdp/ @sidcha /subsys/modbus/ @jfischer-no /subsys/net/buf.c @jhedberg @tbursztyka @rlubos +/subsys/net/conn_mgr/ @rlubos @glarsennordic /subsys/net/ip/ @rlubos @tbursztyka /subsys/net/lib/ @rlubos @tbursztyka /subsys/net/lib/dns/ @rlubos @tbursztyka @cfriedt @@ -924,6 +926,8 @@ scripts/build/gen_image_info.py @tejlmand /tests/lib/cmsis_dsp/ @stephanosio /tests/net/ @rlubos @tbursztyka /tests/net/buf/ @jhedberg @tbursztyka +/tests/net/conn_mgr/ @rlubos @glarsennordic +/tests/net/conn_mgr_conn/ @rlubos @glarsennordic /tests/net/lib/ @rlubos @tbursztyka /tests/net/lib/http_header_fields/ @rlubos @tbursztyka /tests/net/lib/mqtt_packet/ @rlubos diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index a1ec400c2a6..96bd2107202 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1879,6 +1879,20 @@ Networking: labels: - "area: Networking" +"Networking: Connection Manager": + status: maintained + maintainers: + - rlubos + collaborators: + - glarsennordic + files: + - include/zephyr/net/conn_mgr*.h + - subsys/net/conn_mgr/ + - tests/net/conn_mgr/ + - tests/net/conn_mgr_conn/ + labels: + - "area: Networking" + "Networking: CoAP": status: maintained maintainers: