mbox series

[bpf-next,0/2] fprobe: Fixes for Sparse and Smatch warnings

Message ID 164802091567.1732982.1242854551611267542.stgit@devnote2 (mailing list archive)
Headers show
Series fprobe: Fixes for Sparse and Smatch warnings | expand

Message

Masami Hiramatsu (Google) March 23, 2022, 7:35 a.m. UTC
Hi,

These fprobe patches are for fixing the warnings by Smatch and sparse.
This is arch independent part of the fixes.


Thank you,

---

Masami Hiramatsu (2):
      fprobe: Fix smatch type mismatch warning
      fprobe: Fix sparse warning for acccessing __rcu ftrace_hash


 kernel/trace/fprobe.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--
Masami Hiramatsu (Linaro) <mhiramat@kernel.org>

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2022, 2:20 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Wed, 23 Mar 2022 16:35:15 +0900 you wrote:
> Hi,
> 
> These fprobe patches are for fixing the warnings by Smatch and sparse.
> This is arch independent part of the fixes.
> 
> 
> Thank you,
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] fprobe: Fix smatch type mismatch warning
    https://git.kernel.org/bpf/bpf/c/9052e4e83762
  - [bpf-next,2/2] fprobe: Fix sparse warning for acccessing __rcu ftrace_hash
    https://git.kernel.org/bpf/bpf/c/261608f3105c

You are awesome, thank you!