Skip to content

helpers: add example for bpf_ima_[inode/file]_hash#255

Merged
dylandreimerink merged 1 commit intoisovalent:masterfrom
AliGhaffarian:master
Feb 13, 2026
Merged

helpers: add example for bpf_ima_[inode/file]_hash#255
dylandreimerink merged 1 commit intoisovalent:masterfrom
AliGhaffarian:master

Conversation

@AliGhaffarian
Copy link
Contributor

No description provided.

@AliGhaffarian AliGhaffarian force-pushed the master branch 2 times, most recently from c1f846c to 6aff304 Compare February 11, 2026 11:43
Copy link
Collaborator

@dylandreimerink dylandreimerink left a comment

Choose a reason for hiding this comment

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

❤️

@dylandreimerink
Copy link
Collaborator

@AliGhaffarian just a ping in case you missed the CI failure.

@AliGhaffarian
Copy link
Contributor Author

@AliGhaffarian just a ping in case you missed the CI failure.

Thanks
CI seems to be complaining about cmdline, i didn't think it is considered a typo, what do you think?

@dylandreimerink
Copy link
Collaborator

CI seems to be complaining about cmdline, i didn't think it is considered a typo, what do you think?

So, this is the thing about aspell, it uses a normal English dictionary. To us cmdline seems normal, but you will not find it in any dictionary, that is because it is short for "command line" which if you type it out passes the spellcheck.

I actually wrote a small guide on how to deal with the spellchecker https://docs.ebpf.io/meta/#spellcheck.

Kernel cmdline is

In this case cmdline and "command line" are both used, it is cmdline in something like /proc/cmdline or other places where you specify it. But when not specifically referring to a variable its usually "command line".

If you go for cmdline, simply put it in a code block with backticks so the spellchecker ignores it ``.

@AliGhaffarian
Copy link
Contributor Author

n this case cmdline and "command line" are both used, it is cmdline in something like /proc/cmdline or other places where you specify it. But when not specifically referring to a variable its usually "command line".

Thanks for the clarification, all done!

@dylandreimerink dylandreimerink merged commit f526ddd into isovalent:master Feb 13, 2026
2 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