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 kernel version parsing failed too early. #923

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imkiva
Copy link

@imkiva imkiva commented Apr 7, 2024

libbpf does not fail that early when get_{OS}_kernel_version() failed to scan kernel version strings from either /proc/version_signature or from utsname::version

https://github.com/libbpf/libbpf/blob/855bf91055a6250642dff1390231387cc5540711/src/libbpf_probes.c#L80-L100

libbpf does not fail that early when `get_{OS}_kernel_version()` failed to scan kernel version strings from either `/proc/version_signature` or from `utsname::version`

 https://github.com/libbpf/libbpf/blob/855bf91055a6250642dff1390231387cc5540711/src/libbpf_probes.c#L80
Copy link

netlify bot commented Apr 7, 2024

Deploy Preview for aya-rs-docs failed.

Built without sensitive environment variables

Name Link
🔨 Latest commit 7c00199
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/661242a9c778e80008f0f2a0

@mergify mergify bot added the aya This is about aya (userspace) label Apr 7, 2024
@tamird
Copy link
Member

tamird commented Apr 7, 2024

This is the same as #909. Like that one, this needs tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aya This is about aya (userspace)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants