mbox series

[v2,bpf-next,0/2] tools/bpf: smaller clean ups

Message ID 20190213182554.2763867-1-andriin@fb.com
Headers show
Series tools/bpf: smaller clean ups | expand

Message

Andrii Nakryiko Feb. 13, 2019, 6:25 p.m. UTC
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(-)

Comments

Alexei Starovoitov Feb. 14, 2019, 11:33 p.m. UTC | #1
On Wed, Feb 13, 2019 at 10:25:52AM -0800, Andrii Nakryiko wrote:
> This patchset replaces bzero() with memset() and syncs if_link.h header
> to suppress unsynchronized headers warning.

Applied, Thanks