On Fri, Jun 07, 2013 at 01:14:41AM +0200, Christoph Biedl wrote: > Willy Tarreau wrote... > > > Hmmm indeed, an include is missing here for asmregparm. Adding the following > > line fixes the problem for me : > > > > --- a/arch/x86/include/asm/ptrace.h > > +++ b/arch/x86/include/asm/ptrace.h > > @@ -2,6 +2,7 @@ > > #define _ASM_X86_PTRACE_H > > > > #include <linux/compiler.h> /* For __user */ > > +#include <linux/linkage.h> /* For asmregparm */ > > #include <asm/ptrace-abi.h> > > #include <asm/processor-flags.h> > > > > I'd suggest that if the kernel build goes to the end for you, we merge > > this as well, otherwise we leave the two changes pending and focus on > > supporting gcc 4.7 later. > > That did the trick: Kernel compiles and runs. Cool, so I can include these two small changes then. Thanks! Willy -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html