[PATCH v9 1/5] rust: add generic static_key_false

Steven Rostedt rostedt at goodmis.org
Thu Oct 10 12:43:20 PDT 2024


On Tue, 1 Oct 2024 14:15:43 -0700
Josh Poimboeuf <jpoimboe at kernel.org> wrote:

> On Tue, Oct 01, 2024 at 01:29:58PM +0000, Alice Ryhl wrote:
> > Add just enough support for static key so that we can use it from
> > tracepoints. Tracepoints rely on `static_key_false` even though it is
> > deprecated, so we add the same functionality to Rust.  
> 
> Instead of extending the old deprecated static key interface into Rust,
> can we just change tracepoints to use the new one?
> 
> /me makes a note to go convert the other users...
> 
> From: Josh Poimboeuf <jpoimboe at kernel.org>
> Subject: [PATCH] tracepoints: Use new static branch API
> 
> The old static key API based on 'struct static_key' is deprecated.
> Convert tracepoints to use the new API.
> 
> Signed-off-by: Josh Poimboeuf <jpoimboe at kernel.org>

Alice,

Can you send a v10 with the added acks and whitespace fixes as well as
using static_branch_unlikely(), and I'll pull it into my tree.

Base it off of v6.12-rc2.

Thanks,

-- Steve



More information about the linux-riscv mailing list