On Tue, Mar 18, 2025 at 09:35:45AM +0100, Andrea Terzolo wrote: > The current verifier error message states that tail_calls are not > allowed in non-JITed programs with BPF-to-BPF calls. While this is > accurate, it is not the only scenario where this restriction applies. > Some architectures do not support this feature combination even when > programs are JITed. This update improves the error message to better > reflect these limitations. > > Suggested-by: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx> > Signed-off-by: Andrea Terzolo <andreaterzolo3@xxxxxxxxx> Acked-by: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>