OSDN Git Service

Merge branch 'libbpf-cleanup'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 14 Feb 2019 23:31:39 +0000 (15:31 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 14 Feb 2019 23:31:40 +0000 (15:31 -0800)
commit9875964b9e8466bac8e9c1eefdf9333ef9c64ac5
tree97b62a1915249efbec8c969daaec42375a2a7087
parentfb405883c189dd30f2fab2b3e2c954f34f000ac3
parentd931206476b83d4d516f9425cc9e6a1cf361fb2b
Merge branch 'libbpf-cleanup'

Andrii Nakryiko says:

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

Signed-off-by: Alexei Starovoitov <ast@kernel.org>