Re: [PATCH] x86: Use INVPCID mnemonic in invpcid.h

2020-05-09 Thread Borislav Petkov
On Fri, May 08, 2020 at 11:22:47AM +0200, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports INVPCID instruction mnemonic. > > Replace the byte-wise specification of INVPCID with > this proper mnemonic. > > Signed-off-by: Uros Bizjak > CC: "H. Peter Anvin

Re: [PATCH] x86: Use INVPCID mnemonic in invpcid.h

2020-05-08 Thread H. Peter Anvin
Reviewed-by: H. Peter Anvin (Intel) On 2020-05-08 02:22, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports INVPCID instruction mnemonic. > > Replace the byte-wise specification of INVPCID with > this proper mnemonic. > > Signed-off-by: Uros Bizjak > CC

Re: [PATCH] x86: Use INVPCID mnemonic in invpcid.h

2020-05-08 Thread Peter Zijlstra
On Fri, May 08, 2020 at 11:22:47AM +0200, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports INVPCID instruction mnemonic. > > Replace the byte-wise specification of INVPCID with > this proper mnemonic. Excellent, thanks for doing these cleanups. (also fo

[PATCH] x86: Use INVPCID mnemonic in invpcid.h

2020-05-08 Thread Uros Bizjak
Current minimum required version of binutils is 2.23, which supports INVPCID instruction mnemonic. Replace the byte-wise specification of INVPCID with this proper mnemonic. Signed-off-by: Uros Bizjak CC: "H. Peter Anvin" CC: Ingo Molnar CC: Thomas Gleixner --- arch/x86/include/asm/invpcid.h