From 3c6c90b1ae424ca5f7759af669f55dd701503175 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 10 Jan 2023 23:25:53 +0000 Subject: [PATCH] MAINTAINERS: mem_protect tests are part of userspace This directory is both in kernel and userspace areas, exclude it from kernel area. Signed-off-by: Anas Nashif --- MAINTAINERS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 2c5993a1095..1192075ff3d 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1322,6 +1322,8 @@ Kernel: - tests/kernel/ - include/zephyr/sys_clock.h - samples/kernel/ + files-exclude: + - tests/kernel/mem_protect/ labels: - "area: Kernel"