This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
magic_write: Missing complicated definitions values in BPF programs #1506
Labels
You can continue the conversation there. Go to discussion →
In CO-RE there is no access to definitions in the kernel, so we need to calculate them ourselves.
Currently we created the
missing_definitions.h
file to define mandatory definitions.However, this won't work for definitions which depends on kconfig values, or which are translated to globals which we don't have access to either in CO-RE.
There should be a way to calculate these complicated values for the BPF programs to use.
The text was updated successfully, but these errors were encountered: