From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: linux-next: Tree for July 26 (uml) Date: Mon, 20 Aug 2012 12:21:31 +0930 Message-ID: <878vda5l8s.fsf@rustcorp.com.au> References: <502A69FA.8040805@nod.at> <502A6759.3090802@nod.at> <15981.1344955883@warthog.procyon.org.uk> <502A613F.1090600@nod.at> <87a9xys53h.fsf@rustcorp.com.au> <20120726150419.0de645e8750e3a15fa0f1aaa@canb.auug.org.au> <50115FCF.4060708@xenotime.net> <502932A0.3060001@xenotime.net> <15532.1344954413@warthog.procyon.org.uk> <18600.1344956051@warthog.procyon.org.uk> <18933.1344956788@warthog.procyon.org.uk> <30102.1344957328@warthog.procyon.org.uk> <502A6BF8.6040804@nod.at> <502A8DD6.90807@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ozlabs.org ([203.10.76.45]:57432 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753695Ab2HTFBU (ORCPT ); Mon, 20 Aug 2012 01:01:20 -0400 In-Reply-To: <502A8DD6.90807@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap , Richard Weinberger Cc: David Howells , Stephen Rothwell , linux-next@vger.kernel.org, LKML , user-mode-linux-devel@lists.sourceforge.net On Tue, 14 Aug 2012 10:41:42 -0700, Randy Dunlap wrote: > On 08/14/2012 08:17 AM, Richard Weinberger wrote: > > > Am 14.08.2012 17:15, schrieb David Howells: > >> How about this then? > >> > >> David > >> --- > >> diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig > >> index 9926e11..a4b0c10 100644 > >> --- a/arch/x86/um/Kconfig > >> +++ b/arch/x86/um/Kconfig > >> @@ -21,9 +21,11 @@ config 64BIT > >> config X86_32 > >> def_bool !64BIT > >> select HAVE_AOUT > >> + select MODULES_USE_ELF_REL > >> > >> config X86_64 > >> def_bool 64BIT > >> + select MODULES_USE_ELF_RELA > >> > >> config RWSEM_XCHGADD_ALGORITHM > >> def_bool X86_XADD && 64BIT > > > > Looks sane. > > > > Acked-by: Richard Weinberger > > > Acked-by: Randy Dunlap Thanks, folded into David's original patch. Cheers, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1T3K7D-00049D-Hl for user-mode-linux-devel@lists.sourceforge.net; Mon, 20 Aug 2012 05:01:27 +0000 Received: from ozlabs.org ([203.10.76.45]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1T3K7C-0005CP-4k for user-mode-linux-devel@lists.sourceforge.net; Mon, 20 Aug 2012 05:01:27 +0000 From: Rusty Russell In-Reply-To: <502A8DD6.90807@xenotime.net> References: <502A69FA.8040805@nod.at> <502A6759.3090802@nod.at> <15981.1344955883@warthog.procyon.org.uk> <502A613F.1090600@nod.at> <87a9xys53h.fsf@rustcorp.com.au> <20120726150419.0de645e8750e3a15fa0f1aaa@canb.auug.org.au> <50115FCF.4060708@xenotime.net> <502932A0.3060001@xenotime.net> <15532.1344954413@warthog.procyon.org.uk> <18600.1344956051@warthog.procyon.org.uk> <18933.1344956788@warthog.procyon.org.uk> <30102.1344957328@warthog.procyon.org.uk> <502A6BF8.6040804@nod.at> <502A8DD6.90807@xenotime.net> Date: Mon, 20 Aug 2012 12:21:31 +0930 Message-ID: <878vda5l8s.fsf@rustcorp.com.au> MIME-Version: 1.0 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 Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net Subject: Re: [uml-devel] linux-next: Tree for July 26 (uml) To: Randy Dunlap , Richard Weinberger Cc: David Howells , Stephen Rothwell , linux-next@vger.kernel.org, LKML , user-mode-linux-devel@lists.sourceforge.net On Tue, 14 Aug 2012 10:41:42 -0700, Randy Dunlap wrote: > On 08/14/2012 08:17 AM, Richard Weinberger wrote: > > > Am 14.08.2012 17:15, schrieb David Howells: > >> How about this then? > >> > >> David > >> --- > >> diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig > >> index 9926e11..a4b0c10 100644 > >> --- a/arch/x86/um/Kconfig > >> +++ b/arch/x86/um/Kconfig > >> @@ -21,9 +21,11 @@ config 64BIT > >> config X86_32 > >> def_bool !64BIT > >> select HAVE_AOUT > >> + select MODULES_USE_ELF_REL > >> > >> config X86_64 > >> def_bool 64BIT > >> + select MODULES_USE_ELF_RELA > >> > >> config RWSEM_XCHGADD_ALGORITHM > >> def_bool X86_XADD && 64BIT > > > > Looks sane. > > > > Acked-by: Richard Weinberger > > > Acked-by: Randy Dunlap Thanks, folded into David's original patch. Cheers, Rusty. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel