Re: [PATCHv10 2/5] x86: Hook up execveat system call.
From: Dan Carpenter <hidden>
Date: 2014-11-25 12:17:08
Also in:
linux-arch, lkml, sparclinux
From: Dan Carpenter <hidden>
Date: 2014-11-25 12:17:08
Also in:
linux-arch, lkml, sparclinux
On Mon, Nov 24, 2014 at 06:26:24PM +0000, David Drysdale wrote:
On Mon, Nov 24, 2014 at 5:06 PM, Dan Carpenter [off-list ref] wrote:quoted
On Mon, Nov 24, 2014 at 11:53:56AM +0000, David Drysdale wrote:quoted
Hook up x86-64, i386 and x32 ABIs. Signed-off-by: David Drysdale <redacted>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