summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2023-04-28 18:24:59 +0200
committerEugene Syromyatnikov <evgsyr@gmail.com>2023-04-28 18:27:45 +0200
commit45cae1542f07deb04dc90e4186d3bb7b61a5b516 (patch)
treed3590d99c2eda48117ac9c93c10f6c9d3fd1a2fa /tests/Makefile.am
parent65ecda71587add30414c373f6f3716461aeaaf2c (diff)
downloadstrace-45cae1542f07deb04dc90e4186d3bb7b61a5b516.tar.gz
prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdwe
Introduced by Linux commit v6.3-rc1~113^2~215. * src/xlat/pr_mdwe_flags.in: New file. * src/prctl.c: Include "xlat/pr_mdwe_flags.h". (SYS_FUNC(prctl)) <case PR_SET_MDWE, case PR_GET_MDWE>: Implement command decoders. * tests/.gitignore: Add prctl-mdwe. * tests/Makefile.am (check_PROGRAMS): Add prctl-mdwe. * tests/gen_tests.in (prctl-mdwe): New test. * tests/prctl-mdwe.c: New file. * NEWS: Mention it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b2734b77b..170876eed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -286,6 +286,7 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \
ppoll-e-trace-fds-not-9-42-P \
ppoll-v \
prctl-fp-mode \
+ prctl-mdwe \
prctl-pac-enabled-keys-success \
prctl-pac-enabled-keys-success-Xabbrev \
prctl-pac-enabled-keys-success-Xraw \