mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
fab07611fb
Pad instructions emitted for BPF_CALL so that the number of instructions
generated does not change for different function addresses. This is
especially important for calls to other bpf functions, whose address
will only be known during extra pass.
Fixes:
|
||
---|---|---|
.. | ||
bpf_jit64.h | ||
bpf_jit_comp32.c | ||
bpf_jit_comp64.c | ||
bpf_jit_comp.c | ||
bpf_jit.h | ||
Makefile |