Update to BPF 6.8 rebase
Resolves: RHEL-30776 Signed-off-by: Viktor Malik <vmalik@redhat.com>
This commit is contained in:
parent
c5565dd853
commit
f04c2facf2
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/linux-5.14.0-333.el9.tar.xz
|
/linux-5.14.0-333.el9.tar.xz
|
||||||
/linux-5.14.0-408.el9.tar.xz
|
/linux-5.14.0-408.el9.tar.xz
|
||||||
/linux-5.14.0-424.el9.tar.xz
|
/linux-5.14.0-424.el9.tar.xz
|
||||||
|
/linux-5.14.0-473.el9.tar.xz
|
||||||
|
|||||||
@ -4,12 +4,12 @@
|
|||||||
# used as kernel tar.
|
# used as kernel tar.
|
||||||
|
|
||||||
# RHEL kernel version-release
|
# RHEL kernel version-release
|
||||||
%define kver 5.14.0-424
|
%define kver 5.14.0-473
|
||||||
%define source linux-%{kver}.el9
|
%define source linux-%{kver}.el9
|
||||||
|
|
||||||
Name: libbpf
|
Name: libbpf
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Libbpf library
|
Summary: Libbpf library
|
||||||
|
|
||||||
License: LGPLv2 or BSD
|
License: LGPLv2 or BSD
|
||||||
@ -74,6 +74,9 @@ popd
|
|||||||
%{_libdir}/libbpf.a
|
%{_libdir}/libbpf.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 11 2024 Viktor Malik <vmalik@redhat.com> - 2:1.4.0-1
|
||||||
|
- Update to BPF 6.8 rebase (RHEL-30776)
|
||||||
|
|
||||||
* Wed Feb 07 2024 Viktor Malik <vmalik@redhat.com> - 2:1.3.0-2
|
* Wed Feb 07 2024 Viktor Malik <vmalik@redhat.com> - 2:1.3.0-2
|
||||||
- Fix bug in bpf_xdp_query causing stack corruption (RHEL-26037)
|
- Fix bug in bpf_xdp_query causing stack corruption (RHEL-26037)
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (linux-5.14.0-424.el9.tar.xz) = 6278d66f9ce3f9366e9c6e937d5f1f62381b9a8415a5f05f5b7a9a311e7371726d3db7fea7f91fae314a25cdb713a939243fc1d41d8ab12b0a93a92002ebd657
|
SHA512 (linux-5.14.0-473.el9.tar.xz) = 3debc3ccef7a3cbd31b98266b19c61ea287d4817b13f3929091b810456c7e6e0a5a4baff249e5cd20ede16588ab98fda967975b6441358151f5d679133774027
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user