summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-04-21 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-04-28 08:00:00 +0000
commit468698a0813536f81449491ab9430fbdf196858c (patch)
treeb3ea6bd304263148ac230593b52f9fc7c822e2b1
parentf1c10e1b6ce7c670916a91c023af9de41c1d8a50 (diff)
downloadstrace-468698a0813536f81449491ab9430fbdf196858c.tar.gz
xlat: update IORING_* constants
* src/xlat/uring_setup_features.in (IORING_FEAT_REG_REG_RING): New constant introduced by Linux kernel commit v6.3-rc1~209^2. * NEWS: Mention this.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/uring_setup_features.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 90ec919c8..2ad0be1c2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Implemented decoding of IFLA_BRPORT_MCAST_N_GROUPS,
IFLA_BRPORT_MCAST_MAX_GROUPS, IFLA_GSO_IPV4_MAX_SIZE,
and IFLA_GRO_IPV4_MAX_SIZE netlink attributes.
- * Updated lists of F_SEAL_*, IFLA_*, and IP_* constants.
+ * Updated lists of F_SEAL_*, IFLA_*, IORING_*, and IP_* constants.
* Updated lists of ioctl commands from Linux 6.3.
Noteworthy changes in release 6.2 (2023-02-26)
diff --git a/src/xlat/uring_setup_features.in b/src/xlat/uring_setup_features.in
index 8ff417353..bd4d82a84 100644
--- a/src/xlat/uring_setup_features.in
+++ b/src/xlat/uring_setup_features.in
@@ -12,3 +12,4 @@ IORING_FEAT_NATIVE_WORKERS
IORING_FEAT_RSRC_TAGS
IORING_FEAT_CQE_SKIP
IORING_FEAT_LINKED_FILE
+IORING_FEAT_REG_REG_RING