Message ID | 20241203000238.3602922-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix missing process_iter_arg type check | expand |
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov <ast@kernel.org>: On Mon, 2 Dec 2024 16:02:36 -0800 you wrote: > I am taking over Tao's earlier patch set that can be found at [0], after > an offline discussion. The bug reported in that thread is that > process_iter_arg missed a reg->type == PTR_TO_STACK check. Fix this by > adding it in, and also address comments from Andrii on the earlier > attempt. Include more selftests to ensure the error is caught. > > [0]: https://lore.kernel.org/bpf/20241107214736.347630-1-tao.lyu@epfl.ch > > [...] Here is the summary with links: - [bpf,v2,1/2] bpf: Ensure reg is PTR_TO_STACK in process_iter_arg https://git.kernel.org/bpf/bpf/c/12659d28615d - [bpf,v2,2/2] selftests/bpf: Add tests for iter arg check https://git.kernel.org/bpf/bpf/c/7f71197001e3 You are awesome, thank you!