Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753503Ab2JOQam (ORCPT ); Mon, 15 Oct 2012 12:30:42 -0400 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:49402 "HELO oproxy6-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753049Ab2JOQak (ORCPT ); Mon, 15 Oct 2012 12:30:40 -0400 Message-ID: <507C3A29.7040102@xenotime.net> Date: Mon, 15 Oct 2012 09:30:33 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Linus Torvalds CC: Linux Kernel Mailing List , David Howells , Richard Weinberger Subject: Re: Linux 3.7-rc1 (uml uapi errors) References: <507B63AC.3010807@xenotime.net> <507B68C0.9050409@xenotime.net> In-Reply-To: <507B68C0.9050409@xenotime.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2135 Lines: 60 On 10/14/2012 06:37 PM, Randy Dunlap wrote: > On 10/14/2012 06:15 PM, Randy Dunlap wrote: > >> On 10/14/2012 03:27 PM, Linus Torvalds wrote: >> >>> The two weeks are up, and I was merging during my trip, so no reason >>> for merge window extensions. >>> >>> The 3.7-rc1 kernel is out there. There's a few big things worth noting here: >>> >>> - the "uapi" include file cleanups. The idea is that the stuff >>> exported to user space should now be found under include/uapi and >>> arch/$(ARCH)/include/uapi. >>> >>> Let's hope it actually works. Because otherwise this was just a >>> totally pointless pain in the *ss. And regardless, I'm definitely done >>> with these kinds of "let's do massive cleanup of the include files" >>> forever. >> >> >> >> Building um (uml) for x86_64 (defconfig) has lots of errors like: >> >> In file included from include/linux/irq.h:22:0, >> from include/asm-generic/hardirq.h:12, >> from arch/um/include/generated/asm/hardirq.h:1, >> from include/linux/hardirq.h:7, >> from include/linux/ftrace_event.h:7, >> from include/trace/syscall.h:6, >> from include/linux/syscalls.h:78, >> from init/noinitramfs.c:23: >> include/linux/irqnr.h:4:30: fatal error: uapi/linux/irqnr.h: No such file or directory >> >> make[2]: *** [init/main.o] Error 1 >> make[2]: *** [init/noinitramfs.o] Error 1 >> make[2]: *** [init/do_mounts.o] Error 1 >> make[2]: *** [arch/um/kernel/irq.o] Error 1 > > > > Similar build errors on i386 (X86_32) and x86_64. > Maybe they are due to using O=subdir when building....? These builds work after adding an empty file include/uapi/linux/irqnr.h. I am building from linux-3.6 tarball + 3.7-rc1 patch file. David thinks that 'patch' is deleting the empty header file. Thanks for your help, David. -- ~Randy -- 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/