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/socket_alg_386.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/socket_alg_386.const') diff --git a/sys/linux/socket_alg_386.const b/sys/linux/socket_alg_386.const index 6d84c943d..6369aa29d 100644 --- a/sys/linux/socket_alg_386.const +++ b/sys/linux/socket_alg_386.const @@ -23,7 +23,6 @@ CRYPTO_ALG_TYPE_AKCIPHER = 13 CRYPTO_ALG_TYPE_BLKCIPHER = 4 CRYPTO_ALG_TYPE_CIPHER = 1 CRYPTO_ALG_TYPE_COMPRESS = 2 -# CRYPTO_ALG_TYPE_DIGEST is not set CRYPTO_ALG_TYPE_HASH = 14 CRYPTO_ALG_TYPE_MASK = 15 CRYPTO_ALG_TYPE_PCOMPRESS = 15 -- cgit mrf-deployment