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: fix validation warnings #2430

Closed
4 tasks
kkourt opened this issue May 14, 2024 · 0 comments · Fixed by #2446
Closed
4 tasks

BTF: fix validation warnings #2430

kkourt opened this issue May 14, 2024 · 0 comments · Fixed by #2446
Assignees

Comments

@kkourt
Copy link
Contributor

kkourt commented May 14, 2024

  • uid_t
    • time="2024-05-14T05:25:35Z" level=warning msg="Kprobe spec pre-validation failed, but will continue with loading" error="type (uid_t) of argument 0 does not match spec type (int)\n" sensor=gkp-sensor-5
  • gid_t
    • time="2024-05-14T05:25:35Z" level=warning msg="Kprobe spec pre-validation failed, but will continue with loading" error="type (gid_t) of argument 0 does not match spec type (int)\n" sensor=gkp-sensor-5
  • kernel_read_file_id
    • time="2024-05-14T05:25:20Z" level=warning msg="Kprobe spec pre-validation failed, but will continue with loading" error="type (kernel_read_file_id) of argument 1 does not match spec type (int)\n" sensor=gkp-sensor-4
  • struct module *
    • time="2024-05-14T05:25:20Z" level=warning msg="Kprobe spec pre-validation failed, but will continue with loading" error="type (struct module *) of argument 0 does not match spec type (nop)\n" sensor=gkp-sensor-4
@kkourt kkourt self-assigned this May 14, 2024
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 a pull request may close this issue.

1 participant