lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 8 Feb 2017 21:25:36 +0100
From:   Mickaël Salaün <mic@...ikod.net>
To:     "Wangnan (F)" <wangnan0@...wei.com>, linux-kernel@...r.kernel.org
Cc:     Alexei Starovoitov <ast@...com>,
        Arnaldo Carvalho de Melo <acme@...hat.com>,
        Daniel Borkmann <daniel@...earbox.net>,
        "David S . Miller" <davem@...emloft.net>,
        Joe Stringer <joe@....org>, netdev@...r.kernel.org
Subject: Re: [PATCH v2 1/5] bpf: Add missing header to the library


On 08/02/2017 03:52, Wangnan (F) wrote:
> Please add me into the cc list of all of the 5 patches.

Sorry, get_maintainer.pl didn't get your name for all patches but I'll
CC you for the next series.

> 
> Thank you.
> 
> On 2017/2/7 4:40, Mickaël Salaün wrote:
>> Include stddef.h to define size_t.
>>
>> Signed-off-by: Mickaël Salaün <mic@...ikod.net>
>> Cc: Alexei Starovoitov <ast@...com>
>> Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
>> Cc: Daniel Borkmann <daniel@...earbox.net>
>> Cc: Wang Nan <wangnan0@...wei.com>
>> ---
>>   tools/lib/bpf/bpf.h | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/lib/bpf/bpf.h b/tools/lib/bpf/bpf.h
>> index a2f9853dd882..df6e186da788 100644
>> --- a/tools/lib/bpf/bpf.h
>> +++ b/tools/lib/bpf/bpf.h
>> @@ -22,6 +22,7 @@
>>   #define __BPF_BPF_H
>>     #include <linux/bpf.h>
>> +#include <stddef.h>
>>     int bpf_create_map(enum bpf_map_type map_type, int key_size, int
>> value_size,
>>              int max_entries, __u32 map_flags);
> 
> 
> 



Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ