Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hotfix_ don_t retry endlessly on verifier errors on kernels _6.4 source code.tar.gz | 2024-12-20 | 2.0 MB | |
Hotfix_ don_t retry endlessly on verifier errors on kernels _6.4 source code.zip | 2024-12-20 | 2.2 MB | |
README.md | 2024-12-20 | 539 Bytes | |
Totals: 3 Items | 4.2 MB | 0 |
During the prior removal of ProgramOptions.LogSize
in v0.16, the tests weren't updated to exercise the retry logic. With the last-minute addition of ProgramOptions.LogSizeStart
, a bug was introduced that would cause program loads to retry indefinitely without ever growing the buffer in case of a verifier error on kernels before 6.4. This is now fixed, and the tests were updated to exercise the retry logic.
- prog: fix shadowing log size variable in verifier log retry loop by @ti-mo in https://github.com/cilium/ebpf/pull/1635