summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2021-11-29 03:47:29 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2021-11-29 13:05:18 +0100
commit1897e0894a282c0f72fd0f75df7f412a8e951dbb (patch)
treedd6c6f6c952706f3b826e83319e1d2d80c69ccc9
parent11b5d553104d684286bd5c2fa740329f1738a0df (diff)
downloadstrace-1897e0894a282c0f72fd0f75df7f412a8e951dbb.tar.gz
NEWS: mention --decode-fds={socket,dev,pidfd} behaviour fix
Complements: v5.14-193-g8d83c8270 "Do not decode fd path unless --decode-fds=path is specified"
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 609cfec9a..9bab67373 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ Noteworthy changes in release ?.?? (????-??-??)
* Bug fixes
* Fixed printing of struct bpf_prog_info.map_ids array.
+ * Fixed behaviour of "dev", "pidfd", and "socket" arguments of the --print-fds
+ option to no longer imply the "path" argument.
Noteworthy changes in release 5.14 (2021-09-02)
===============================================