Merge branch 'bpf-fix-an-issue-in-verifing-allow_ptr_leaks'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 23 Aug 2023 16:37:29 +0000 (09:37 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 23 Aug 2023 16:37:29 +0000 (09:37 -0700)
commitf586a77030b38f1b7258aaea44d0ab52b1963859
treeb5f8ff0e13ef88404f818844c28d33ae0264b88e
parent29d67fdebc42af6466d1909c60fdd1ef4f3e5240
parent0072e3624b463636c842ad8e261f1dc91deb8c78
Merge branch 'bpf-fix-an-issue-in-verifing-allow_ptr_leaks'

Yafang Shao says:

====================
bpf: Fix an issue in verifing allow_ptr_leaks

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
====================

Link: https://lore.kernel.org/r/20230823020703.3790-1-laoar.shao@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>