Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Mon, 8 Dec 2025 22:14:30 +0900 you wrote:
This series improves error propagation in cpumap and adds selftests that cover the failure cases.
Currently, failures returned from __cpu_map_entry_alloc() are ignored and always converted to -ENOMEM by cpu_map_update_elem(). This series ensures the correct error propagation and adds selftests.
[...]
Here is the summary with links: - [bpf-next,v2,1/2] bpf: cpumap: propagate underlying error in cpu_map_update_elem() https://git.kernel.org/bpf/bpf-next/c/48e11bad9a1f - [bpf-next,v2,2/2] selftests/bpf: add tests for attaching invalid fd https://git.kernel.org/bpf/bpf-next/c/18352f8fae91
You are awesome, thank you!