Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Wed, 6 Aug 2025 18:02:03 -0700 you wrote: > Function bpf_patch_insn_data() uses vzalloc/vfree pair to allocate > memory for updated insn_aux_data. These operations are expensive for > big programs where a lot of rewrites happen, e.g. for pyperf180 test > case. The pair can be replaced with a call to vrealloc in order to > reduce the number of actual memory allocations. > > Perf stat w/o this patch: > > [...] Here is the summary with links: - [bpf-next,v2,1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32 https://git.kernel.org/bpf/bpf-next/c/cb070a8156c1 - [bpf-next,v2,2/2] bpf: use realloc in bpf_patch_insn_data https://git.kernel.org/bpf/bpf-next/c/77620d126739 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html