Re: [PATCH] tracepoints: Use new static branch API

2024-10-07 Thread Steven Rostedt
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, > >

Re: [PATCH] tracepoints: Use new static branch API

2024-10-07 Thread Josh Poimboeuf
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

[PATCH] tracepoints: Use new static branch API

2024-10-01 Thread Josh Poimboeuf
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