Re: [PATCH] perf kvm stat: Fix build error

From: Leo Yan

Date: Sun Mar 01 2026 - 12:48:47 EST


On Fri, Feb 27, 2026 at 09:30:56AM -0800, Ian Rogers wrote:

[...]

> So it is still the wrong fix. The relative include paths is the real
> issue, just add the missing "../". I'm not a fan of changing the
> include order as it has the potential to break things due to the
> subtle way that includes are picked up, tools/include isn't hermetic,
> etc. While it may fix one build failure we are likely creating build
> failures for others - well me, with bazel, for sure.

Thanks for correcting me. I have sent a patch to fix the relative paths.

Leo