diff options
author | Kees Cook <kees@kernel.org> | 2024-11-01 01:08:35 +0300 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2024-11-01 01:09:57 +0300 |
commit | 6baab135eb00e85020abd0f13907a934b3df5c6b (patch) | |
tree | 9689e1680f089f447f66f8a540cd7b06a928f4cd | |
parent | 200f091c95bbc4b8660636bd345805c45d6eced7 (diff) | |
download | linux-6baab135eb00e85020abd0f13907a934b3df5c6b.tar.xz |
MAINTAINERS: exec: Add auxvec.h UAPI
Changes to auxiliary vectors would be best reviewed by the exec/binfmt
maintainers.
Link: https://lore.kernel.org/r/20241031220833.work.539-kees@kernel.org
Reviewed-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Kees Cook <kees@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a097afd76ded..009501905386 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8501,6 +8501,7 @@ F: fs/tests/binfmt_*_kunit.c F: fs/tests/exec_kunit.c F: include/linux/binfmts.h F: include/linux/elf.h +F: include/uapi/linux/auxvec.h F: include/uapi/linux/binfmts.h F: include/uapi/linux/elf.h F: tools/testing/selftests/exec/ |