lkml.org 
[lkml]   [2014]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH 0/2] kpatch: dynamic kernel patching

* Josh Poimboeuf <jpoimboe@redhat.com> wrote:

> [...]
>
> kpatch checks the backtraces of all tasks in stop_machine() to
> ensure that no instances of the old function are running when the
> new function is applied. I think the biggest downside of this
> approach is that stop_machine() has to idle all other CPUs during
> the patching process, so it inserts a small amount of latency (a few
> ms on an idle system).

When live patching the kernel, how about achieving an even 'cleaner'
state for all tasks in the system: to freeze all tasks, as the suspend
and hibernation code (and kexec) does, via freeze_processes()?

That means no tasks in the system have any real kernel execution
state, and there's also no problem with long-sleeping tasks, as
freeze_processes() is supposed to be fast as well.

I.e. go for the most conservative live patching state first, and relax
it only once the initial model is upstream and is working robustly.

Thanks,

Ingo


\
 
 \ /
  Last update: 2014-05-05 11:41    [W:0.278 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site