You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloudlinuxos/cloudlinux_os_kernel/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This documentation describes specific features of the CloudLinux kernel. In other cases the kernel has the same features and innovations as any similar RHEL kernel.
4
4
More information about the actual kernel changes and releases can be obtained from our [changelog](https://changelog.cloudlinux.com/).
5
5
6
+
*[CL9 LTS kernel](./#cl9-lts-kernel)
6
7
*[Hybrid Kernels](./#hybrid-kernels)
7
8
*[SecureLinks and Link Traversal Protection](./#securelinks-and-link-traversal-protection)
8
9
*[File change API](./#file-change-api)
@@ -20,19 +21,15 @@ More information about the actual kernel changes and releases can be obtained fr
20
21
*[Enter LVE when using cPanel utilities](./#enter-lve-when-using-cpanel-utilities)
21
22
*[Proactive reporting kernel crash events with Sentry and Kernel Panic Receiver](./#proactive-reporting-kernel-crash-events-with-sentry-and-kernel-panic-receiver)
22
23
23
-
## Hybrid Kernels
24
-
25
-
Hybrid kernels give you the ability to take advantage of the benefits and features available in newer kernels without having to completely upgrade to another version of the operating system. Example - for the CloudLinux 7 kernel, based on version 3.10, you can install a hybrid kernel (same as on CloudLinux 8), which is based on version 4.18. This provides more kernel options, memory and overall optimization, as well as a positive impact on system performance.
26
-
27
-
### CL9 LTS kernel
24
+
## CL9 LTS kernel
28
25
29
26
In CL9 we don’t have our own kernel, instead we use AlmaLinux’s one which gets regular upstream updates.
30
27
31
28
For stability purposes we have also prepared the LTS (Long Term Support) kernel which is older than AlmaLinux by upstream version but has all security fixes / high scored CVEs.
32
29
33
30
We recommend this kernel as it minimizes changes while maintaining comprehensive CVE coverage.
34
31
35
-
####How To Install
32
+
### How To Install
36
33
37
34
Run the following commands:
38
35
@@ -48,6 +45,10 @@ After the reboot, you should delete regular kernels to prevent regular updates f
48
45
dnf remove kernel-core
49
46
```
50
47
48
+
## Hybrid Kernels
49
+
50
+
Hybrid kernels give you the ability to take advantage of the benefits and features available in newer kernels without having to completely upgrade to another version of the operating system. Example - for the CloudLinux 7 kernel, based on version 3.10, you can install a hybrid kernel (same as on CloudLinux 8), which is based on version 4.18. This provides more kernel options, memory and overall optimization, as well as a positive impact on system performance.
51
+
51
52
#### How to migrate from the normal kernel to hybrid one
0 commit comments