2023-01-16 15:35:58

by Peter Zijlstra

[permalink] [raw]
Subject: [PATCH v2 0/7] x86: retbleed=stuff fixes

Hi all,

Patches to address the various callthunk fails reported by Joan.

The first two patches are new (and I've temporarily dropped the
restore_processor_state sealing).

It is my understanding that AP bringup will always use the 16bit trampoline
path, if this is not the case, please holler.



2023-01-18 02:46:09

by Joan Bruguera Micó

[permalink] [raw]
Subject: Re: [PATCH v2 0/7] x86: retbleed=stuff fixes

Thanks, I've been testing those patches on my real system (i5-7200U) for
the last day with no problems so far, waking from s2ram works as well.
I can also no longer see those `sarq $5, %gs:0x1337` with %gs=0 on QEMU.

Regards,
- Joan

2023-05-16 14:20:51

by Josh Poimboeuf

[permalink] [raw]
Subject: Re: [PATCH v2 0/7] x86: retbleed=stuff fixes

On Mon, Jan 16, 2023 at 03:25:33PM +0100, Peter Zijlstra wrote:
> Hi all,
>
> Patches to address the various callthunk fails reported by Joan.
>
> The first two patches are new (and I've temporarily dropped the
> restore_processor_state sealing).
>
> It is my understanding that AP bringup will always use the 16bit trampoline
> path, if this is not the case, please holler.

Ping?

--
Josh