[RFC][PATCH][kprobe] enabling booster on the preemptible kernel, take 2

Ingo Molnar mingo@redhat.com
Tue Oct 31 13:49:00 GMT 2006


On Tue, 2006-10-31 at 22:17 +0900, Masami Hiramatsu wrote:
> OK, I see.
> It seems problematic because the softirqd is PF_NOFREEZE and it
> can execute most of functions...
> I think we need to find a new way to solve this problem.

could you outline the problem to me? freeze_processes() should be a
generic facility to move all kernel processing into a 'known' context of
execution. All the PF_NOFREEZE kernel threads are supposed to do
periodic calls to try_to_freeze(). They should not (and most of the time
they do not) prevent freezing of all state on the system.

am i misunderstanding the problem?

	Ingo



More information about the Systemtap mailing list