diff options
author | 2024-10-31 15:08:35 -0700 | |
---|---|---|
committer | 2024-10-31 15:09:57 -0700 | |
commit | 6baab135eb00e85020abd0f13907a934b3df5c6b (patch) | |
tree | 9689e1680f089f447f66f8a540cd7b06a928f4cd | |
parent | coredump: Do not lock during 'comm' reporting (diff) | |
download | wireguard-linux-6baab135eb00e85020abd0f13907a934b3df5c6b.tar.xz wireguard-linux-6baab135eb00e85020abd0f13907a934b3df5c6b.zip |
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>
Diffstat (limited to '')
-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/ |