Re: [PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Remanan Pillai <[email protected]> Sun, 19 Apr 2026 09:14:04 -0400
| Newsgroups | org.kernel.vger.linux-sctp,org.freedesktop.lists.amd-gfx,org.freedesktop.lists.dri-devel,org.kernel.vger.bpf,org.kernel.vger.io-uring,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-i2c,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm,org.kernel.vger.linux-scsi,org.kernel.vger.linux-spi,org.kernel.vger.linux-trace-kernel,org.kernel.vger.netdev,org.kvack.linux-mm |
|---|---|
| Message-ID | <CAO7JXPh+__EWsW8fsKi4T+w0jdPxZEfCLQno_ukJk2=d2s0WKA@mail.gmail.com> |
On Sat, Apr 18, 2026 at 7:05 PM Steven Rostedt <[email protected]> wrote: > > On Mon, 23 Mar 2026 12:00:19 -0400 > "Vineeth Pillai (Google)" <[email protected]> wrote: > > > if (trace_foo_enabled() && cond) > > trace_call__foo(args); /* calls __do_trace_foo() directly */ > > Hi Vineeth, > > Could you rebase this series on top of 7.1-rc1 when it comes out? > Several of these patches were accepted already. Obviously drop those. > They were the patches that added the feature, and any where the > maintainer acked the patch. > > Now that the feature has been accepted, if you post the patch series > again after 7.1-rc1 with all the patches that haven't been accepted > yet, then the maintainers can simply take them directly. As the feature > is now accepted, there's no dependency on it, and they don't need to go > through the tracing tree. > Sure, will do. Thanks for merging this feature. Thanks, Vineeth