commit | 9d90436ece8f2c5b4da617e679590137e54ce4cb | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Tue Jan 29 19:15:33 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jan 29 19:15:33 2019 -0800 |
tree | f21966790bed9858ec536873dcb8e52634ba1de3 | |
parent | 2fa53f8924223e81cd85e19f0c2caf110f086752 [diff] | |
parent | 32b750b925040565bbeff1fe2f7510e3dc71ce2e [diff] |
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>