summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
commitc8247f32115103b82a244ed4c6799bfd083a0fe5 (patch)
tree5afc1323643d166eedee673b08885028ddae4926
parentf7c2cd9d6ae77f138141266d45910124dfb46562 (diff)
downloadstrace-c8247f32115103b82a244ed4c6799bfd083a0fe5.tar.gz
xlat: update NLMSGERR_* constants
* src/xlat/nlmsgerr_attrs.in (NLMSGERR_ATTR_MISS_TYPE, NLMSGERR_ATTR_MISS_NEST): New constants introduced by Linux kernel commit v6.1-rc1~170^2~313^2~4. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/nlmsgerr_attrs.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5f27c8f4..3c277989f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Improvements
* Enhanced decoding of terminal ioctl commands.
* Updated lists of ABS_*, BPF_*, BTRFS_*, COUNTER_*, ETH_P_*, IFLA_*,
- KVM_*, and MADV_* constants.
+ KVM_*, MADV_*, and NLMSGERR_* constants.
* Updated lists of ioctl commands from Linux 6.1.
* Bug fixes
diff --git a/src/xlat/nlmsgerr_attrs.in b/src/xlat/nlmsgerr_attrs.in
index 2aa12674b..87d910017 100644
--- a/src/xlat/nlmsgerr_attrs.in
+++ b/src/xlat/nlmsgerr_attrs.in
@@ -5,3 +5,5 @@ NLMSGERR_ATTR_MSG
NLMSGERR_ATTR_OFFS
NLMSGERR_ATTR_COOKIE
NLMSGERR_ATTR_POLICY
+NLMSGERR_ATTR_MISS_TYPE
+NLMSGERR_ATTR_MISS_NEST