On Mon, 7 Oct 2024 11:25:21 -0700
Josh Poimboeuf wrote:
> On Tue, Oct 01, 2024 at 03:24:01PM -0700, Josh Poimboeuf wrote:
> > The old static key API based on 'struct static_key' is deprecated.
> > Convert tracepoints to use the new API.
> >
> > Signed-off-by: Josh Poimboeuf
>
> Steven,
>
>
On Tue, Oct 01, 2024 at 03:24:01PM -0700, Josh Poimboeuf wrote:
> The old static key API based on 'struct static_key' is deprecated.
> Convert tracepoints to use the new API.
>
> Signed-off-by: Josh Poimboeuf
Steven,
The kernel test robot found this patch breaks the build with
CONFIG_HIST_TRIGG
The old static key API based on 'struct static_key' is deprecated.
Convert tracepoints to use the new API.
Signed-off-by: Josh Poimboeuf
---
include/linux/tracepoint-defs.h | 4 ++--
include/linux/tracepoint.h | 8
kernel/tracepoint.c | 4 ++--
3 files changed, 8 insert