From 6bfd3dd23bb76adbc71f245930d5969243843641 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Nov 2019 14:28:32 +0100 Subject: sys/linux: update to current linux-next Regenerate consts on linux-next next-20191125. DEVLINK_ATTR_NETNS_* consts were chifted by 1. __BPF_FUNC_MAX_ID increased as usual. CRYPTO_ALG_TYPE_BLKCIPHER, CRYPTO_ALG_TYPE_ABLKCIPHER were removed, replace them with CRYPTO_ALG_TYPE_SKCIPHER. --- sys/linux/bpf_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_arm.const') diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index deaf3213a..0f628c242 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -198,7 +198,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 112 +__BPF_FUNC_MAX_ID = 116 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 -- cgit mrf-deployment