mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
22eb78792e
Remove unnecessary check at the end of codegen() routine which makes codegen()
to always fail and exit bpftool with error code. Positive value of variable
n is not an indicator of a failure.
Fixes:
|
||
---|---|---|
.. | ||
bpftool | ||
runqslower | ||
.gitignore | ||
bpf_asm.c | ||
bpf_dbg.c | ||
bpf_exp.l | ||
bpf_exp.y | ||
bpf_jit_disasm.c | ||
Makefile | ||
Makefile.helpers |