On Tue, Jan 29, 2019 at 04:38:16PM -0800, Yonghong Song wrote: > 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.
Applied, Thanks