On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > From: Thomas Gleixner <[email protected]> > > In order to ensure poke_int3_handler() is completely self contained -- this > is called while modifying other text, imagine the fun of hitting another > INT3 -- ensure that everything it uses is not traced. > > The primary means here is to force inlining; bsearch() is notrace because > all of lib/ is.
Acked-by: Andy Lutomirski <[email protected]>

