From: Andrii Nakryiko <andriin@fb.com>
To: <andrii.nakryiko@gmail.com>, <netdev@vger.kernel.org>,
<kernel-team@fb.com>, <yhs@fb.com>, <ast@fb.com>,
<daniel@iogearbox.net>, <david.laight@aculab.com>,
<acme@kernel.org>
Cc: Andrii Nakryiko <andriin@fb.com>
Subject: [PATCH bpf-next 0/2] tools/bpf: smaller clean ups
Date: Tue, 12 Feb 2019 17:29:39 -0800 [thread overview]
Message-ID: <20190213012941.2571769-1-andriin@fb.com> (raw)
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
next reply other threads:[~2019-02-13 1:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 1:29 Andrii Nakryiko [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190213012941.2571769-1-andriin@fb.com \
--to=andriin@fb.com \
--cc=acme@kernel.org \
--cc=andrii.nakryiko@gmail.com \
--cc=ast@fb.com \
--cc=daniel@iogearbox.net \
--cc=david.laight@aculab.com \
--cc=kernel-team@fb.com \
--cc=netdev@vger.kernel.org \
--cc=yhs@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox