Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1559013

[BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace scalar AES cipher)

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject [BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace scalar AES cipher)
Date Sat, 14 Jan 2017 15:30:01 +0100
Message-ID <sZxvb-71q-5@gated-at.bofh.it> (permalink)
X-Original-To Herbert Xu <herbert@gondor.apana.org.au>, Ard Biesheuvel <ard.biesheuvel@linaro.org>
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=PqO1piaR0/0EDjQ3AOD30UQiBNSxU9zfjKeUqnBbTcU=; b=H+LDp7NpVtC07wgZx6qRKaR/qbqAyoqpZgAvDhzmuKCHkW4mm2v9z20Mp+6BQFmm8v HfN0NhTD79JXDTGZGr0uSp4ms5Kzg5TO3p5Pj764zIzcG1Q85+r9DUsKZ8vc8/YM02Uf GqoIRkdWZbzGOwlWGbLOpHiHz+Fh0Xn1YmMS+YB6zLbGJc8BdXfsp+lfTw/wlz8b60k0 YF7Hn9HcLwK8dkvMeuWTFLGuukgVrJOR0suKCsDUCGZdiAUN91+7GGrDUUdbDuhD06VP Vj/6/T6k5wNBn5zAoMxRUPZmkOpJ9xErFe7C2q+95wTtHeUZKqpt8TYZCbe7s2bkQcd3 SyeA==
X-Gm-Message-State AIkVDXIi/ehhoL9eJAx02Fapg28qQjyk8QQPv8iBR2M3nCFa+3Dn2VjcUKb7y28bsgJ2IQ==
X-Received by 10.28.149.199 with SMTP id x190mr5757707wmd.91.1484403879979; Sat, 14 Jan 2017 06:24:39 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
User-Agent Mutt/1.6.2-neo (2016-08-21)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 18
Organization linux.* mail to news gateway
X-Original-Cc linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, davem@davemloft.net, linux-next@vger.kernel.org
X-Original-Date Sat, 14 Jan 2017 16:24:35 +0200
X-Original-Message-ID <20170114142435.ashdj2xm5b3kzg2p@kozik-lap>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1559013

Show key headers only | View raw


Hi,

allyesconfig and multi_v7_defconfig fail to build on recent linux-next
on GCC 6.2.0.

Errors:
../arch/arm/crypto/aes-cipher-core.S: Assembler messages:
../arch/arm/crypto/aes-cipher-core.S:21: Error: selected processor does not support `tt .req ip' in ARM mode
../arch/arm/crypto/aes-cipher-core.S:174: Error: ARM register expected -- `movw tt,#:lower16:crypto_ft_tab'
../arch/arm/crypto/aes-cipher-core.S:174: Error: ARM register expected -- `movt tt,#:upper16:crypto_ft_tab'

Compiler: arm-linux-gnueabi-gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005

Git bisect pointed to:
first bad commit: [81edb42629758bacdf813dd5e4542ae26e3ad73a] crypto: arm/aes - replace scalar AES cipher

Best regards,
Krzysztof

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace  scalar AES cipher) Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 15:30 +0100
  Re: [BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace  scalar AES cipher) Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-01-14 16:30 +0100
  Re: [BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace  scalar AES cipher) Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-01-14 19:30 +0100
    Re: [BISECT] ARM build errors on GCC v6.2 (crypto: arm/aes - replace  scalar AES cipher) Krzysztof Kozlowski <krzk@kernel.org> - 2017-01-14 20:00 +0100

csiph-web