Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/exec: bump longpath version check to 5.16 #149

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

willfindlay
Copy link
Contributor

The longpath execve tests were relying on detecting a specific kernel feature that enables
longer tracepoint arguments. The checks are currently looking for 5.15+ kernels, however
this feature actually was not included until 5.16. This causes the longpath tests to fail
on 5.15 kernels.

Fix the problem by bumping the version check to 5.16.

Signed-off-by: William Findlay [email protected]

The longpath execve tests were relying on detecting a specific kernel feature that enables
longer tracepoint arguments. The checks are currently looking for 5.15+ kernels, however
this feature actually was not included until 5.16. This causes the longpath tests to fail
on 5.15 kernels.

Fix the problem by bumping the version check to 5.16.

Signed-off-by: William Findlay <[email protected]>
@willfindlay willfindlay requested a review from olsajiri June 10, 2022 07:51
@willfindlay willfindlay requested a review from a team as a code owner June 10, 2022 07:51
Copy link
Contributor

@olsajiri olsajiri left a comment

Choose a reason for hiding this comment

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

thanks for the fix

@kkourt kkourt merged commit ed1b631 into main Jun 10, 2022
@kkourt kkourt deleted the pr/willfindlay/fix-longpath-tests branch June 10, 2022 11:48
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.

3 participants