]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'typedef-func_proto'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 30 Jan 2019 03:15:33 +0000 (19:15 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 30 Jan 2019 03:15:33 +0000 (19:15 -0800)
commit6a32c6efc5b053f66f2c9bf6caa2d88154a10efb
treef21966790bed9858ec536873dcb8e52634ba1de3
parentcf37133e808728114e0d51c068110b044f56dfe1
parentc1de84b97f31cbf92f4ac9980bc727cac99c6bae
Merge branch 'typedef-func_proto'

Yonghong Song says:

====================
The current btf implementation disallows the typedef of
a func_proto type. This actually is allowed per C standard.
This patch fixed btf verification to permit such types.
Patch #1 fixed the kernel side and Patch #2 fixed
the tools test_btf test.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>