Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754159AbaKYMRI (ORCPT ); Tue, 25 Nov 2014 07:17:08 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:26938 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753274AbaKYMRE (ORCPT ); Tue, 25 Nov 2014 07:17:04 -0500 Date: Tue, 25 Nov 2014 15:16:00 +0300 From: Dan Carpenter To: David Drysdale Cc: "Eric W. Biederman" , Andy Lutomirski , Alexander Viro , Meredydd Luff , "linux-kernel@vger.kernel.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@vger.kernel.org Subject: Re: [PATCHv10 2/5] x86: Hook up execveat system call. 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/