netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] tools/bpf: smaller clean ups
@ 2019-02-13  1:29 Andrii Nakryiko
  2019-02-13  1:29 ` [PATCH bpf-next 1/2] tools/bpf: replace bzero with memset Andrii Nakryiko
  2019-02-13  1:29 ` [PATCH bpf-next 2/2] tools: sync uapi/linux/if_link.h header Andrii Nakryiko
  0 siblings, 2 replies; 5+ messages in thread
From: Andrii Nakryiko @ 2019-02-13  1:29 UTC (permalink / raw)
  To: andrii.nakryiko, netdev, kernel-team, yhs, ast, daniel,
	david.laight, acme
  Cc: Andrii Nakryiko

This patchset replaces bzero() with memset() and syncs if_link.h header
to suppress unsynchronized headers warning.

Andrii Nakryiko (2):
  tools/bpf: replace bzero with memset
  tools: sync uapi/linux/if_link.h header

 tools/include/uapi/linux/if_link.h |  1 +
 tools/lib/bpf/bpf.c                | 48 +++++++++++++++---------------
 tools/lib/bpf/btf.c                |  5 ++--
 tools/lib/bpf/libbpf.c             |  5 ++--
 4 files changed, 29 insertions(+), 30 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-02-13 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  1:29 [PATCH bpf-next 0/2] tools/bpf: smaller clean ups Andrii Nakryiko
2019-02-13  1:29 ` [PATCH bpf-next 1/2] tools/bpf: replace bzero with memset Andrii Nakryiko
2019-02-13 17:38   ` Martin Lau
2019-02-13  1:29 ` [PATCH bpf-next 2/2] tools: sync uapi/linux/if_link.h header Andrii Nakryiko
2019-02-13 17:39   ` Martin Lau

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