* [PATCH bpf-next] libbpf: start v1.2 development cycle
@ 2022-12-21 18:00 Andrii Nakryiko
2022-12-21 19:12 ` sdf
2022-12-21 19:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Andrii Nakryiko @ 2022-12-21 18:00 UTC (permalink / raw)
To: bpf, ast, daniel; +Cc: andrii, kernel-team
Bump current version for new development cycle to v1.2.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
---
tools/lib/bpf/libbpf.map | 3 +++
tools/lib/bpf/libbpf_version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index 71bf5691a689..11c36a3c1a9f 100644
--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -382,3 +382,6 @@ LIBBPF_1.1.0 {
user_ring_buffer__reserve_blocking;
user_ring_buffer__submit;
} LIBBPF_1.0.0;
+
+LIBBPF_1.2.0 {
+} LIBBPF_1.1.0;
diff --git a/tools/lib/bpf/libbpf_version.h b/tools/lib/bpf/libbpf_version.h
index e944f5bce728..1fd2eeac5cfc 100644
--- a/tools/lib/bpf/libbpf_version.h
+++ b/tools/lib/bpf/libbpf_version.h
@@ -4,6 +4,6 @@
#define __LIBBPF_VERSION_H
#define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 1
+#define LIBBPF_MINOR_VERSION 2
#endif /* __LIBBPF_VERSION_H */
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH bpf-next] libbpf: start v1.2 development cycle
2022-12-21 18:00 [PATCH bpf-next] libbpf: start v1.2 development cycle Andrii Nakryiko
@ 2022-12-21 19:12 ` sdf
2022-12-21 19:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: sdf @ 2022-12-21 19:12 UTC (permalink / raw)
To: Andrii Nakryiko; +Cc: bpf, ast, daniel, kernel-team
On 12/21, Andrii Nakryiko wrote:
> Bump current version for new development cycle to v1.2.
> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Stanislav Fomichev <sdf@google.com>
> ---
> tools/lib/bpf/libbpf.map | 3 +++
> tools/lib/bpf/libbpf_version.h | 2 +-
> 2 files changed, 4 insertions(+), 1 deletion(-)
> diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
> index 71bf5691a689..11c36a3c1a9f 100644
> --- a/tools/lib/bpf/libbpf.map
> +++ b/tools/lib/bpf/libbpf.map
> @@ -382,3 +382,6 @@ LIBBPF_1.1.0 {
> user_ring_buffer__reserve_blocking;
> user_ring_buffer__submit;
> } LIBBPF_1.0.0;
> +
> +LIBBPF_1.2.0 {
> +} LIBBPF_1.1.0;
> diff --git a/tools/lib/bpf/libbpf_version.h
> b/tools/lib/bpf/libbpf_version.h
> index e944f5bce728..1fd2eeac5cfc 100644
> --- a/tools/lib/bpf/libbpf_version.h
> +++ b/tools/lib/bpf/libbpf_version.h
> @@ -4,6 +4,6 @@
> #define __LIBBPF_VERSION_H
> #define LIBBPF_MAJOR_VERSION 1
> -#define LIBBPF_MINOR_VERSION 1
> +#define LIBBPF_MINOR_VERSION 2
> #endif /* __LIBBPF_VERSION_H */
> --
> 2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH bpf-next] libbpf: start v1.2 development cycle
2022-12-21 18:00 [PATCH bpf-next] libbpf: start v1.2 development cycle Andrii Nakryiko
2022-12-21 19:12 ` sdf
@ 2022-12-21 19:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-12-21 19:20 UTC (permalink / raw)
To: Andrii Nakryiko; +Cc: bpf, ast, daniel, kernel-team
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:
On Wed, 21 Dec 2022 10:00:49 -0800 you wrote:
> Bump current version for new development cycle to v1.2.
>
> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
> ---
> tools/lib/bpf/libbpf.map | 3 +++
> tools/lib/bpf/libbpf_version.h | 2 +-
> 2 files changed, 4 insertions(+), 1 deletion(-)
Here is the summary with links:
- [bpf-next] libbpf: start v1.2 development cycle
https://git.kernel.org/bpf/bpf-next/c/4ec38eda85b9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-21 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 18:00 [PATCH bpf-next] libbpf: start v1.2 development cycle Andrii Nakryiko
2022-12-21 19:12 ` sdf
2022-12-21 19:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox