[PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
Steven Rostedt
rostedt at goodmis.org
Sun Jun 4 19:52:44 PDT 2023
On Thu, 1 Jun 2023 16:54:36 -0700
Nadav Amit <nadav.amit at gmail.com> wrote:
> > The way text_poke() is used here, it is creating a new writable alias
> > and flushing it for *each* write to the module (like for each write of
> > an individual relocation, etc). I was just thinking it might warrant
> > some batching or something.
Batching does exist, which is what the text_poke_queue() thing does.
-- Steve
More information about the linux-riscv
mailing list