Skip to content

sbwml/kernel-latest-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux 6.6 LTS Kernel for CentOS 7 / Red Hat 7

Features:

  • Google's BBRv3 TCP congestion control.
  • Linux Random Number Generator (LRNG v52).
  • Enable eBPF support.

Install:

  • Add Repository & Update Kernel:

    curl https://repo.cooluc.com/mailbox.repo > /etc/yum.repos.d/mailbox.repo
    yum makecache
    yum install 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