summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2023-02-22 21:22:57 +0900
committerDmitry V. Levin <ldv@strace.io>2023-02-22 12:25:53 +0000
commitb008856880b77f371d4b6c37a5739ee66afcce3a (patch)
tree94cc2dc98cc76183fe3d34d88a4c23055b6f26da
parentf6ceaed5d5717924d69725d7fa36d5daadb2fcf4 (diff)
downloadstrace-b008856880b77f371d4b6c37a5739ee66afcce3a.tar.gz
NEWS: mention collision resolution for overlapping ioctl commands
Resolves: https://github.com/strace/strace/pull/239 Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Dmitry V. Levin <ldv@strace.io>
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44e15eb18..75b140b31 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Noteworthy changes in release ?.? (????-??-??)
==============================================
* Improvements
+ * Implemented collision resolution for overlapping ioctl commands
+ from tty and snd subsystems.
* Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
netlink attributes.
* Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,