https://github.com/sbwml/kernel-latest-centos
Linux Kernel 6.18 LTS for CentOS 7
https://github.com/sbwml/kernel-latest-centos
bbr3 bpf btf centos7 kernel lts
Last synced: about 2 months ago
JSON representation
Linux Kernel 6.18 LTS for CentOS 7
- Host: GitHub
- URL: https://github.com/sbwml/kernel-latest-centos
- Owner: sbwml
- Created: 2023-08-23T16:18:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-14T01:05:38.000Z (3 months ago)
- Last Synced: 2026-03-14T13:09:49.475Z (3 months ago)
- Topics: bbr3, bpf, btf, centos7, kernel, lts
- Language: Shell
- Homepage: https://repo.cooluc.com/kernel
- Size: 382 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linux 6.18 LTS Kernel for CentOS 7 / Red Hat 7
### Features:
- **Google's BBRv3 TCP congestion control.**
- **Hysteria's TCP Brutal congestion control.**
- **Linux Random Number Generator (LRNG v59).**
- **Enable eBPF support.**
- **Enable Clang ThinLTO**
### Install:
- **Add Repository & Update Kernel:**
```shell
curl https://repo.cooluc.com/mailbox.repo > /etc/yum.repos.d/mailbox.repo
yum --enablerepo=mailbox-kernel makecache
yum install --enablerepo=mailbox-kernel kernel
```
- **Mount BPF sysfs (Optional):**
```shell
curl https://repo.cooluc.com/kernel/files/sys-fs-bpf.mount > /etc/systemd/system/sys-fs-bpf.mount
systemctl enable sys-fs-bpf.mount
```
- **Reboot:**
```shell
reboot
```