On Mon, 2025-02-24 at 19:18 +0100, Benjamin Berg wrote: > > -static void handle_segv(int pid, struct uml_pt_regs *regs) > -{ > - get_skas_faultinfo(pid, ®s->faultinfo); > - segv(regs->faultinfo, 0, 1, NULL); > -} >
This, and below, no longer applies due to the other segv() changes. Easy to fix, but also after the _next_ patch I get some lockdep complaints that might warrant investigation, though I'm not entirely sure how they'd be related. johannes