Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp163149pxu; Tue, 6 Oct 2020 03:25:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8GfL08AATThGVu7xoXbYZQkutKmtZV+XxxMkbcyrsCUy3Ylx8JJT3UBBAUl2gmmg2KXm+ X-Received: by 2002:a17:906:715a:: with SMTP id z26mr4464428ejj.300.1601979945255; Tue, 06 Oct 2020 03:25:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601979945; cv=none; d=google.com; s=arc-20160816; b=RAHWgdCCfz/GSLryETbxugP40o6vVpiNmS+QBIbWegNXohturIKMGSS3v5tmBYJzEG Iu4l//W9uaRFQTRz4Ycrd1oEQZLrPAG5c63YZ9EQ2vuuLowzKVRRPtsehgjHDYHoMcCi rYYM/v6c6T82ogfu//GP7y9l1H0FnD78nUXcFJX18KRzWOk52r3iJJ3kiLxmQ3odtTyZ ANy8fGsc2bxlAteviEODCRn70/ZYsBgEroKirsI59sxm3mfmFwW+otHCETPzFqNJMcTi hfp/ootAKImS+uymkUGO85Cn62GJM26ZjHg92S64V3AFg2SW8KROQvKKubtTdqHZCAdc AwaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=up50Zf9qUd4oQr1ONdeJkt4eEu+RHioH6C0YJfy9t8s=; b=CnAhzDNu68U10eoGDQLBHKPk16No7re7QABfRuDKZ+z8HRVVLSdyiIyUEnarKwE2ig qQj5FS788QzAPUnDn46W6k/wvV1/ec8ORzLCXJS86ov1+AUdUjH3fI1j9oc4aiS/Ci39 By7wd05jlSt6KO762tlVkh9RKNIPeqAyt0nwwzoP9uZXuvcjqpN8mTGnw3wNvug1n2x4 Ls9h0QKU2j7PnkOaPUtggP/ITCWIHkCaOKC5RPzOsMi+qSlrL9wVTVBTsQXti5KO9TmB nQuqD9+01/LwWCdMkEzj3WonRHA7lQKR5HR1VW35FRU654ACG4OrBhbf9z5gkDQUUDPD YaDQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p14si1566510ejd.724.2020.10.06.03.25.19; Tue, 06 Oct 2020 03:25:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725942AbgJFKZR (ORCPT + 99 others); Tue, 6 Oct 2020 06:25:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:59878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725891AbgJFKZQ (ORCPT ); Tue, 6 Oct 2020 06:25:16 -0400 Received: from gaia (unknown [95.149.105.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 496AA20674; Tue, 6 Oct 2020 10:25:14 +0000 (UTC) Date: Tue, 6 Oct 2020 11:25:11 +0100 From: Catalin Marinas To: Dave Martin Cc: Will Deacon , Jeremy Linton , herbert@gondor.apana.org.au, linux-kernel@vger.kernel.org, ardb@kernel.org, broonie@kernel.org, linux-crypto@vger.kernel.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org Subject: Re: [BUG][PATCH] crypto: arm64: Avoid indirect branch to bti_c Message-ID: <20201006102507.GA19213@gaia> References: <20201006034854.2277538-1-jeremy.linton@arm.com> <20201006082748.GB25305@willie-the-truck> <20201006100121.GW6642@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201006100121.GW6642@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Oct 06, 2020 at 11:01:21AM +0100, Dave P Martin wrote: > On Tue, Oct 06, 2020 at 09:27:48AM +0100, Will Deacon wrote: > > On Mon, Oct 05, 2020 at 10:48:54PM -0500, Jeremy Linton wrote: > > > The AES code uses a 'br x7' as part of a function called by > > > a macro. That branch needs a bti_j as a target. This results > > > in a panic as seen below. Instead of trying to replace the branch > > > target with a bti_jc, lets replace the indirect branch with a > > > bl/ret, bl sequence that can target the existing bti_c. > > > > > > Bad mode in Synchronous Abort handler detected on CPU1, code 0x34000003 -- BTI > > > CPU: 1 PID: 265 Comm: cryptomgr_test Not tainted 5.8.11-300.fc33.aarch64 #1 > > > pstate: 20400c05 (nzCv daif +PAN -UAO BTYPE=j-) > > > pc : aesbs_encrypt8+0x0/0x5f0 [aes_neon_bs] > > > lr : aesbs_xts_encrypt+0x48/0xe0 [aes_neon_bs] > > > sp : ffff80001052b730 > > > > > > aesbs_encrypt8+0x0/0x5f0 [aes_neon_bs] > > > __xts_crypt+0xb0/0x2dc [aes_neon_bs] > > > xts_encrypt+0x28/0x3c [aes_neon_bs] > > > crypto_skcipher_encrypt+0x50/0x84 > > > simd_skcipher_encrypt+0xc8/0xe0 > > > crypto_skcipher_encrypt+0x50/0x84 > > > test_skcipher_vec_cfg+0x224/0x5f0 > > > test_skcipher+0xbc/0x120 > > > alg_test_skcipher+0xa0/0x1b0 > > > alg_test+0x3dc/0x47c > > > cryptomgr_test+0x38/0x60 > > > > > > Fixes: commit 0e89640b640d ("crypto: arm64 - Use modern annotations for assembly functions") > > > > nit: the "commit" string shouldn't be here, and I think the linux-next > > scripts will yell at us if we don't remove it. > > > > > Signed-off-by: Jeremy Linton > > > --- > > > arch/arm64/crypto/aes-neonbs-core.S | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --git a/arch/arm64/crypto/aes-neonbs-core.S b/arch/arm64/crypto/aes-neonbs-core.S > > > index b357164379f6..32f53ebe5e2c 100644 > > > --- a/arch/arm64/crypto/aes-neonbs-core.S > > > +++ b/arch/arm64/crypto/aes-neonbs-core.S > > > @@ -788,7 +788,7 @@ SYM_FUNC_START_LOCAL(__xts_crypt8) > > > > > > 0: mov bskey, x21 > > > mov rounds, x22 > > > - br x7 > > > + ret > > Dang, replied on an old version. Which I ignored (by default, when the kbuild test robot complains ;)). > Since this is logically a tail call, could we simply be using br x16 or > br x17 for this? > > The architecture makes special provision for that so that the compiler > can generate tail-calls. So a "br x16" is compatible with a bti_c landing pad. I think it makes more sense to keep it as a tail call. -- Catalin