Skip to content

Commit 896a146

Browse files
committed
README: Add policy around updating supported Linux kernel version
Fixes open-telemetry#1178 And enables work on open-telemetry#1172 and open-telemetry#1257. Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
1 parent 534ce0d commit 896a146

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Since the profiler is Linux-only, macOS and Windows users need to set up a Linux
5858

5959
[7ddc23ea](https://github.com/open-telemetry/opentelemetry-ebpf-profiler/commit/7ddc23ea135a2e00fffc17850ab90534e9b63108) is the last commit with support for 4.19. Changes after this commit may require a minimal Linux kernel version of 5.4.
6060

61+
### Updating the supported Linux kernel version
62+
63+
The project maintains its minimum supported kernel version in line with the lowest kernel version currently provided by actively maintained major Linux distributions, which include Debian stable, Red Hat Enterprise Linux, Ubuntu LTS, and Amazon Linux. The minimum requirement may be increased when all such distributions no longer ship a specific kernel version. This approach enables the codebase to utilize newer eBPF features and avoids the need to maintain compatibility shims for obsolete kernels.
64+
6165
## Alternative Build (Without Docker)
6266
You can build the agent without Docker by directly installing the dependencies listed in the Dockerfile. Once dependencies are set up, simply run:
6367
```sh

0 commit comments

Comments
 (0)