mbox series

[v2,bpf-next,0/2] bpf: Fix an issue in verifing allow_ptr_leaks

Message ID 20230823020703.3790-1-laoar.shao@gmail.com (mailing list archive)
Headers show
Series bpf: Fix an issue in verifing allow_ptr_leaks | expand

Message

Yafang Shao Aug. 23, 2023, 2:07 a.m. UTC
Patch #1: An issue found in our local 6.1 kernel.
          This issue also exists in bpf-next.
Patch #2: Selftess for #1

v1->v2:
  - Add acked-by from Eduard
  - Fix build error reported by Alexei

Yafang Shao (2):
  bpf: Fix issue in verifying allow_ptr_leaks
  selftests/bpf: Add selftest for allow_ptr_leaks

 kernel/bpf/verifier.c                           | 17 ++++++------
 tools/testing/selftests/bpf/prog_tests/tc_bpf.c | 36 ++++++++++++++++++++++++-
 tools/testing/selftests/bpf/progs/test_tc_bpf.c | 13 +++++++++
 3 files changed, 57 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 23, 2023, 4:50 p.m. UTC | #1
Hello:

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

On Wed, 23 Aug 2023 02:07:01 +0000 you wrote:
> Patch #1: An issue found in our local 6.1 kernel.
>           This issue also exists in bpf-next.
> Patch #2: Selftess for #1
> 
> v1->v2:
>   - Add acked-by from Eduard
>   - Fix build error reported by Alexei
> 
> [...]

Here is the summary with links:
  - [v2,bpf-next,1/2] bpf: Fix issue in verifying allow_ptr_leaks
    https://git.kernel.org/bpf/bpf-next/c/d75e30dddf73
  - [v2,bpf-next,2/2] selftests/bpf: Add selftest for allow_ptr_leaks
    https://git.kernel.org/bpf/bpf-next/c/0072e3624b46

You are awesome, thank you!