Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 935 Bytes

File metadata and controls

34 lines (26 loc) · 935 Bytes

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:

    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):

    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:

    reboot