On Mon, 2 Mar 2009 13:36:17 -0500
Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx> wrote:
* Arjan van de Ven (arjan@xxxxxxxxxxxxx) wrote:Hi Arjan,Use map_vm_area() instead of vmap() in text_poke() for avoiding.... but text_poke() realistically needs to call stop_machine()
page allocation and delayed unmapping, and call
vunmap_page_range() and local_flush_tlb() directly because this
mapping is temporary and local.
At the result of above change, text_poke() becomes atomic and can
be called from stop_machine() etc.
since you can't poke live code.... so that makes me wonder how
useful this is...
Stop machine is not required when inserting a breakpoint.
that is your assumption; when I spoke with CPU architects they
cringed ;(