On Tue, 2024-08-27 at 12:48 -0700, Martin KaFai Lau wrote: > From: Martin KaFai Lau <martin.lau@xxxxxxxxxx> > > This patch tests the epilogue patching when the main prog has > multiple BPF_EXIT. The verifier should have patched the 2nd (and > later) BPF_EXIT with a BPF_JA that goes back to the earlier > patched epilogue instructions. > > Signed-off-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]