summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c614cd0ab..964b868e6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,13 @@ Noteworthy changes in release ?.? (????-??-??)
that operate on the specified set of file descriptors.
* Implemented -l/--syscall-limit option to automatically detach tracees
after capturing the specified number of syscalls.
+ * Implemented decoding of PR_GET_MDWE and PR_SET_MDWE operations of prctl
+ syscall.
* Implemented decoding of IFLA_BRPORT_MCAST_N_GROUPS,
IFLA_BRPORT_MCAST_MAX_GROUPS, IFLA_GSO_IPV4_MAX_SIZE,
IFLA_GRO_IPV4_MAX_SIZE, and TCA_EXT_WARN_MSG netlink attributes.
- * Updated lists of F_SEAL_*, IFLA_*, IORING_*, IP_*, MFD_*, NFT_*, PR_*,
- TCA_*, and V4L2_PIX_FMT_* constants.
+ * Updated lists of F_SEAL_*, IFLA_*, IORING_*, IP_*, MFD_*, NFT_*, TCA_*,
+ and V4L2_PIX_FMT_* constants.
* Updated lists of ioctl commands from Linux 6.3.
Noteworthy changes in release 6.2 (2023-02-26)