Name: | bcc |
---|---|
Version: | 0.25.0 |
Release: | 9.el8_10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 3662473 |
License: | ASL 2.0 |
RPM: | bcc-0.25.0-9.el8_10.aarch64.rpm |
Source RPM: | bcc-0.25.0-9.el8_10.src.rpm |
Build Date: | Tue Nov 05 2024 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/iovisor/bcc |
Summary: | BPF Compiler Collection (BCC) |
Description: | BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature that was first added to Linux 3.15. BCC makes BPF programs easier to write, with kernel instrumentation in C (and includes a C wrapper around LLVM), and front-ends in Python and lua. It is suited for many tasks, including performance analysis and network traffic control. |
- Really prevent the loading of compromised headers (RHEL-28768, CVE-2024-2314)
- Check header ownership (RHEL-28768)
- Fix repo URL in tests.yml
- Rebuild on LLVM 17 (RHEL-10689) - Fix IPv6 for tcpstates (RHEL-8522)
- Fix LLVM 16 build
- Add missing patch.
- Rebuild with llvm 16 (RHBZ#2192949) - Fix compactsnoop (RHBZ#2042238) - Fix bindsnoop (RHBZ#2155200) - Fix nfsslower (RHBZ#2155163)
- One final rebuild in CentOS Stream only
- Rebuild in CentOS Stream only for library link issue
- Fix tcpdrop tool