bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf v2 0/3] AF_XDP small fixes
@ 2021-03-03 18:56 Maciej Fijalkowski
  2021-03-03 18:56 ` [PATCH bpf v2 1/3] xsk: remove dangling function declaration from header file Maciej Fijalkowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Maciej Fijalkowski @ 2021-03-03 18:56 UTC (permalink / raw)
  To: daniel, ast, bpf
  Cc: bjorn.topel, magnus.karlsson, john.fastabend, Maciej Fijalkowski

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

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

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-04 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 18:56 [PATCH bpf v2 0/3] AF_XDP small fixes Maciej Fijalkowski
2021-03-03 18:56 ` [PATCH bpf v2 1/3] xsk: remove dangling function declaration from header file Maciej Fijalkowski
2021-03-03 18:56 ` [PATCH bpf v2 2/3] samples: bpf: add missing munmap in xdpsock Maciej Fijalkowski
2021-03-03 18:56 ` [PATCH bpf v2 3/3] libbpf: clear map_info before each bpf_obj_get_info_by_fd Maciej Fijalkowski
2021-03-03 19:19 ` [PATCH bpf v2 0/3] AF_XDP small fixes Björn Töpel
2021-03-04 15:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).