On Tue, Oct 01, 2024 at 05:46:06PM -0400, Steven Rostedt wrote: > On Tue, 1 Oct 2024 14:15:43 -0700 > Josh Poimboeuf <jpoimboe@xxxxxxxxxx> 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? > > Sure, care to send the patch properly, and I can add it to my queue. Done: https://lore.kernel.org/03da49e81c50eb2a9f47918409e4c590c0f28060.1727817249.git.jpoimboe@xxxxxxxxxx -- Josh