lkml.org 
[lkml]   [2015]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH 0/9] livepatch: consistency model
On Fri, 13 Feb 2015, Josh Poimboeuf wrote:

> > How about we take a slightly different aproach -- put a probe (or ftrace)
> > on __switch_to() during a klp transition period, and examine stacktraces
> > for tasks that are just about to start running from there?
> >
> > The only tasks that would not be covered by this would be purely CPU-bound
> > tasks that never schedule. But we are likely in trouble with those anyway,
> > because odds are that non-rescheduling CPU-bound tasks are also
> > RT-priority tasks running on isolated CPUs, which we will fail to handle
> > anyway.
> >
> > I think Masami used similar trick in his kpatch-without-stopmachine
> > aproach.
>
> Yeah, that's definitely an option, though I'm really not too crazy about
> it. Hooking into the scheduler is kind of scary and disruptive.

This is basically about running a stack checking for ->next before
switching to it, i.e. read-only operation (admittedly inducing some
latency, but that's the same with locking the runqueue). And only when in
transition phase.

> We'd also have to wake up all the sleeping processes.

Yes, I don't think there is a way around that.

Thanks,

--
Jiri Kosina
SUSE Labs


\
 
 \ /
  Last update: 2015-02-13 15:41    [W:0.162 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site