You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf
Addison Crump f6606473af
aya-log: properly hint log level to verifier
The log level implementation in b36cbc3eb8
was incomplete as the verifier could reject programs which exceeded
their instruction limits within logging statements. This commit
addresses this issue by making the log level static variable immutable
(s.t. the compiler puts it in a read-only section) and adds an
additional test which the verifier will reject as an infinite loop iff
it is unable to detect that the static variable would otherwise allow
the logging.
7 days ago
..
.cargo chore: Rename bpf dir to ebpf 2 years ago
aya-ebpf aya-ebpf: disable generic_const_exprs 4 months ago
aya-ebpf-bindings aya-obj, aya-ebpf-bindings: regenerate 3 months ago
aya-ebpf-cty taplo: reorder-keys 6 months ago
aya-log-ebpf aya-log: properly hint log level to verifier 7 days ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 2 years ago