[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181127051715.1845528-1-yhs@fb.com>
Date: Mon, 26 Nov 2018 21:17:12 -0800
From: Yonghong Song <yhs@...com>
To: <ast@...com>, <daniel@...earbox.net>, <netdev@...r.kernel.org>,
<kafai@...com>
CC: <kernel-team@...com>
Subject: [PATCH bpf-next 0/3] bpf: btf: check name validity for various types
Commit 2667a2626f4d ("bpf: btf: Add BTF_KIND_FUNC
and BTF_KIND_FUNC_PROTO") checked the name validity
for BTF_KIND_FUNC/FUNC_PROTO types.
This patch added name checking for PTR, ARRAY, VOLATILE, TYPEDEF,
CONST, RESTRICT, STRUCT, UNION, ENUM and FWD types. Such a strict
name checking makes BTF more sound in the kernel and future
BTF-to-header-file converesion ([1]) less fragile.
[1]: http://vger.kernel.org/lpc-bpf2018.html#session-2
Yonghong Song (3):
bpf: btf: check name validity for various types
tools/bpf: fix two test_btf unit test cases
tools/bpf: add addition type tests to test_btf
kernel/bpf/btf.c | 57 ++++
tools/testing/selftests/bpf/test_btf.c | 380 ++++++++++++++++++++++++-
2 files changed, 428 insertions(+), 9 deletions(-)
--
2.17.1
Powered by blists - more mailing lists