From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00ACBC433E0 for ; Mon, 15 Jun 2020 18:20:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFF4C20810 for ; Mon, 15 Jun 2020 18:20:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592245232; bh=c0Nbm4zngEN1sy/wfi1WxfhlVFRANcYSd7wzR/K2LRg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2NsfWKC3JgoQm7qA89R6NKS3puXdC0SUStgICvX+XSsUYekYGldX0niSdSwa71CYm ZUTmFyBMciO55/7UIFt5JMYQioRtzUPQsckAxfHMpC+GcS0u+N/3iy5kqqzyvmhBFo n4C0x3wACG/0VYvPI3wOAapKfO8VhUsE/gd+v0kk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728585AbgFOSUc (ORCPT ); Mon, 15 Jun 2020 14:20:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:39326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729354AbgFOSUc (ORCPT ); Mon, 15 Jun 2020 14:20:32 -0400 Received: from gmail.com (unknown [104.132.1.76]) (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 549F4207DD; Mon, 15 Jun 2020 18:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592245231; bh=c0Nbm4zngEN1sy/wfi1WxfhlVFRANcYSd7wzR/K2LRg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kpceXcvsJ9sj5LJFKPg4v9M9aLRIUiWf1wEinECwiHE8Cqnpr9MJbUYsDbkZ1WhlR DAFGs/ZnT4WKhGqtLPj1PF/IyRpz7x5qtNRO+tbS1Gljt9Ovp5rl7kVQtclSO1CbK9 FmQG0JL7VAdawx8/NBHIiqNGV5Wh+3//SKEZl/qM= Date: Mon, 15 Jun 2020 11:20:29 -0700 From: Eric Biggers To: Tero Kristo Cc: herbert@gondor.apana.org.au, davem@davemloft.net, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, j-keerthy@ti.com Subject: Re: [PATCHv4 0/7] crypto: sa2ul support for TI K3 SoCs Message-ID: <20200615182029.GA85413@gmail.com> References: <20200615071452.25141-1-t-kristo@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200615071452.25141-1-t-kristo@ti.com> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jun 15, 2020 at 10:14:45AM +0300, Tero Kristo wrote: > Hi, > > This is basically just a rebase of v2 to 5.8-rc1, and application of > Rob's Ack on the dt-binding patch. No other changes. > > Only driver side + DT binding should be applied via the crypto tree, DTS > patches should be queued separately via ARM SoC tree (I can take care of > that myself assuming the driver side gets applied.) > > -Tero Does this driver pass all the crypto self-tests, including with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y? Please include details about testing in your commits.