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

BTF validation fixes #2446

Merged
merged 3 commits into from
May 22, 2024
Merged

BTF validation fixes #2446

merged 3 commits into from
May 22, 2024

Conversation

kkourt
Copy link
Contributor

@kkourt kkourt commented May 17, 2024

fixes: #2430

kkourt added 3 commits May 17, 2024 14:17
- make {u,g}id_t compatible with int
- make u32 and s32 compatible with int
- add int32 (compatible with s32 and int)

Signed-off-by: Kornilios Kourtis <[email protected]>
Add enum btf handling by translating it to tthe corresponding int type.

Signed-off-by: Kornilios Kourtis <[email protected]>
@kkourt kkourt requested a review from a team as a code owner May 17, 2024 13:33
@kkourt kkourt requested a review from olsajiri May 17, 2024 13:33
@kkourt kkourt added the release-note/misc This PR makes changes that have no direct user impact. label May 17, 2024
@kkourt kkourt merged commit e7c9ec3 into main May 22, 2024
39 of 40 checks passed
@kkourt kkourt deleted the pr/kkourt/btf-fixes branch May 22, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BTF: fix validation warnings
2 participants