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 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(-) -- 2.20.1