On Mon, 26 Jul 2021 12:41:41 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > 1. Note that this patch actually fixes a build failure, caused by the > following commit in libtracefs: > 880885d (libtracefs: Remove "traceevent/" from referencing libtraceevent headers) > It seems that so far the discovery of the headers was working more or > less by chance. Yep, it was "by chance", that we just happened to include the headers in the main directory in the same paths as were added in the files. But if we ever changed those paths, the files would not be updated and the compile would break. Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> to both patches. Thanks Yordan. -- Steve