mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Tony Luck" <tony.luck@intel.com>
To: "Herbert Xu" <herbert@gondor.apana.org.au>
Cc: "Milan Broz" <mbroz@redhat.com>,
	"Michael S. Tsirkin" <m.s.tsirkin@gmail.com>,
	"Alasdair G Kergon" <agk@redhat.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	dm-crypt@saout.de
Subject: Re: 2.6.25-rc[1,2]: failed to setup dm-crypt key mapping
Date: Fri, 7 Mar 2008 10:18:40 -0800	[thread overview]
Message-ID: <12c511ca0803071018v2f16522alf6817282fffc2a39@mail.gmail.com> (raw)
In-Reply-To: <20080222123423.GA12678@gondor.apana.org.au>

On Fri, Feb 22, 2008 at 4:34 AM, Herbert Xu
<herbert@gondor.apana.org.au> wrote:
>  Does this patch fix the problem?
...
>  diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h
>  index 2ba42cd..a8f1264 100644
>  --- a/include/crypto/internal/skcipher.h
>  +++ b/include/crypto/internal/skcipher.h
...
>  +int __init eseqiv_module_init(void);
>  +void __exit eseqiv_module_exit(void);
>  +int __init chainiv_module_init(void);
>  +void __exit chainiv_module_exit(void);

The zx1_defconfig in ia64 tree has CONFIG_CRYPTO_BLK_CONFIG=y ... making
these symbols not only causes build warnings:
chainiv_module_exit' referenced in section `.init.text' of
crypto/built-in.o: defined in discarded section `.exit.text'
eseqiv_module_exit' referenced in section `__ksymtab_gpl' of
crypto/built-in.o: defined in discarded section `.exit.text'

it also manages to make my "ld" dump core!

-Tony

      parent reply	other threads:[~2008-03-07 18:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <8f53421d0802192343v2267cb66ub579d4503e3b7eb1@mail.gmail.com>
2008-02-20 11:23 ` Milan Broz
2008-02-20 17:24   ` Herbert Xu
2008-02-20 17:47     ` Milan Broz
2008-02-20 17:58       ` Herbert Xu
2008-02-20 20:29         ` Michael S. Tsirkin
2008-02-22 12:34         ` Herbert Xu
2008-02-25 19:03           ` Jan Niehusmann
2008-03-07 18:14           ` Dan Williams
2008-03-08  1:24             ` Herbert Xu
2008-03-08  3:42               ` Dan Williams
2008-03-08 12:28                 ` Herbert Xu
2008-03-07 18:18           ` Tony Luck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12c511ca0803071018v2f16522alf6817282fffc2a39@mail.gmail.com \
    --to=tony.luck@intel.com \
    --cc=agk@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=dm-crypt@saout.de \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.s.tsirkin@gmail.com \
    --cc=mbroz@redhat.com \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome