Skip to content
New issue

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

Fix handling of 32 bit left-shift operations in interperter #256

Merged
merged 3 commits into from May 19, 2023

Conversation

Alan-Jowett
Copy link
Collaborator

@Alan-Jowett Alan-Jowett commented May 10, 2023

Modify handling of EBPF_OP_LSH_IMM and EBPF_OP_LSH_REG to match Linux implementation.
Update bpf_conformance to latest.

Resolves: #255

Signed-off-by: Alan Jowett <atjowet@gmail.com>
@coveralls
Copy link

coveralls commented May 10, 2023

Coverage Status

Coverage: 83.784%. Remained the same when pulling 4a1fb8b on Alan-Jowett:issue255 into 48ec801 on iovisor:main.

Alan Jowett and others added 2 commits May 10, 2023 08:17
Signed-off-by: Alan Jowett <atjowet@gmail.com>
@Alan-Jowett Alan-Jowett merged commit e17e8bb into iovisor:main May 19, 2023
20 of 27 checks passed
@Alan-Jowett Alan-Jowett deleted the issue255 branch May 19, 2023 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EBPF_OP_LSH_IMM and EBPF_OP_LSH_REG incorrectly are non-conformant
2 participants