[PATCH 2/9] um: Move faultinfo extraction into userspace routine
Johannes Berg
johannes at sipsolutions.net
Tue Mar 18 03:25:42 PDT 2025
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
More information about the linux-um
mailing list