On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > From: Peter Zijlstra <[email protected]> > > Avoid calling out to bsearch() by inlining it, for normal kernel configs > this was the last external call and poke_int3_handler() is now fully self > sufficient -- no calls to external code. >
Acked-by: Andy Lutomirski <[email protected]>

