Re: [patch V4 part 4 06/24] x86/entry: Convert INT3 exception to IDTENTRY_RAW

From: Andy Lutomirski
Date: Thu May 14 2020 - 01:01:38 EST


On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Convert #BP to IDTENTRY_RAW:
> - Implement the C entry point with DEFINE_IDTENTRY_RAW
> - Invoke idtentry_enter/exit() from the function body
> - Emit the ASM stub with DECLARE_IDTENTRY_RAW
> - Remove the ASM idtentry in 64bit
> - Remove the open coded ASM entry code in 32bit
> - Fixup the XEN/PV code
> - Remove the old prototypes

Gmail is so amused by your prototypo that it fixes it sometimes in the
quoted text. See just above :)


Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>