Conversation
While the Linux kernel LTS support for 4.19 was dropped for some time the oldest supported Linux kernel LTS version is currently 5.4. Update references to use the currently oldest supported Linux kernel LTS version. Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
gnurizen
approved these changes
Apr 16, 2025
Contributor
|
Awesome! My understanding is 5.4 has bounded loops and we can start removing loop unrolling which should make programs smaller and faster to load. |
Member
Author
Right - some things in the eBPF programs can change and simplified. I didn't do it with this PR, as I wanted first to get consensus on this bump of the minimal supported kernel version. |
Contributor
|
This is great from my perspective. It will make it much easier for Parca to collaborate with the rest of the community by upstreaming our work. |
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
rockdaboot
approved these changes
Apr 16, 2025
christos68k
approved these changes
Apr 16, 2025
Contributor
|
From what I read, with 5.2+ the instruction limit has been raised from 4096 to 1M. |
This was referenced Jul 8, 2025
This was referenced Aug 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While the Linux kernel LTS support for 4.19 was dropped for some time the oldest supported Linux kernel LTS version is currently 5.4. Update references to use the currently oldest supported Linux kernel LTS version.
Proposed change based on the discussion in https://cloud-native.slack.com/archives/C03J794L0BV/p1744317888826789 - FYI @gnurizen @umanwizard