Joerg Roedel
2020-Apr-17 13:39 UTC
[PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
On Fri, Apr 17, 2020 at 09:50:00PM +0900, Masami Hiramatsu wrote:> On Thu, 16 Apr 2020 17:24:06 +0200 > Joerg Roedel <joro at 8bytes.org> wrote:> Ah, I got it. So you intended to port the instruction decoder to > pre-decompression boot code, correct?Right, it is needed there to decode instructions which cause #VC exceptions when running as an SEV-ES guest.> > The call-site is added with the patch that includes the > > instruction decoder into the pre-decompression code. If possible I'd > > like to keep those things separate, as both patches are already pretty > > big by themselfes (and they do different things, in different parts of > > the code). > > OK, if you will send v2, please CC both to me.Will do, I added you to the cc-list for future posts of this series. Regards, Joerg
Possibly Parallel Threads
- [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
- [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
- [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
- [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
- [PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c