[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 27e88bc4df1d80888fe1aaca786a7cc6e69587e2
WARNING: Author mismatch between patch and upstream commit: Backport author: Shung-Hsi Yushung-hsi.yu@suse.com Commit author: Eduard Zingermaneddyz87@gmail.com
Status in newer kernel trees: 6.14.y | Present (exact SHA1) 6.12.y | Present (different SHA1: d30b9c5950e0)
Note: The patch differs from the upstream commit: --- 1: 27e88bc4df1d8 ! 1: a412775f370f7 bpf: add find_containing_subprog() utility function @@ Metadata ## Commit message ## bpf: add find_containing_subprog() utility function
+ commit 27e88bc4df1d80888fe1aaca786a7cc6e69587e2 upstream. + Add a utility function, looking for a subprogram containing a given instruction index, rewrite find_subprog() to use this function.
Signed-off-by: Eduard Zingerman eddyz87@gmail.com Link: https://lore.kernel.org/r/20241210041100.1898468-2-eddyz87@gmail.com Signed-off-by: Alexei Starovoitov ast@kernel.org + Signed-off-by: Shung-Hsi Yu shung-hsi.yu@suse.com
## kernel/bpf/verifier.c ## @@ kernel/bpf/verifier.c: static int cmp_subprogs(const void *a, const void *b) ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |