Message ID | 20241024093742.87681-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add noinline_for_tracing and apply it to tcp_drop_reason | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 24 Oct 2024 17:37:40 +0800 you wrote: > This patchset introduces a new compiler annotation, noinline_for_tracing, > designed to prevent specific functions from being inlined to facilitate > tracing. In Patch #2, this annotation is applied to the tcp_drop_reason(). > > Yafang Shao (2): > compiler_types: Add noinline_for_tracing annotation > net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason() > > [...] Here is the summary with links: - [1/2] compiler_types: Add noinline_for_tracing annotation https://git.kernel.org/netdev/net-next/c/a8f80673ca0d - [2/2] net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason() https://git.kernel.org/netdev/net-next/c/dbd5e2e79ed8 You are awesome, thank you!