Re: [PATCH 06/18] x86, barrier: stop speculation for failed access_ok

From: Ingo Molnar
Date: Mon Jan 08 2018 - 13:21:48 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> On Sun, Jan 07, 2018 at 06:24:11PM -0800, Alexei Starovoitov wrote:
> > How about:
> > CONFIG_SPECTRE1_WORKAROUND_INDEX_MASK
> > CONFIG_SPECTRE1_WORKAROUND_LOAD_FENCE
>
> INSTRUCTION_FENCE if anything. LFENCE for Intel (and now also for AMD as
> per 0592b0bce169) is a misnomer, IFENCE would be a better name for it.

Btw., we should probably propagate that naming to most places and only point it
out in comments/documentation that Intel/AMD calls this CPU functionality 'LFENCE'
for historic reasons and that the opcode got stolen for the Spectre fixes.

Thanks,

Ingo