On Wed, Oct 02, 2019 at 09:37:54AM -0500, Daniel Díaz wrote:
Hello!
On Wed, 2 Oct 2019 at 03:18, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Tue, Oct 01, 2019 at 03:55:03PM -0500, Daniel Díaz wrote:
[...]
This one is legit: perf failed to build with, e.g.:
builtin-ftrace.c:25:10: fatal error: util/cap.h: No such file or directory #include "util/cap.h" ^~~~~~~~~~~~
Dropping "perf ftrace: Use CAP_SYS_ADMIN instead of euid==0" seems to fix it, at least on my machine.
So did a new patch break this? Or has this always been there.
Yes, a new one: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree...
That patch is queued on the other branches too (4.14, 4.19 and 5.2), where it's failing the builds as well.
Should now be fixed, thanks.
greg k-h