Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Herbert Xu
On Fri, Aug 02, 2019 at 09:44:43AM +0300, Ard Biesheuvel wrote: > > OK. I will adopt this mechanism [0] after all and resubmit, once I get > confirmation from either Voldis or Heiko that this makes the issue go > away (given that my local GCC does not reproduce the issue) > > [0] >

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Heiko Carstens
On Fri, Aug 02, 2019 at 02:48:44PM +1000, Stephen Rothwell wrote: > Hi Herbert, > > On Fri, 2 Aug 2019 13:14:14 +1000 Herbert Xu > wrote: > > > > For now I'm going to back out those two specific patches as the > > rest seem to be valid by themselves. > > I have applied the top commit from your

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Ard Biesheuvel
On Fri, 2 Aug 2019 at 09:46, Heiko Carstens wrote: > > On Thu, Aug 01, 2019 at 08:28:56PM +0300, Ard Biesheuvel wrote: > > On Thu, 1 Aug 2019 at 15:28, Heiko Carstens > > wrote: > > > Still not... with linux-next as of today I get this (s390 defconfig): > > > > > > ERROR:

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Ard Biesheuvel
On Fri, 2 Aug 2019 at 03:20, Stephen Rothwell wrote: > > Hi Herbert, > > On Thu, 1 Aug 2019 20:28:56 +0300 Ard Biesheuvel > wrote: > > > > On Thu, 1 Aug 2019 at 15:28, Heiko Carstens > > wrote: > > > > > > On Wed, Jul 31, 2019 at 01:44:54PM +0200, Heiko Carstens wrote: > > > > On Wed, Jul 31,

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Heiko Carstens
On Thu, Aug 01, 2019 at 08:28:56PM +0300, Ard Biesheuvel wrote: > On Thu, 1 Aug 2019 at 15:28, Heiko Carstens wrote: > > Still not... with linux-next as of today I get this (s390 defconfig): > > > > ERROR: "crypto_aegis128_decrypt_chunk_simd" [crypto/aegis128.ko] undefined! > > ERROR:

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-02 Thread Ard Biesheuvel
On Fri, 2 Aug 2019 at 06:14, Herbert Xu wrote: > > Hi Stephen: > > On Fri, Aug 02, 2019 at 10:20:19AM +1000, Stephen Rothwell wrote: > > > > It might be time to revert all this series and try again. The > > implementation seems to have not been well thought through from a kernel > > building

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-01 Thread Stephen Rothwell
Hi Herbert, On Fri, 2 Aug 2019 13:14:14 +1000 Herbert Xu wrote: > > For now I'm going to back out those two specific patches as the > rest seem to be valid by themselves. I have applied the top commit from your tree to linux-next today just to help with building and testing over the weekend (I

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-01 Thread Herbert Xu
Hi Stephen: On Fri, Aug 02, 2019 at 10:20:19AM +1000, Stephen Rothwell wrote: > > It might be time to revert all this series and try again. The > implementation seems to have not been well thought through from a kernel > building point of view. For a start the two commits > > 7cdc0ddbf74a

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-01 Thread Stephen Rothwell
Hi Herbert, On Thu, 1 Aug 2019 20:28:56 +0300 Ard Biesheuvel wrote: > > On Thu, 1 Aug 2019 at 15:28, Heiko Carstens wrote: > > > > On Wed, Jul 31, 2019 at 01:44:54PM +0200, Heiko Carstens wrote: > > > On Wed, Jul 31, 2019 at 09:32:16PM +1000, Herbert Xu wrote: > > > > On Wed, Jul 31, 2019

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-01 Thread Ard Biesheuvel
On Thu, 1 Aug 2019 at 15:28, Heiko Carstens wrote: > > On Wed, Jul 31, 2019 at 01:44:54PM +0200, Heiko Carstens wrote: > > On Wed, Jul 31, 2019 at 09:32:16PM +1000, Herbert Xu wrote: > > > On Wed, Jul 31, 2019 at 01:15:20PM +0200, Heiko Carstens wrote: > > > > > > > > However that doesn't fix the

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-08-01 Thread Heiko Carstens
On Wed, Jul 31, 2019 at 01:44:54PM +0200, Heiko Carstens wrote: > On Wed, Jul 31, 2019 at 09:32:16PM +1000, Herbert Xu wrote: > > On Wed, Jul 31, 2019 at 01:15:20PM +0200, Heiko Carstens wrote: > > > > > > However that doesn't fix the simd.h header file breakage with the > > > second patch :) > >

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-07-31 Thread Heiko Carstens
On Wed, Jul 31, 2019 at 09:32:16PM +1000, Herbert Xu wrote: > On Wed, Jul 31, 2019 at 01:15:20PM +0200, Heiko Carstens wrote: > > > > However that doesn't fix the simd.h header file breakage with the > > second patch :) > > That fix should be there now too. Yes, works now. Thank you!

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-07-31 Thread Herbert Xu
On Wed, Jul 31, 2019 at 01:15:20PM +0200, Heiko Carstens wrote: > > However that doesn't fix the simd.h header file breakage with the > second patch :) That fix should be there now too. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-07-31 Thread Heiko Carstens
On Wed, Jul 31, 2019 at 09:08:17PM +1000, Herbert Xu wrote: > On Wed, Jul 31, 2019 at 10:58:20AM +0200, Heiko Carstens wrote: > > On Wed, Jul 31, 2019 at 04:39:15PM +1000, Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since 20190730: > > > > Hello Ard, > > > > two of your patches in

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-07-31 Thread Herbert Xu
On Wed, Jul 31, 2019 at 10:58:20AM +0200, Heiko Carstens wrote: > On Wed, Jul 31, 2019 at 04:39:15PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20190730: > > Hello Ard, > > two of your patches in the crypto tree cause build breakage on s390: > > The patch ("crypto: aes -

Re: linux-next: Tree for Jul 31 - s390 crypto build breakage

2019-07-31 Thread Heiko Carstens
On Wed, Jul 31, 2019 at 04:39:15PM +1000, Stephen Rothwell wrote: > Hi all, > > Changes since 20190730: Hello Ard, two of your patches in the crypto tree cause build breakage on s390: The patch ("crypto: aes - create AES library based on the fixed time AES code") causes this: