From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1GTR0d-0008Np-6L for user-mode-linux-devel@lists.sourceforge.net; Fri, 29 Sep 2006 15:39:07 -0700 Received: from smtp.osdl.org ([65.172.181.4]) by mail.sourceforge.net with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.44) id 1GTR0c-0001pG-Th for user-mode-linux-devel@lists.sourceforge.net; Fri, 29 Sep 2006 15:39:07 -0700 Date: Fri, 29 Sep 2006 15:38:53 -0700 From: Andrew Morton Message-Id: <20060929153853.9bab3ca7.akpm@osdl.org> In-Reply-To: <65dd6fd50609291518s129786fbt1739c80533d1a36@mail.google.com> References: <200609281814.k8SIEsG8005226@ccure.user-mode-linux.org> <65dd6fd50609291518s129786fbt1739c80533d1a36@mail.google.com> Mime-Version: 1.0 Subject: Re: [uml-devel] [PATCH 2/2] UML - Don't roll my own random MAC generator List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Ollie Wild Cc: Jeff Dike , dhollis@davehollis.com, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, Jason Lunz On Fri, 29 Sep 2006 15:18:52 -0700 "Ollie Wild" wrote: > This patch as provided breaks my build due to a missing semicolon. > > .. > > - random_ether_addr(addr) > + random_ether_addr(addr); ahem. That must have had a lot of testing ;) Jeff, could we pleeeeeze arrange for UML's `make allmodconfig' to work, and to continue to work? Right now it goes splut with arch/um/os-Linux/sys-x86_64/registers.c: In function 'get_thread_regs': arch/um/os-Linux/sys-x86_64/registers.c:85: error: 'JB_PC' undeclared (first use in this function) arch/um/os-Linux/sys-x86_64/registers.c:85: error: (Each undeclared identifier is reported only once arch/um/os-Linux/sys-x86_64/registers.c:85: error: for each function it appears in.) arch/um/os-Linux/sys-x86_64/registers.c:86: error: 'JB_RSP' undeclared (first use in this function) arch/um/os-Linux/sys-x86_64/registers.c:87: error: 'JB_RBP' undeclared (first use in this function) How does one build uml-for-i386 on an x86_64 host, btw? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel