> First, that calling this text_poke implementation to modify text in a
virt_to_page only works on direct mapping addresses, not vmalloc.
On non vmemmap/none flatmem kernels it could fail yes. But vmalloc/module_alloc
is not guaranteed to be continuous so you cannot do that anyways.
-Andi
--