Re: [tip: x86/core] x86/insn: Add an insn_decode() API

2021-03-15 Thread Peter Zijlstra
On Mon, Mar 15, 2021 at 03:47:48PM -, tip-bot2 for Borislav Petkov wrote: > x86/insn: Add an insn_decode() API Seeing as how I'm a lazy sod, does we want something like so? --- a/arch/x86/include/asm/insn.h +++ b/arch/x86/include/asm/insn.h @@ -150,6 +150,8 @@ enum insn_mode { extern int i

[tip: x86/core] x86/insn: Add an insn_decode() API

2021-03-15 Thread tip-bot2 for Borislav Petkov
The following commit has been merged into the x86/core branch of tip: Commit-ID: 93281c4a96572a34504244969b938e035204778d Gitweb: https://git.kernel.org/tip/93281c4a96572a34504244969b938e035204778d Author:Borislav Petkov AuthorDate:Tue, 03 Nov 2020 17:28:30 +01:00 Committe