Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758931AbYCGSOX (ORCPT ); Fri, 7 Mar 2008 13:14:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754534AbYCGSON (ORCPT ); Fri, 7 Mar 2008 13:14:13 -0500 Received: from ti-out-0910.google.com ([209.85.142.190]:28127 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754278AbYCGSOL (ORCPT ); Fri, 7 Mar 2008 13:14:11 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=vO8Di6y64rvPpPzzCKflgzu/0gO2N3AuySC47524cgBD1SS9F6T57EokEGAtcMPPrrsWX9kwJNBgxch9mvtBsGwarOkvjJS71XICzBUJQLo3YO2wzNdNmAh+r7mJK03EjsKgvfI1rnX7mZYv0e4n7LKaCNjcy84ix0VQCNgGGfo= Message-ID: Date: Fri, 7 Mar 2008 11:14:07 -0700 From: "Dan Williams" To: "Herbert Xu" Subject: Re: 2.6.25-rc[1,2]: failed to setup dm-crypt key mapping Cc: "Milan Broz" , "Michael S. Tsirkin" , "Alasdair G Kergon" , "Andrew Morton" , LKML , "Rafael J. Wysocki" , dm-crypt@saout.de In-Reply-To: <20080222123423.GA12678@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f53421d0802192343v2267cb66ub579d4503e3b7eb1@mail.gmail.com> <47BC0DA9.1030607@redhat.com> <20080220172449.GD27726@gondor.apana.org.au> <47BC67CE.9070407@redhat.com> <20080220175819.GA28246@gondor.apana.org.au> <20080222123423.GA12678@gondor.apana.org.au> X-Google-Sender-Auth: 9d1ae26e49c4ce0a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 33 On Fri, Feb 22, 2008 at 5:34 AM, Herbert Xu wrote: > Does this patch fix the problem? [..] I believe this is in mainline as 76fc60a2 "[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module". With a iop13xx_defconfig I get: `chainiv_module_exit' referenced in section `.init.text' of crypto/built-in.o: defined in discarded section `.exit.text' of crypto/built-in.o `chainiv_module_exit' referenced in section `__ksymtab_gpl' of crypto/built-in.o: defined in discarded section `.exit.text' of crypto/built-in.o `eseqiv_module_exit' referenced in section `__ksymtab_gpl' of crypto/built-in.o: defined in discarded section `.exit.text' of crypto/built-in.o make: *** [.tmp_vmlinux1] Error 1 Reverting this (git show 76fc60a2 | patch -p1 -R) gets me back to a working build.: arm-none-linux-gnueabi-gcc --version arm-none-linux-gnueabi-gcc (CodeSourcery Sourcery G++ Lite 2007q1-21) 4.2.0 20070413 (prerelease) -- Dan -- 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/