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
This commit is contained in:
Shung-Hsi Yu 2024-04-15 13:25:39 +00:00 committed by Git OBS Bridge
parent 13f31cc133
commit b8d7335973
4 changed files with 23 additions and 5 deletions

BIN
bpftool-libbpf-v7.3.0-sources.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ad6f35b3a629ce1a2d892b2467d2c67b85a29da9daafd062dd7503487ac3671
size 1485279

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 11 07:02:33 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- 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
-------------------------------------------------------------------
Tue Nov 28 07:24:46 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package bpftool
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: bpftool
Version: 7.3.0
Version: 7.4.0
Release: 0
Summary: Tool for inspection and manipulation of BPF programs and maps
License: GPL-2.0-only