From: Dmitry V. Levin Date: Tue, 5 Jul 2016 22:39:09 +0000 (+0000) Subject: Update KEYCTL_* constants X-Git-Tag: v4.13~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccd915a7ee4a406707c0464d303c000e24af2801;p=strace Update KEYCTL_* constants * xlat/keyctl_commands.in: Add KEYCTL_DH_COMPUTE introduced by linux kernel commit v4.7-rc1~124^2~2^2~2^2. --- diff --git a/xlat/keyctl_commands.in b/xlat/keyctl_commands.in index beb3b1dd..a30d139b 100644 --- a/xlat/keyctl_commands.in +++ b/xlat/keyctl_commands.in @@ -21,3 +21,4 @@ KEYCTL_REJECT 19 KEYCTL_INSTANTIATE_IOV 20 KEYCTL_INVALIDATE 21 KEYCTL_GET_PERSISTENT 22 +KEYCTL_DH_COMPUTE 23