On 2021-03-03 19:56, Maciej Fijalkowski wrote:
Hi, This time three no-brainers, one is a fix that I sent among with bpf_link for AF_XDP set where John suggested that it should land in bpf tree. Other is the missing munmap on xdpsock and some ancient function declaration removal.
Thanks Maciej! For the series: Acked-by: Björn Töpel <bjorn.topel@xxxxxxxxx>
Thanks! Maciej v2: - collect Bjorn's Acks - change strlen to sizeof in patch 3 Maciej Fijalkowski (3): xsk: remove dangling function declaration from header file samples: bpf: add missing munmap in xdpsock libbpf: clear map_info before each bpf_obj_get_info_by_fd include/linux/netdevice.h | 2 -- samples/bpf/xdpsock_user.c | 2 ++ tools/lib/bpf/xsk.c | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-)