Re: [RFC][PATCH 1/3] x86_64: Add gap to int3 to allow for call emulation

From: Steven Rostedt
Date: Tue May 07 2019 - 14:58:23 EST


On Tue, 7 May 2019 12:56:55 -0500
Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:


> > + .if \create_gap == 1
> > + /*
> > + * If coming from kernel space, create a 6-word gap to allow the static
> > + * call #BP handler to emulate a call instruction.
>
> Might as well refer to it as the int3 handler, since that's what the
> rest of the code calls it. Also, no static calls yet :-) So:
>
> s/static call #BP handler/int3 handler/
>

Done.

-- Steve