Re: [PATCH 2/6] x86/ia32: Fix ia32_restore_sigcontext AC leak

From: Peter Zijlstra
Date: Mon Feb 25 2019 - 11:41:54 EST


On Mon, Feb 25, 2019 at 05:37:45PM +0100, Peter Zijlstra wrote:
> + RELOAD_SEG(gs);
> + RELOAD_SEG(fs);
> + RELOAD_SEG(ds);
> + RELOAD_SEG(es);

Also; is that the canonical order ? It bugs the hell out of me to not
have that alphabetically correct. Shall I correct that?