-
Notifications
You must be signed in to change notification settings - Fork 148
selftests/bpf: Fix the invalid operand for instruction issue #9595
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?
Conversation
Upstream branch: 737433c |
1f6b339
to
1e6c912
Compare
Upstream branch: 98857d1 |
736f27d
to
9a03cf9
Compare
1e6c912
to
17f7415
Compare
Upstream branch: 6417ca8 |
9a03cf9
to
f70e755
Compare
17f7415
to
a9f9e99
Compare
Upstream branch: e4980fa |
f70e755
to
949a219
Compare
a9f9e99
to
c20f844
Compare
Upstream branch: 2a91225 |
949a219
to
05575ca
Compare
c20f844
to
e4e08c1
Compare
Upstream branch: c9110e6 |
05575ca
to
7b64d50
Compare
e4e08c1
to
74569a3
Compare
Upstream branch: 929adf8 |
7b64d50
to
e3e0b89
Compare
74569a3
to
2990ade
Compare
Upstream branch: 2d92ef7 |
e3e0b89
to
7c9471e
Compare
2990ade
to
714242e
Compare
Upstream branch: b338cf8 |
7c9471e
to
2e5c37a
Compare
714242e
to
c4e48d7
Compare
Upstream branch: 9621eb6 |
2e5c37a
to
bf21376
Compare
c4e48d7
to
5d22cc8
Compare
Upstream branch: e12873e |
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 <yangfeng@kylinos.cn>
bf21376
to
8a09859
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