On Mon, May 04, 2020 at 01:28:59PM +0200, Joerg Roedel wrote: > On Mon, May 04, 2020 at 12:54:45PM +0200, Borislav Petkov wrote: > > On Tue, Apr 28, 2020 at 05:16:23PM +0200, Joerg Roedel wrote: > > > +#include "../../entry/calling.h" > > > > Leftover from something? Commenting it out doesn't break the build here. > > Yes, probably a leftover from when I tried to use the PT_REGS macros > there. I'll remove it. Turns out this include is still needed to get ORIG_RAX defined. I'll leave it in place. Joerg