Message ID | 20241213221929.3495062-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Explicit raw_tp NULL arguments | expand |
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 13 Dec 2024 14:19:26 -0800 you wrote: > This set reverts the raw_tp masking changes introduced in commit > cb4158ce8ec8 ("bpf: Mark raw_tp arguments with PTR_MAYBE_NULL") and > replaces it wwith an explicit list of tracepoints and their arguments > which need to be annotated as PTR_MAYBE_NULL. More context on the > fallout caused by the masking fix and subsequent discussions can be > found in [0]. > > [...] Here is the summary with links: - [bpf,v3,1/3] bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL" https://git.kernel.org/bpf/bpf/c/c00d738e1673 - [bpf,v3,2/3] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL https://git.kernel.org/bpf/bpf/c/838a10bd2ebf - [bpf,v3,3/3] selftests/bpf: Add tests for raw_tp NULL args https://git.kernel.org/bpf/bpf/c/0da1955b5bd2 You are awesome, thank you!