diff options
| author | Eric Biggers <ebiggers@google.com> | 2019-07-15 10:45:40 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-16 10:08:43 +0200 |
| commit | 84d08cdf2d65976799e858fd6add094cd462b506 (patch) | |
| tree | 95917d02ecb228c7e677dee08820f81590ab0eeb /sys/linux/key_ppc64le.const | |
| parent | 6732e2c0330c7389c92c4f7ddd307bf13dab7714 (diff) | |
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.
Diffstat (limited to 'sys/linux/key_ppc64le.const')
| -rw-r--r-- | sys/linux/key_ppc64le.const | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/linux/key_ppc64le.const b/sys/linux/key_ppc64le.const index 6ff4bb9dc..39a594b71 100644 --- a/sys/linux/key_ppc64le.const +++ b/sys/linux/key_ppc64le.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 |
