View Issue Details

IDProjectCategoryView StatusLast Update
0001515channel: kernel/el10kernel-mlpublic2025-04-16 13:46
Reportertoracat Assigned Totoracat  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0001515: Provide the kernel-ml package set for EL10
DescriptionRHEL-10 is expected to be released in May 2025.
Provide kernel-ml for el10.
TagsNo tags attached.

Activities

toracat

2025-04-15 15:56

administrator   ~0010372

<Note>
Do not build bpftool as bpftool is built as a separate package in el10.
Makefile diff:
https://www.spinics.net/linux/fedora/fedora-kernel/msg19731.html

toracat

2025-04-16 13:43

administrator   ~0010373

Last edited: 2025-04-16 13:46

As ChmEarl noted in #elrepo, kernel-ml for el9 can be rebuilt for el10 with some modifications to the spec file.

el9:

pathfix.py -i "%{__python3} %{py3_shbang_opts}" -n -p \
        tools/kvm/kvm_stat/kvm_stat \
        scripts/show_delta \
        scripts/jobserver-exec \
        scripts/diffconfig \
        scripts/clang-tools \
        scripts/bloat-o-meter \
        tools \
        scripts \
        Documentation \
        2>&1 | grep -Ev 'recursedown|no change'

el10:

%py3_shebang_fix \
        tools/kvm/kvm_stat/kvm_stat \
        scripts/show_delta \
        scripts/diffconfig \
        scripts/bloat-o-meter \
        scripts/jobserver-exec \
        tools \
        Documentation \
        scripts/clang-tools 2> /dev/null

Note that this line needed to be deleted:
%{log_msg "Fixing Python shebangs..."}

[EDIT] This build was done with "--with baseonly". It fails when perf is enabled.

Issue History

Date Modified Username Field Change
2025-02-27 14:12 toracat New Issue
2025-02-27 14:12 toracat Status new => assigned
2025-02-27 14:12 toracat Assigned To => toracat
2025-04-15 15:56 toracat Note Added: 0010372
2025-04-16 13:43 toracat Note Added: 0010373
2025-04-16 13:46 toracat Note Edited: 0010373