On Wed, Jan 14, 2015 at 2:17 PM, Denys Vlasenko <[email protected]> wrote: > On Wed, Jan 14, 2015 at 10:48 PM, Denys Vlasenko <[email protected]> wrote: >> Macros which manipulate "struct pt_regs" on stack are reworked: >> ALLOC_PT_GPREGS_ON_STACK allocates the structure. >> SAVE_C_REGS saves to it those registers which are clobbered by C code. >> SAVE_EXTRA_REGS saves to it all other registers. >> Corresponding RESTORE_* and REMOVE_PT_GPREGS_FROM_STACK macros reverse it. > > Andy, > > Please note that this patch set also needs the previously posted patch: > > [PATCH 3/4] x86: open-code register save/restore in trace_hardirqs thunks > > which is not present in your tree - otherwise arch/x86/lib/thunk_64.S > will not compile (no SAVE_ARGS anymore).
I need to go through Linus' and everyone else's comments on that to figure out what to do first. --Andy > > -- > vda -- Andy Lutomirski AMA Capital Management, LLC -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

