mirror of
https://github.com/torvalds/linux.git
synced 2026-08-20 22:42:58 +02:00
All BPF JIT compilers except RISC-V's and MIPS' enforce a 33-tail calls
limit at runtime. In addition, a test was recently added, in tailcalls2,
to check this limit.
This patch updates the tail call limit in RISC-V's JIT compiler to allow
33 tail calls. I tested it using the above selftest on an emulated
RISCV64.
Fixes:
|
||
|---|---|---|
| .. | ||
| bpf_jit_comp.c | ||
| Makefile | ||