We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ebpf-verifier-check stuck while verifying the following program with the default option (i.e., the termination check is disabled by default):
the hex dump of the instruction stream:
0f57 0000 0000 0003 0020 0000 0000 0000 00c7 0000 0001 61df 6063 7465 0000 0000 0065 fffc 0008 ff00 00c7 0000 0085 ab01 0005 fffe 0000 0000
the assembly format of this instruction stream:
0: r15 &= 196608 1: r0 = *(u32 *)skb[] 2: r0 >>>= 1642004481 3: *(u32 *)(r0 + 29797) = r6 4: if r0 s> -16777208 goto -4 <1> 5: r0 >>>= -1425997691 6: goto -2 <5>
The text was updated successfully, but these errors were encountered:
build(deps): bump external/bpf_conformance from a407af3 to 62e3f49 (
a407af3
62e3f49
90b37c7
vbpf#545) Bumps [external/bpf_conformance](https://github.com/Alan-Jowett/bpf_conformance) from `a407af3` to `62e3f49`. - [Release notes](https://github.com/Alan-Jowett/bpf_conformance/releases) - [Commits](Alan-Jowett/bpf_conformance@a407af3...62e3f49) --- updated-dependencies: - dependency-name: external/bpf_conformance dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
ebpf-verifier-check stuck while verifying the following program with the default option (i.e., the termination check is disabled by default):
the hex dump of the instruction stream:
the assembly format of this instruction stream:
The text was updated successfully, but these errors were encountered: