Re: [GIT PULL] rtla: Updates for 5.20/6.0

From: Linus Torvalds
Date: Fri Aug 05 2022 - 12:41:21 EST


On Wed, Aug 3, 2022 at 7:49 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> Changes to RTLA:

Btw, I note that the error messages for missing libraries got fixed
(already some time ago, not this pull), but didn't get around to
actually building until now.

It says to do

e.g., 'dnf install libtraceevent' on Fedora

but it's actually the devel packages that are needed for building, not
the bare libraries.

So it should be libtraceevent-devel, and libtracefs-devel.

Linus