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:   Mon, 30 Sep 2019 22:25:50 +0000
From:   Andrii Nakryiko <andriin@...com>
To:     Song Liu <songliubraving@...com>
CC:     "bpf@...r.kernel.org" <bpf@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Alexei Starovoitov <ast@...com>,
        "daniel@...earbox.net" <daniel@...earbox.net>,
        "andrii.nakryiko@...il.com" <andrii.nakryiko@...il.com>,
        Kernel Team <Kernel-team@...com>
Subject: Re: [PATCH bpf-next] libbpf: dump current version to v0.0.6

On 9/30/19 3:22 PM, Song Liu wrote:
> 
> 
>> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@...com> wrote:
>>
>> New release cycle started, let's bump to v0.0.6 proactively.
> 
> nit: Typo "dump" in subject.

Doh... because even trivial patches can be screwed up :) Thanks!

Sent v2.

> 
> Acked-by: Song Liu <songliubraving@...com>
> 
>>
>> Signed-off-by: Andrii Nakryiko <andriin@...com>
>> ---
>> tools/lib/bpf/libbpf.map | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
>> index d04c7cb623ed..8d10ca03d78d 100644
>> --- a/tools/lib/bpf/libbpf.map
>> +++ b/tools/lib/bpf/libbpf.map
>> @@ -190,3 +190,6 @@ LIBBPF_0.0.5 {
>> 	global:
>> 		bpf_btf_get_next_id;
>> } LIBBPF_0.0.4;
>> +
>> +LIBBPF_0.0.6 {
>> +} LIBBPF_0.0.5;
>> -- 
>> 2.17.1
>>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ