2013-04-11 17:14:39

by Sedat Dilek

[permalink] [raw]
Subject: Re: linux-next: Tree for Apr 11 [ crypto: aesni-intel ]

On Thu, Apr 11, 2013 at 10:30 AM, Stephen Rothwell <[email protected]> wrote:
> Hi all,
>
> Changes since 20130410:
>
> The tip tree gained conflicts against the net-next and pm trees.
>
> The driver-core tree gained a conflict against the tip tree.
>
> The arm-soc tree gained a conflict against the arm-current tree.
>
> The akpm tree lost a patch that turned up elsewhere.
>
> ----------------------------------------------------------------------------

[ CC linux-crypto folks ]

On Ubuntu/precise AMD64 I see:

ERROR: "glue_xts_crypt_128bit_one" [arch/x86/crypto/aesni-intel.ko] undefined!
ERROR: "glue_xts_crypt_128bit" [arch/x86/crypto/aesni-intel.ko] undefined!
make[3]: *** [__modpost] Error 1
make[2]: *** [modules] Error 2

CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m

Full kernel-config attached.


- Sedat -


Attachments:
config.txt (109.60 kB)

2013-04-11 17:23:13

by Sedat Dilek

[permalink] [raw]
Subject: Re: linux-next: Tree for Apr 11 [ crypto: aesni-intel ]

On Thu, Apr 11, 2013 at 7:14 PM, Sedat Dilek <[email protected]> wrote:
> On Thu, Apr 11, 2013 at 10:30 AM, Stephen Rothwell <[email protected]> wrote:
>> Hi all,
>>
>> Changes since 20130410:
>>
>> The tip tree gained conflicts against the net-next and pm trees.
>>
>> The driver-core tree gained a conflict against the tip tree.
>>
>> The arm-soc tree gained a conflict against the arm-current tree.
>>
>> The akpm tree lost a patch that turned up elsewhere.
>>
>> ----------------------------------------------------------------------------
>
> [ CC linux-crypto folks ]
>
> On Ubuntu/precise AMD64 I see:
>
> ERROR: "glue_xts_crypt_128bit_one" [arch/x86/crypto/aesni-intel.ko] undefined!
> ERROR: "glue_xts_crypt_128bit" [arch/x86/crypto/aesni-intel.ko] undefined!
> make[3]: *** [__modpost] Error 1
> make[2]: *** [modules] Error 2
>
> CONFIG_CRYPTO_AES=y
> CONFIG_CRYPTO_AES_X86_64=m
> CONFIG_CRYPTO_AES_NI_INTEL=m
>
> Full kernel-config attached.
>
>
> - Sedat -

Trying the fix "crypto: aesni_intel - fix Kconfig problem with
CRYPTO_GLUE_HELPER_X86" from [1].

- Sedat -

[1] http://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=110e7610190cc4693f26c05b43ea83468a0a925c

2013-04-12 02:13:44

by Herbert Xu

[permalink] [raw]
Subject: Re: linux-next: Tree for Apr 11 [ crypto: aesni-intel ]

On Thu, Apr 11, 2013 at 07:14:31PM +0200, Sedat Dilek wrote:
> On Thu, Apr 11, 2013 at 10:30 AM, Stephen Rothwell <[email protected]> wrote:
> > Hi all,
> >
> > Changes since 20130410:
> >
> > The tip tree gained conflicts against the net-next and pm trees.
> >
> > The driver-core tree gained a conflict against the tip tree.
> >
> > The arm-soc tree gained a conflict against the arm-current tree.
> >
> > The akpm tree lost a patch that turned up elsewhere.
> >
> > ----------------------------------------------------------------------------
>
> [ CC linux-crypto folks ]
>
> On Ubuntu/precise AMD64 I see:
>
> ERROR: "glue_xts_crypt_128bit_one" [arch/x86/crypto/aesni-intel.ko] undefined!
> ERROR: "glue_xts_crypt_128bit" [arch/x86/crypto/aesni-intel.ko] undefined!
> make[3]: *** [__modpost] Error 1
> make[2]: *** [modules] Error 2

Should be fixed by:

commit 110e7610190cc4693f26c05b43ea83468a0a925c
Author: Jussi Kivilinna <[email protected]>
Date: Wed Apr 10 18:39:20 2013 +0300

crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86


Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2013-04-12 14:46:23

by Sedat Dilek

[permalink] [raw]
Subject: Re: linux-next: Tree for Apr 11 [ crypto: aesni-intel ]

On Fri, Apr 12, 2013 at 4:13 AM, Herbert Xu <[email protected]> wrote:
> On Thu, Apr 11, 2013 at 07:14:31PM +0200, Sedat Dilek wrote:
>> On Thu, Apr 11, 2013 at 10:30 AM, Stephen Rothwell <[email protected]> wrote:
>> > Hi all,
>> >
>> > Changes since 20130410:
>> >
>> > The tip tree gained conflicts against the net-next and pm trees.
>> >
>> > The driver-core tree gained a conflict against the tip tree.
>> >
>> > The arm-soc tree gained a conflict against the arm-current tree.
>> >
>> > The akpm tree lost a patch that turned up elsewhere.
>> >
>> > ----------------------------------------------------------------------------
>>
>> [ CC linux-crypto folks ]
>>
>> On Ubuntu/precise AMD64 I see:
>>
>> ERROR: "glue_xts_crypt_128bit_one" [arch/x86/crypto/aesni-intel.ko] undefined!
>> ERROR: "glue_xts_crypt_128bit" [arch/x86/crypto/aesni-intel.ko] undefined!
>> make[3]: *** [__modpost] Error 1
>> make[2]: *** [modules] Error 2
>
> Should be fixed by:
>
> commit 110e7610190cc4693f26c05b43ea83468a0a925c
> Author: Jussi Kivilinna <[email protected]>
> Date: Wed Apr 10 18:39:20 2013 +0300
>
> crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86
>
>

Yeah, that's fixing the issue.

Can you and your patch-supplier also CC Linux-Next ML for crypto-next fixes?
( ...would have saved one linux-kernel compilation. )
Thanks!

- Sedat -

> Thanks,
> --
> Email: Herbert Xu <[email protected]>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt