]> granicus.if.org Git - strace/commitdiff
xlat: update KEYCTL_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
* xlat/keyctl_commands.in (KEYCTL_PKEY_QUERY, KEYCTL_PKEY_ENCRYPT,
KEYCTL_PKEY_DECRYPT, KEYCTL_PKEY_SIGN, KEYCTL_PKEY_VERIFY): New
constants introduced by Linux kernel commit v4.20-rc1~29^2~20.
(KEYCTL_MOVE): New constant introduced by Linux kernel commit
v5.3-rc1~189^2~3.
(KEYCTL_CAPABILITIES): New constant introduced by Linux kernel commit
v5.3-rc1~189^2.
* NEWS: Mention this.

NEWS
xlat/keyctl_commands.in

diff --git a/NEWS b/NEWS
index ce1087dd3801429bd4fc7b913d0e869e7d05664a..b0465bcf818d09765b6e485057006df3c7336a6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
 * Improvements
-  * Updated lists of BPF_*, ETH_*, MAP_*, SO_*, V4L2_*, and XDP_* constants.
+  * Updated lists of BPF_*, ETH_*, KEYCTL_*, MAP_*, SO_*, V4L2_*,
+    and XDP_* constants.
 
 * Bug fixes
   * Fixed tests on alpha with Linux kernel headers 5.1+.
index 5e1f4472e65340b6a5031707178acc1774e08250..3495317387e4a0d8c0998f4179ce339981e146de 100644 (file)
@@ -22,4 +22,11 @@ KEYCTL_INSTANTIATE_IOV 20
 KEYCTL_INVALIDATE 21
 KEYCTL_GET_PERSISTENT 22
 KEYCTL_DH_COMPUTE 23
+KEYCTL_PKEY_QUERY 24
+KEYCTL_PKEY_ENCRYPT 25
+KEYCTL_PKEY_DECRYPT 26
+KEYCTL_PKEY_SIGN 27
+KEYCTL_PKEY_VERIFY 28
 KEYCTL_RESTRICT_KEYRING 29
+KEYCTL_MOVE 30
+KEYCTL_CAPABILITIES 31