On Tue, Dec 10, 2019 at 03:23:16PM -0800, Paul Burton wrote: > On Mon, Dec 09, 2019 at 07:52:52PM +0100, Paul Chaignon wrote: > > 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 MIPS' JIT compiler to allow > > 33 tail calls. > > > > Fixes: b6bd53f9c4e8 ("MIPS: Add missing file for eBPF JIT.") > > Reported-by: Mahshid Khezri <khezri.mahshid@xxxxxxxxx> > > Signed-off-by: Paul Chaignon <paul.chaignon@xxxxxxxxxx> > > I'd be happy to take this through mips-fixes, but equally happy for it > to go through the BPF/net trees in which case: We took the series via bpf, thanks!