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/sys_ppc64le.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 19377a434..805c33949 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -229,8 +229,8 @@ MAP_PRIVATE = 2 MAP_SHARED = 1 MAP_SHARED_VALIDATE = 3 MAP_STACK = 131072 -MAP_SYNC = 0 -MAP_UNINITIALIZED = 0 +MAP_SYNC = 524288 +MAP_UNINITIALIZED = 67108864 MCL_CURRENT = 8192 MCL_FUTURE = 16384 MCL_ONFAULT = 32768 -- cgit mrf-deployment