Skip to content

Ebpf lint - #642

Merged
atenart merged 2 commits into
retis-org:mainfrom
vlrpl:ebpf-lint
Jul 28, 2026
Merged

Ebpf lint#642
atenart merged 2 commits into
retis-org:mainfrom
vlrpl:ebpf-lint

Conversation

@vlrpl

@vlrpl vlrpl commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

ebpf linter is essentially broken because of git ownership.
While at it, add a small cosmetic fix in the build.

vlrpl added 2 commits July 24, 2026 16:41
When running in a container, git detects a dubious ownership mismatch
between the runner user and the checkout directory, causing the
lint-ebpf target to fail:

  fatal: detected dubious ownership in repository at '/__w/retis/retis'

Fix by configuring git to trust the directory before running the
eBPF lint step.

Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
When building with V=1, out_console expanded to ':' which make echoed
as a standalone line. Fix by making the verbose out_console expand to
nothing and moving the trailing ';' into the non-verbose macro to
avoid breaking shell syntax in the gen-bindings loop.
Callsites are now more consistent (no trailing semicolon).

Signed-off-by: Paolo Valerio <pvalerio@redhat.com>

@atenart atenart left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks!

@atenart
atenart merged commit 988f968 into retis-org:main Jul 28, 2026
11 checks passed
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.

2 participants