Message ID | 20221029024444.gonna.633-kees@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage | expand |
Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Fri, 28 Oct 2022 19:54:29 -0700 you wrote: > v2: > - split up patch into logical changes > - simplify copy_array, which can use ksize() directly > v1: https://lore.kernel.org/all/20221018090550.never.834-kees@kernel.org/ > > Hi, > > [...] Here is the summary with links: - [bpf-next,v2,1/3] bpf/verifier: Fix potential memory leak in array reallocation https://git.kernel.org/bpf/bpf/c/42378a9ca553 - [bpf-next,v2,2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage (no matching commit) - [bpf-next,v2,3/3] bpf/verifier: Take advantage of full allocation sizes (no matching commit) You are awesome, thank you!