-
Notifications
You must be signed in to change notification settings - Fork 6
selftests/bpf: Fix the invalid operand for instruction issue #5842
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
base: bpf-next_base
Are you sure you want to change the base?
selftests/bpf: Fix the invalid operand for instruction issue #5842
Conversation
Upstream branch: 737433c |
83124e1
to
27199db
Compare
Upstream branch: 98857d1 |
5301be6
to
a0c17b5
Compare
27199db
to
bed149f
Compare
Upstream branch: 6417ca8 |
a0c17b5
to
e8f603a
Compare
bed149f
to
c32e265
Compare
Upstream branch: e4980fa |
e8f603a
to
ba27e04
Compare
c32e265
to
0e26bd3
Compare
Upstream branch: c9110e6 |
ba27e04
to
760ce5b
Compare
0e26bd3
to
4e70ac0
Compare
Upstream branch: abc8a95 |
760ce5b
to
f84280a
Compare
4e70ac0
to
c04dd5a
Compare
Upstream branch: 929adf8 |
f84280a
to
cbfb913
Compare
c04dd5a
to
4754b79
Compare
Upstream branch: 2d92ef7 |
cbfb913
to
5f0560b
Compare
4754b79
to
af15c58
Compare
Upstream branch: b338cf8 |
2d215b0
to
05282f4
Compare
Upstream branch: 93a83d0 |
87ee6a6
to
d8e6ada
Compare
05282f4
to
e2bfc81
Compare
Upstream branch: 60ef541 |
d8e6ada
to
30b6045
Compare
e2bfc81
to
ba991b7
Compare
Upstream branch: f859813 |
The following issue occurs when compiling with clang version 17.0.6: progs/compute_live_registers.c:251:3: error: invalid operand for instruction 251 | "r0 = 1;" | ^ <inline asm>:1:22: note: instantiated into assembly here 1 | r0 = 1;r2 = 2;if r1 & 0x7 goto +1;exit;r0 = r2;exit; | ^ 1 error generated. Use __imm_insn to fix this issue. Fixes: 4a4b84b ("selftests/bpf: verify jset handling in CFG computation") Signed-off-by: Feng Yang <[email protected]>
30b6045
to
c6e9e2c
Compare
2211108
to
acca942
Compare
b38c040
to
1a8f119
Compare
Pull request for series with
subject: selftests/bpf: Fix the invalid operand for instruction issue
version: 2
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=996290