Skip to content

Commit

Permalink
fix(readme): minimum kver to build kmod on arm64 is 3.16.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jan 26, 2023
1 parent ef79ae2 commit 5c25fca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ If you build this project from a git working directory, the main [CMakeLists.txt

Right now our drivers officially support the following architectures:

| | Kernel module | eBPF probe | Modern eBPF probe |
| ----------- | ------------- | ---------- | ---------------- |
| **x86_64** | >= 2.6 | >= 4.14 | WIP 👷 |
| **aarch64** | >= 3.4 | >= 4.17 | WIP 👷 |
| **s390x** | >= 2.6 || WIP 👷 |
| | Kernel module | eBPF probe | Modern eBPF probe |
| ----------- |----------------------------------------------------------------------------------------------| ---------- | ---------------- |
| **x86_64** | >= 2.6 | >= 4.14 | WIP 👷 |
| **aarch64** | >= [3.16](https://github.com/torvalds/linux/commit/055b1212d141f1f398fca548f8147787c0b6253f) | >= 4.17 | WIP 👷 |
| **s390x** | >= 2.6 || WIP 👷 |

>**Please note**: BPF has some issues with architectures like `s390x`! Some helpers like `bpf_probe_read()` and `bpf_probe_read_str()` are broken on archs with overlapping address ranges.
Expand Down

0 comments on commit 5c25fca

Please sign in to comment.