From 93870e617a0dfc95adffc881a747c9089204a5c2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 27 May 2019 21:25:52 +0000 Subject: [PATCH] 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. --- NEWS | 2 +- xlat/sock_tipc_options.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0