Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1302653pxb; Fri, 24 Sep 2021 01:10:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyrGMsCppokHVEUTR7djqmEQTGf2FHaa/5ep9KgILDyNaK1z/qADZjt0JcWHc2I74UPJ/pl X-Received: by 2002:a17:906:7804:: with SMTP id u4mr977964ejm.462.1632471010008; Fri, 24 Sep 2021 01:10:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632471010; cv=none; d=google.com; s=arc-20160816; b=zF6fIqWWaQsl7kqQercsxhbVS5lGpz4iyFcUx5B425LC/yt4m1VcBspEDNGKlPDT9a 4k710Tj1Y13GUG0vsqvx+4/RNLKmNAh6LpzG5jxNZbBvFvyztSSAtB1M0AuoJLFTPwJ5 rUkC21Qr6KiZNSTWeHVRpRmlqtojADyqx86RDvmN0/dXSq8Auo7pM7rcd0H9BYk+EVvs 3CUPsSNyCaJSe3CWg3rE0m3KZy7dbQVn2PTcY9m5yzCaeXQxxaTQhPb37/7jkDL+nLDj ccUgmBM6CWdN8Dprp17ks832RdVKAfXciEAjGD0ydqyxaKY2bxgskb0eZfs5B6YoYsSr k3mg== 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-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=5kOEgXlkMeer8VOS1owsbd6CfMJPxHituUdrv0uGg58=; b=LbxK2U1oteL3i7sdMbKmwQRLivMQAJgHEvpyVFMkQBfBwzIRxvL84KbgP7Ent1DQUQ dT91xAy3BCVhzo6hG3UCjP0IvCBljHNbklJZkwvP23KigK8TOfD1Droo2ennk5nj9wu4 PM7+JbbIO5jCZYwb7n9tUIpPT4ycZTi6ae19KgfZSfvHmMZEGlH+VIsfecKZOWbSePtk JAcYH6vXm2CfCCgViLQ8hButSZQfPDiLFXRsR+rT9zR2kl/t16k1smpSmP7PdG1mCdS1 N1h7GSBYxfsK/w+s2b/yDwTHmjAhS3Q7bYGA2UkqtMoCyqVxefQ0bGPNAg1PZGf4yD5Q BPbQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 12si8829813eja.460.2021.09.24.01.09.37; Fri, 24 Sep 2021 01:10:09 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244515AbhIXIKU (ORCPT + 99 others); Fri, 24 Sep 2021 04:10:20 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:55466 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244496AbhIXIKU (ORCPT ); Fri, 24 Sep 2021 04:10:20 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1mTgGE-00085u-JO; Fri, 24 Sep 2021 16:08:46 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1mTgGC-0003SF-88; Fri, 24 Sep 2021 16:08:44 +0800 Date: Fri, 24 Sep 2021 16:08:44 +0800 From: Herbert Xu To: Horia =?utf-8?Q?Geant=C4=83?= Cc: Michael Walle , "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Pankaj Gupta , "David S . Miller" Subject: Re: [PATCH] crypto: caam: disable pkc for non-E SoCs Message-ID: <20210924080844.GB13213@gondor.apana.org.au> References: <20210915220307.3079917-1-michael@walle.cc> <0b8ae053-698b-2c03-c729-c4c86ba79550@nxp.com> <936221D6-08D2-4656-86AF-DC921E3CB14A@walle.cc> <1517fbd7-8f23-f5f5-983d-469a1856bbe8@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1517fbd7-8f23-f5f5-983d-469a1856bbe8@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Sep 23, 2021 at 05:26:45PM +0300, Horia Geantă wrote: > > >>> it is still reported as available, that is the number of instances is > >>> non-zero, but it has limited functionality. In particular it doesn't > >>> support encryption and decryption, but just signing and verifying. This > >>> is indicated by a bit in the PKHA_MISC field. Take this bit into account > >>> if we are checking for availablitly. > >> typo: ^ availability > > > > If there is nothing else wrong, could this be fixed while applying? > > > Fine by me, but Herbert will have to do this. I fixed the typo while applying this. Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt