1 2 3 4 5 6 7
int trace_return(struct pt_regs *ctx) { // Infinite loop, this should fail the verifier. for (;;) {} return 0; }