On Sun, Jan 18, 2015 at 4:47 PM, Alexander van Heukelum <[email protected]> wrote: > On Sun, Jan 18, 2015, at 13:05, Borislav Petkov wrote: >> Hi, >> >> btw, you might wanna sync with Denys who's doing cleanups in that area too: >> >> https://lkml.kernel.org/r/[email protected] >> >> and touching some of the stuff you're changing too. > > Thanks. FWIW, the change touches the same area in code, but is orthogonal in > concept.
My patches eventually eliminate both ARGOFFSET and KERNEL_STACK_OFFSET. For example, eventually TI_flags tests look like this after all my patches: testl $const, TI_flags+THREAD_INFO(%rsp,SIZEOF_PTREGS) Your patches massage the same defines in a different way than mine do. We clearly have a conflict here. -- 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/

