From: Dmitry V. Levin Date: Mon, 27 May 2019 21:25:52 +0000 (+0000) Subject: xlat: update TIPC_* constants X-Git-Tag: v5.2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93870e617a0dfc95adffc881a747c9089204a5c2;p=strace xlat: update TIPC_* constants * xlat/sock_tipc_options.in (TIPC_SOCK_RECVQ_USED): New constant introduced by Linux kernel commit v5.2-rc1~133^2~143. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index e3fd3960..8bc11710 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??) ============================================== * Improvements - * Updated lists of AUDIT_*, CLONE_*, KVM_*, and V4L2_* constants. + * Updated lists of AUDIT_*, CLONE_*, KVM_*, TIPC_*, and V4L2_* constants. Noteworthy changes in release 5.1 (2019-05-22) ============================================== diff --git a/xlat/sock_tipc_options.in b/xlat/sock_tipc_options.in index 849e50d6..2ecc2019 100644 --- a/xlat/sock_tipc_options.in +++ b/xlat/sock_tipc_options.in @@ -9,3 +9,4 @@ TIPC_MCAST_BROADCAST 133 TIPC_MCAST_REPLICAST 134 TIPC_GROUP_JOIN 135 TIPC_GROUP_LEAVE 136 +TIPC_SOCK_RECVQ_USED 137