From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCHv10 2/5] x86: Hook up execveat system call. Date: Tue, 25 Nov 2014 15:16:00 +0300 Message-ID: <20141125121600.GE4893@mwanda> References: <1416830039-21952-1-git-send-email-drysdale@google.com> <1416830039-21952-3-git-send-email-drysdale@google.com> <20141124170626.GA5316@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: David Drysdale Cc: "Eric W. Biederman" , Andy Lutomirski , Alexander Viro , Meredydd Luff , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Andrew Morton , David Miller , Thomas Gleixner , Stephen Rothwell , Oleg Nesterov , Michael Kerrisk , Ingo Molnar , "H. Peter Anvin" , Kees Cook , Arnd Bergmann , Rich Felker , Christoph Hellwig , X86 ML , linux-arch , Linux API , sparclinux-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org On Mon, Nov 24, 2014 at 06:26:24PM +0000, David Drysdale wrote: > On Mon, Nov 24, 2014 at 5:06 PM, Dan Carpenter wrote: > > On Mon, Nov 24, 2014 at 11:53:56AM +0000, David Drysdale wrote: > >> Hook up x86-64, i386 and x32 ABIs. > >> > >> Signed-off-by: David Drysdale > > > > This one has been breaking my linux-next build for the past week. I'm > > not sure what's going on. > > Hi Dan, > > Sorry if this has been causing you problems -- I've not had any > errors from the kbuild robots or my local builds. > For some reason I had a stale copy of arch/x86/include/generated/asm/unistd_32.h and it was using that in preference to the arch/x86/include/generated/uapi/asm/unistd_32.h file. Once I did ran: arch/x86/include/generated/ -rf Then it builds now. I'm not sure what that's all about but it's fixed now. regards, dan carpenter