Commit Graph

8 Commits

Author SHA1 Message Date
Viktor Malik
96375f26a5
Fix LLVM feature detection and rebuild with LLVM 21
Resolves: RHEL-148264

bpftool disassembler optionally uses LLVM to improve its capabilities.
Unfortunately, even if llvm-devel is installed, the feature detection of
LLVM doesn't work:

    Auto-detecting system features:
    ...                         clang-bpf-co-re: [ on  ]
    ...                                    llvm: [ OFF ]
    ...                                  libcap: [ on  ]
    ...                                  libbfd: [ on  ]

The reason is that the feature detection tries to compile a simple C++
program and link it against libLLVM which fails as LDFLAGS contains -pie
while CXXFLAGS does not contain -fpie.

Fix this by setting EXTRA_CXXFLAGS from the bpftool build.

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2026-02-17 13:17:23 +01:00
Viktor Malik
1ff7e04041
Update to kernel rebase 6.17
Resolves: RHEL-91167

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-11-28 10:10:57 +01:00
Viktor Malik
61f7379fbc
Make kernel tarball dist independent of %{dist}
Resolves: RHEL-109000

There are situations when the kernel tarball dist is different from the
package dist, e.g. when building via CentOS Stream during the exception
phase (c10s will use .el10 while RHEL will use .el10_Y). OpenScanHub may
sometimes use .el10_Y, too.

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-08-13 12:04:54 +02:00
Viktor Malik
c0f5a7cd28
Update to kernel rebase 6.14
Resolves: RHEL-91160

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-07-04 11:40:41 +02:00
Viktor Malik
ae6249b222
Update to kernel rebase 6.13
Resolves: RHEL-91171

Note that this update is only necessary to facilitate RISC-V builds so
we are likely not doing an official build.

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-05-20 08:26:47 +02:00
Ziqian SUN (Zamir)
52aeb5db0f Initial gating test for bpftool
Signed-off-by: Ziqian SUN (Zamir) <zsun@redhat.com>
2025-01-10 10:47:44 +08:00
Viktor Malik
90bd09a815
Initial commit on c10s
Resolves: RHEL-69496

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-01-07 13:15:02 +01:00
Release Configuration Management
0180981bb4 New branch setup 2024-12-15 21:56:55 -05:00