> On May 14, 2020, at 5:33 AM, Thomas Gleixner wrote:
>
> Andy Lutomirski writes:
>
>>> On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner wrote:
>>>
>>> From: Thomas Gleixner
>>>
>>> Convert #UD to IDTENTRY:
>>> - Implement the C entry point with DEFINE_IDTENTRY
>>> - Emit the ASM stub w
Andy Lutomirski writes:
> On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner wrote:
>>
>> From: Thomas Gleixner
>>
>> Convert #UD to IDTENTRY:
>> - Implement the C entry point with DEFINE_IDTENTRY
>> - Emit the ASM stub with DECLARE_IDTENTRY
>> - Remove the ASM idtentry in 64bit
>> - Remove
On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner wrote:
>
> From: Thomas Gleixner
>
> Convert #UD to IDTENTRY:
> - Implement the C entry point with DEFINE_IDTENTRY
> - Emit the ASM stub with DECLARE_IDTENTRY
> - Remove the ASM idtentry in 64bit
> - Remove the open coded ASM entry code in 32
From: Thomas Gleixner
Convert #UD to IDTENTRY:
- Implement the C entry point with DEFINE_IDTENTRY
- Emit the ASM stub with DECLARE_IDTENTRY
- Remove the ASM idtentry in 64bit
- Remove the open coded ASM entry code in 32bit
- Fixup the XEN/PV code
- Fixup the FOOF bug call in fault.c
4 matches
Mail list logo