From 84d08cdf2d65976799e858fd6add094cd462b506 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 15 Jul 2019 10:45:40 -0700 Subject: sys/linux: update for v5.3 again Update descriptions to be compatible with latest linux-next (next-20190715), which in theory will match v5.3-rc1 when the merge window closes. - KEYCTL_GRANT_PERMISSION was reverted. So remove its description. - CRYPTO_ALG_TYPE_DIGEST was removed. So remove its description. - IB_QP_CREATE_SIGNATURE_EN was renamed to IB_QP_CREATE_INTEGRITY_EN. Also remove the sys/linux/rdma_*.const files which were incorrectly checked into git. The real copies of those files are in sys/linux/dev_infiniband_rdma_*.const. For now I did *not* check for other new APIs that need to be described. --- sys/linux/key_arm.const | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'sys/linux/key_arm.const') diff --git a/sys/linux/key_arm.const b/sys/linux/key_arm.const index 8331ceb0b..4b98b4fd4 100644 --- a/sys/linux/key_arm.const +++ b/sys/linux/key_arm.const @@ -8,7 +8,6 @@ KEYCTL_DH_COMPUTE = 23 KEYCTL_GET_KEYRING_ID = 0 KEYCTL_GET_PERSISTENT = 22 KEYCTL_GET_SECURITY = 17 -KEYCTL_GRANT_PERMISSION = 32 KEYCTL_INSTANTIATE = 12 KEYCTL_INSTANTIATE_IOV = 20 KEYCTL_INVALIDATE = 21 @@ -34,21 +33,6 @@ KEYCTL_SET_REQKEY_KEYRING = 14 KEYCTL_SET_TIMEOUT = 15 KEYCTL_UNLINK = 9 KEYCTL_UPDATE = 2 -KEY_ACE_CLEAR = 512 -KEY_ACE_EVERYONE = 0 -KEY_ACE_GROUP = 1 -KEY_ACE_INVAL = 64 -KEY_ACE_JOIN = 256 -KEY_ACE_LINK = 16 -KEY_ACE_OWNER = 2 -KEY_ACE_POSSESSOR = 3 -KEY_ACE_READ = 2 -KEY_ACE_REVOKE = 128 -KEY_ACE_SEARCH = 8 -KEY_ACE_SET_SECURITY = 32 -KEY_ACE_SUBJ_STANDARD = 0 -KEY_ACE_VIEW = 1 -KEY_ACE_WRITE = 4 KEY_GRP_LINK = 4096 KEY_GRP_READ = 512 KEY_GRP_SEARCH = 2048 -- cgit mrf-deployment