Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Jack-R-lantern
Copy link
Contributor

Description

Update the list of program types that can be tested via BPF_PROG_RUN, based on Linux kernel version 6.18.

Question

The set of program types that can be tested via BPF_PROG_RUN changes depending on the kernel version.
For example, LWT_SEG6LOCAL can no longer be tested via BPF_PROG_RUN starting from kernel 6.11 due to security concerns.

In this document, should we cover the program types supported per kernel version, or should we manage only the program types supported by the latest kernel version?

Update the list of program types that can be tested via BPF_PROG_RUN,
based on Linux kernel version 6.18.

Signed-off-by: Jack-R-lantern <[email protected]>
Copy link
Collaborator

@dylandreimerink dylandreimerink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating the list!

In this document, should we cover the program types supported per kernel version, or should we manage only the program types supported by the latest kernel version?

Ideally we put kernel version info next to it. But that can be added later, this is already great. Thanks!

@dylandreimerink dylandreimerink merged commit 5ff68a6 into isovalent:master Jan 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants