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

Fix calibration unreliability on some new kernels #41

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

anakryiko
Copy link
Owner

No description provided.

Some newer kernel might not trigger hrtimer_start_range_ns() execution
in kernel for nanosleep() syscall. Switch to SEC("ksyscall") and
SEC("kretsyscall") to improve reliability of feature detection. Also
report clear error if probes (either entry or exit one) weren't
triggered as expected.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Bump v0.9.6 version to have it packaged and released.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
@anakryiko anakryiko merged commit 684e6b1 into master Mar 24, 2023
@anakryiko anakryiko deleted the calib-trigger-fix branch March 24, 2023 20:27
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.

1 participant