Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 26 Nov 2020 10:37:35 +0100 you wrote: > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > Replace size_t with __u32 in the xsk interfaces that contain > this. There is no reason to have size_t since the internal variable > that is manipulated is a __u32. The following APIs are affected: > > __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, > __u32 *idx) > void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) > __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx) > void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb) > void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb) > > [...] Here is the summary with links: - [bpf-next] libbpf: replace size_t with __u32 in xsk interfaces https://git.kernel.org/bpf/bpf-next/c/105c4e75feb4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html