From 0bf3e38be10bf1fd74a7ca21aac5338fea74bbe2 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Mon, 3 Dec 2018 10:50:29 -0800 Subject: [PATCH] CODEOWNERS: add owners to mem protection scripts Based on original author/organization. Signed-off-by: Andrew Boie --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 25bfe50c68c..025c8abb1bc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -201,7 +201,17 @@ samples/sensor/ @bogdan-davidoaia samples/subsys/usb @jfischer-phytec-iot @finikorg scripts/coccicheck @himanshujha199640 @JuliaLawall scripts/coccinelle/ @himanshujha199640 @JuliaLawall +scripts/elf_helper.py @andrewboie scripts/expr_parser.py @andrewboie @nashif +scripts/gen_app_partitions.py @andrewboie +scripts/gen_gdt.py @andrewboie +scripts/gen_idt.py @andrewboie +scripts/gen_kobject_list.py @andrewboie +scripts/gen_mmu_x86.py @andrewboie +scripts/gen_priv_stacks.py @agross-linaro +scripts/gen_syscall_header.py @andrewboie +scripts/gen_syscalls.py @andrewboie +scripts/process_gperf.py @andrewboie scripts/sanity_chk/ @andrewboie @nashif scripts/sanitycheck @andrewboie @nashif scripts/support/runner/ @mbolivar