Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbpf 1.0: deprecate bpf_program__load API #301

Closed
anakryiko opened this issue Jun 1, 2021 · 0 comments
Closed

libbpf 1.0: deprecate bpf_program__load API #301

anakryiko opened this issue Jun 1, 2021 · 0 comments
Assignees
Labels
good first issue Good for newcomers libbpf-1.0 Tasks related to libbpf-1.0 release
Milestone

Comments

@anakryiko
Copy link
Member

Details: https://github.com/libbpf/libbpf/wiki/Libbpf:-the-road-to-v1.0#libbpfh-high-level-apis

@anakryiko anakryiko added this to the libbpf-1.0 milestone Jun 1, 2021
@anakryiko anakryiko added good first issue Good for newcomers libbpf-1.0 Tasks related to libbpf-1.0 release labels Jun 2, 2021
@anakryiko anakryiko self-assigned this Oct 22, 2021
kernel-patches-bot pushed a commit to kernel-patches/bpf that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
tsipa pushed a commit to tsipa/bpf-next that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
tsipa pushed a commit to tsipa/bpf-next that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
kernel-patches-bot pushed a commit to kernel-patches/bpf that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
tsipa pushed a commit to tsipa/bpf-next that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
kernel-patches-bot pushed a commit to kernel-patches/bpf that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
tsipa pushed a commit to tsipa/bpf-next that referenced this issue Nov 3, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf/libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211103051449.1884903-1-andrii@kernel.org
anakryiko added a commit to anakryiko/libbpf that referenced this issue Nov 7, 2021
Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
internal program loading bpf_object helper functions to have more
consistent naming.

  [0] Closes: libbpf#301

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211103051449.1884903-1-andrii@kernel.org
bella485 pushed a commit to bella485/centos-stream-9 that referenced this issue May 1, 2024
Bugzilla: https://bugzilla.redhat.com/2069046

Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

commit be2f2d1680dfb36793ea8d3110edd4a1db496352
Author: Andrii Nakryiko <andrii@kernel.org>
Date:   Tue Nov 2 22:14:49 2021 -0700

    libbpf: Deprecate bpf_program__load() API

    Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
    internal program loading bpf_object helper functions to have more
    consistent naming.

      [0] Closes: libbpf/libbpf#301

    Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>
    Link: https://lore.kernel.org/bpf/20211103051449.1884903-1-andrii@kernel.org

Signed-off-by: Artem Savkov <asavkov@redhat.com>
bella485 pushed a commit to bella485/centos-stream-9 that referenced this issue May 1, 2024
Bugzilla: https://bugzilla.redhat.com/2069046

Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

commit be2f2d1680dfb36793ea8d3110edd4a1db496352
Author: Andrii Nakryiko <andrii@kernel.org>
Date:   Tue Nov 2 22:14:49 2021 -0700

    libbpf: Deprecate bpf_program__load() API

    Mark bpf_program__load() as deprecated ([0]) since v0.6. Also rename few
    internal program loading bpf_object helper functions to have more
    consistent naming.

      [0] Closes: libbpf/libbpf#301

    Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>
    Link: https://lore.kernel.org/bpf/20211103051449.1884903-1-andrii@kernel.org

Signed-off-by: Artem Savkov <asavkov@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers libbpf-1.0 Tasks related to libbpf-1.0 release
Projects
None yet
Development

No branches or pull requests

1 participant