Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Sun, 11 Aug 2024 18:13:33 +0200 you wrote: > In arraymap.c: > > In bpf_array_map_seq_start() and bpf_array_map_seq_next() > cast return values from the __percpu address space to > the generic address space via uintptr_t [1]. > > Correct the declaration of pptr pointer in __bpf_array_map_seq_show() > to void __percpu * and cast the value from the generic address > space to the __percpu address space via uintptr_t [1]. > > [...] Here is the summary with links: - [v2] bpf: Fix percpu address space issues https://git.kernel.org/bpf/bpf-next/c/6d641ca50d7e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html