kwizart/kernel-longterm-6.6

Project ID: 105454

Description

Kernel built of longterm 6.6 branch

This repository is created in the hope it will be useful. But is provided without any warranty.

This kernel built of the long term (LT) support 6.6 branch is derived from the fedora spec file adapted to build across RHEL/CentOS Stream and current Fedora releases. This kernel should be useful for those using external kernel modules, but don't want to re-base their kernel too often and break their external modules compatibility. It should also be useful for "Enterprise Linux" users where their modified kernel might produce incompatibilities with external modules. Or even those of us who want to run closer to upstream kernel code. Last, but not least, it also allows to verify kernel regressions and helps bisect and identify them into LT branches, so they can be reported upstream.

If you want to provide any donation, contributions are welcomed with paypal.me/kwizart

Installation Instructions

Switch to kernel longterm 6.6

sudo dnf copr enable kwizart/kernel-longterm-6.6

sudo dnf install kernel-longterm

sudo reboot

Install devel packages for external kernel modules needs

sudo dnf install kernel-longterm-devel

Install on ostree based systems:

sudo rpm-ostree cliwrap install-to-root

sudo rpm-ostree override remove kernel kernel-{core,modules,modules-extra}
--install kernel-longterm --install kernel-longterm-core
--install kernel-longterm-modules --install kernel-longterm-modules-extra &&
ostree container commit

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 9 aarch64 (218)*, x86_64 (138)* Centos-stream 9 (90 downloads)
EPEL 9 aarch64 (246)*, x86_64 (1827)* EPEL 9 (193 downloads)
Fedora 39 aarch64 (169)*, x86_64 (9702)* Fedora 39 (0 downloads)
Fedora 40 aarch64 (222)*, x86_64 (24531)* Fedora 40 (1742 downloads)
Fedora 41 aarch64 (59)*, x86_64 (16930)* Fedora 41 (1747 downloads)
Fedora 42 x86_64 (0)* Fedora 42 (2 downloads)
Fedora rawhide x86_64 (873)* Fedora rawhide (143 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable kwizart/kernel-longterm-6.6
More info about enabling Copr repositories

Other Actions