From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753480Ab2HMRBq (ORCPT ); Mon, 13 Aug 2012 13:01:46 -0400 Received: from oproxy12-pub.bluehost.com ([50.87.16.10]:49891 "HELO oproxy12-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752633Ab2HMRBp (ORCPT ); Mon, 13 Aug 2012 13:01:45 -0400 Message-ID: <502932A0.3060001@xenotime.net> Date: Mon, 13 Aug 2012 10:00:16 -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: Rusty Russell CC: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Richard Weinberger , user-mode-linux-devel@lists.sourceforge.net Subject: Re: linux-next: Tree for July 26 (uml) References: <20120726150419.0de645e8750e3a15fa0f1aaa@canb.auug.org.au> <50115FCF.4060708@xenotime.net> In-Reply-To: <50115FCF.4060708@xenotime.net> Content-Type: text/plain; charset=UTF-8 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 On 07/26/2012 08:18 AM, Randy Dunlap wrote: > On 07/25/2012 10:04 PM, Stephen Rothwell wrote: > >> Hi all, >> >> Please do not add anything to linux-next included branches/series that is >> destined for v3.7 until after v3.6-rc1 is released. >> >> Reminder: do not rebase your branches before asking Linus to pull them ... >> >> Changes since 20120725: >> > > > > uml on x86_64 (defconfig) build fails with: > > CC arch/x86/um/../kernel/module.o > arch/x86/um/../kernel/module.c:96:5: error: redefinition of 'apply_relocate_add' > include/linux/moduleloader.h:64:19: note: previous definition of 'apply_relocate_add' was here > make[2]: *** [arch/x86/um/../kernel/module.o] Error 1 > > > Adding Rusty. This build error is still happening for uml on x86_64 in linux-next 20120813. -- ~Randy