From: Stephen Hemminger Date: Tue, 1 Oct 2019 15:55:01 +0000 (-0700) Subject: uapi: update btf from 5.4-rc1 X-Git-Tag: v5.4.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0445c67baff3c59941b2fadaefc4031940047e;p=thirdparty%2Fiproute2.git uapi: update btf from 5.4-rc1 Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/btf.h b/include/uapi/linux/btf.h index 8ef8001de..d28dd89ae 100644 --- a/include/uapi/linux/btf.h +++ b/include/uapi/linux/btf.h @@ -22,9 +22,9 @@ struct btf_header { }; /* Max # of type identifier */ -#define BTF_MAX_TYPE 0x0000ffff +#define BTF_MAX_TYPE 0x000fffff /* Max offset into the string section */ -#define BTF_MAX_NAME_OFFSET 0x0000ffff +#define BTF_MAX_NAME_OFFSET 0x00ffffff /* Max # of struct/union/enum members or func args */ #define BTF_MAX_VLEN 0xffff