Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tetragon: ensure struct alignment on startup
Mismatches between the BPF and userspace API are often the cause of bizarre bugs that are difficult to debug. This might happen if a developer makes a change to one and forgets to update the other, or it might simply happen during development if the userspace and BPF targets go out of sync. This PR introduces alignment checks to the Tetragon startup process so that we can fail with a clear error message when such situations arise. Signed-off-by: William Findlay <will@isovalent.com>
- Loading branch information