SHA256
1
0
forked from pool/bpftool
Commit Graph

13 Commits

Author SHA256 Message Date
Shung-Hsi Yu
f95edf7b5b Accepting request 1175868 from home:shunghsiyu:branches:bpf
Update LLVM version selection logic to align with bcc and bpftrace and narrow down the dependency to clang and llvm.

OBS-URL: https://build.opensuse.org/request/show/1175868
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=22
2024-05-22 14:17:23 +00:00
Shung-Hsi Yu
b8d7335973 Accepting request 1167790 from home:flonnegren:branches:Base:System
- Update to version 7.4.0
  * Kernel configuration options related to bpfilter (namely: CONFIG_BPFILTER
  * and CONFIG_BPFILTER_UMH) are no longer checked with bpftool feature probe
  * More information displayed for BPF links
  * Generate shadow variables for struct_ops maps in program skeletons
  * Mark orphaned programs as such when listing programs
  * Recognize arena map types (a09e203) and global variables
  * Support the addr_space_cast instruction in the disassembler for translated
    programs
  * In the mirror repository, fix the detection of clang-bpf-co-re (for
    skeletons support) for some clang versions
  * Displaying PIDs for processes holding references to BPF links when listing
    links with bpftool link list on older kernels broke in v7.3.0, because the
    internal program pid_iter would fail to load

OBS-URL: https://build.opensuse.org/request/show/1167790
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=20
2024-04-15 13:25:39 +00:00
Michal Suchanek
13f31cc133 Accepting request 1129447 from home:shunghsiyu:branches:bpf
Update to version 7.3.0 and remove backported patches that have been included

OBS-URL: https://build.opensuse.org/request/show/1129447
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=18
2023-11-28 08:59:46 +00:00
78e9bc3111 Accepting request 1086590 from home:michals
- Update to out-of-tree version 7.2.0
- Use release tarball that includes the specific copy of libbpf that is needed
  to build bpftool
- Fix build on Linux 5.14
  + 0001-bpftool-use-a-local-copy-of-perf_event-to-fix-access.patch
  + 0002-bpftool-define-a-local-bpf_perf_link-to-fix-accessin.patch
  + 0003-bpftool-use-a-local-bpf_perf_event_value-to-fix-acce.patch
  + 0004-bpftool-Use-a-local-copy-of-BPF_LINK_TYPE_PERF_EVENT.patch

OBS-URL: https://build.opensuse.org/request/show/1086590
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=16
2023-05-15 10:56:48 +00:00
fdd3adfa88 Accepting request 1068372 from home:marxin:branches:Base:System
- Add -lzstd as libbfd is linked against the compression library.

OBS-URL: https://build.opensuse.org/request/show/1068372
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=14
2023-03-01 08:47:31 +00:00
7b6d965692 Accepting request 1067103 from home:marxin:branches:Base:System
- Rebase binutils-2.40.patch for v6.2.

OBS-URL: https://build.opensuse.org/request/show/1067103
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=12
2023-02-23 08:45:42 +00:00
bcdb9be188 Accepting request 1065908 from home:marxin:branches:Base:System
- Add binutils-2.40.patch where we need to explicitly link against
  -lsframe. It's a workaround for an existing issue:
  https://github.com/libbpf/bpftool/issues/73.

OBS-URL: https://build.opensuse.org/request/show/1065908
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=10
2023-02-16 14:45:03 +00:00
7b9668dc0d Accepting request 1008849 from home:gmbr3:Active
- Move bash-completion to subpackage so it isn't installed when
  not needed

OBS-URL: https://build.opensuse.org/request/show/1008849
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=8
2022-10-12 10:50:55 +00:00
Michał Rostecki
f760fe10ed Accepting request 967868 from home:dirkmueller:Factory
- add rebuild subpackage to ensure rebuild in TW

OBS-URL: https://build.opensuse.org/request/show/967868
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=6
2022-04-11 08:50:50 +00:00
Michał Rostecki
11b830a8e8 Accepting request 925259 from home:shunghsiyu:branches:Base:System
- Enable libbfd feature to support dumping jited form of BPF programs

OBS-URL: https://build.opensuse.org/request/show/925259
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=5
2021-10-14 13:37:27 +00:00
Michał Rostecki
70b08c1325 Accepting request 761910 from home:lnussel:branches:Base:System
- use optflags for building
- build and install man pages

OBS-URL: https://build.opensuse.org/request/show/761910
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=3
2020-01-08 16:38:38 +00:00
Dominique Leuenberger
7c02a690d0 Accepting request 703108 from Base:System
bpftool is a tool for inspection and manipulation of BPF programs developed by the Linux kernel and BPF community.

OBS-URL: https://build.opensuse.org/request/show/703108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bpftool?expand=0&rev=1
2019-05-15 10:35:52 +00:00
Andreas Jaeger
b91fa95e31 Accepting request 702941 from home:mrostecki
bpftool is a tool for inspection and manipulation of BPF programs developed by the Linux kernel and BPF community.

It has similar target and purpose as BCC which is developed in Base:System project, so I think it's a good devel project for bpftool as well.

OBS-URL: https://build.opensuse.org/request/show/702941
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=1
2019-05-15 06:13:33 +00:00