bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] libbpf: dump current version to v0.0.6
@ 2019-09-30 22:16 Andrii Nakryiko
  2019-09-30 22:22 ` Song Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Andrii Nakryiko @ 2019-09-30 22:16 UTC (permalink / raw)
  To: bpf, netdev, ast, daniel; +Cc: andrii.nakryiko, kernel-team, Andrii Nakryiko

New release cycle started, let's bump to v0.0.6 proactively.

Signed-off-by: Andrii Nakryiko <andriin@fb.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] libbpf: dump current version to v0.0.6
  2019-09-30 22:16 [PATCH bpf-next] libbpf: dump current version to v0.0.6 Andrii Nakryiko
@ 2019-09-30 22:22 ` Song Liu
  2019-09-30 22:25   ` Andrii Nakryiko
  0 siblings, 1 reply; 3+ messages in thread
From: Song Liu @ 2019-09-30 22:22 UTC (permalink / raw)
  To: Andrii Nakryiko
  Cc: bpf, netdev, Alexei Starovoitov, daniel, andrii.nakryiko, Kernel Team



> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@fb.com> wrote:
> 
> New release cycle started, let's bump to v0.0.6 proactively.

nit: Typo "dump" in subject. 

Acked-by: Song Liu <songliubraving@fb.com>

> 
> Signed-off-by: Andrii Nakryiko <andriin@fb.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
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] libbpf: dump current version to v0.0.6
  2019-09-30 22:22 ` Song Liu
@ 2019-09-30 22:25   ` Andrii Nakryiko
  0 siblings, 0 replies; 3+ messages in thread
From: Andrii Nakryiko @ 2019-09-30 22:25 UTC (permalink / raw)
  To: Song Liu
  Cc: bpf, netdev, Alexei Starovoitov, daniel, andrii.nakryiko, Kernel Team

On 9/30/19 3:22 PM, Song Liu wrote:
> 
> 
>> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@fb.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@fb.com>
> 
>>
>> Signed-off-by: Andrii Nakryiko <andriin@fb.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
>>
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-30 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 22:16 [PATCH bpf-next] libbpf: dump current version to v0.0.6 Andrii Nakryiko
2019-09-30 22:22 ` Song Liu
2019-09-30 22:25   ` Andrii Nakryiko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).