From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:54028 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727638AbfGaI62 (ORCPT ); Wed, 31 Jul 2019 04:58:28 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x6V8l1Bl089759 for ; Wed, 31 Jul 2019 04:58:27 -0400 Received: from e06smtp03.uk.ibm.com (e06smtp03.uk.ibm.com [195.75.94.99]) by mx0b-001b2d01.pphosted.com with ESMTP id 2u37hnh89r-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 31 Jul 2019 04:58:27 -0400 Received: from localhost by e06smtp03.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 31 Jul 2019 09:58:25 +0100 Date: Wed, 31 Jul 2019 10:58:20 +0200 From: Heiko Carstens Subject: Re: linux-next: Tree for Jul 31 - s390 crypto build breakage References: <20190731163915.3fdfcb14@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731163915.3fdfcb14@canb.auug.org.au> Message-Id: <20190731085819.GA3488@osiris> Sender: linux-s390-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Ard Biesheuvel , Herbert Xu Cc: Linux Next Mailing List , Linux Kernel Mailing List , linux-s390@vger.kernel.org, Harald Freudenberger , Patrick Steuer 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: arch/s390/crypto/aes_s390.c:111:13: error: conflicting types for 'aes_encrypt' 111 | static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) | ^~~~~~~~~~~ And the commit ("crypto: aegis128 - add support for SIMD acceleration") causes another build breakage: crypto/aegis128-core.c:19:10: fatal error: asm/simd.h: No such file or directory 19 | #include | ^~~~~~~~~~~~