-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
features: consider ENOTSUPP in v2 and v4 ISA probes as conclusive
With the addition of the v4 ISA probe, we noticed an ENOTSUPP being returned by BPF_PROG_LOAD on aarch64. Typically, this is an error code internal to the verifier/JIT, but on aarch64 it seems to bubble up. Since we cannot currently test older arm kernels, apply this logic to the older ISA probes as well. Signed-off-by: Timo Beckers <timo@isovalent.com>
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters