Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1204121pxj; Wed, 19 May 2021 00:20:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/ueS28HbkjDoKIYSZMlk3g/+UyrPjCKQof+9R3kPC73yDW6Vuir4yVgRaOxTR8l8nIg0a X-Received: by 2002:a17:906:54f:: with SMTP id k15mr1865674eja.239.1621408826542; Wed, 19 May 2021 00:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621408826; cv=none; d=google.com; s=arc-20160816; b=JQXoYOLDq/lkBnfVTYIUbcXk3qBEhcHjr9HJDr5UuidyWjg73Ux++BFsufFSvHr2WU 0R6OAVQbZFrQb0ThhftzYw79OfbFPwm/r0/d1l62FUBzYoAGAGYqrZXb+HZXDW5LAocq 07iRUgsq6MZe0doksDqNp0UsDAjuIOyXGkVIifZuZg/KMdZ+0LNitGXmGdaepoOND6WV qR0GyPITELqUQEztdrCv07Ykpn3Ig+DMNpdGVjMIk0Ba65Nx+c6/TWcekTqiijB7xNNz ocUWGTrFeyLC/6bAhSD5KrhcSX7F09U5FE/+dyI3ey1gitSL409ghgz3zzC6V30VjvRP LGpw== 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=tbyBQwjQIv7LGKNneHGP2gMR1jHCfT7+2Mcnb48g9/g=; b=lrswM6GCA5zOjME9f6/K54WmIPcn0AOooI77etey1oiyJLkzzdwNYvx1NaNlqOBU0D 2vtPfStgQJFa1fRDd5Oig3nRvdoOnPDM0VmObgyyYTR1IkGNcEb3JXbPdNhhvf4GZ8f5 2i1KWteCgHRYUWcw03xnkoICkJrzS7HHsiu8MsAa0KMOyr7C/jCwYmeKuQHjEM0f9OYK JSgRIJFYK3AJryCHyxRmm5cuPdqSP0+Z/eKiGbXkZV6I7hOdvtWfXhaOSp3kqJ8EoFrq V38hrzPGFdW4BMWDVzqSDKQ3h73grMgYQ/TVolH3rsNILaA1MVTRHEjTx/JsvVZGROwb b6NQ== 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 w8si13959310edv.396.2021.05.19.00.19.52; Wed, 19 May 2021 00:20:26 -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 S240711AbhERBVF (ORCPT + 99 others); Mon, 17 May 2021 21:21:05 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:33594 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233019AbhERBVD (ORCPT ); Mon, 17 May 2021 21:21:03 -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 1lioOV-00047L-OL; Tue, 18 May 2021 09:19:35 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1lioOQ-00022u-NR; Tue, 18 May 2021 09:19:30 +0800 Date: Tue, 18 May 2021 09:19:30 +0800 From: Herbert Xu To: Linus Walleij Cc: Corentin Labbe , chohnstaedt@innominate.com, "David S. Miller" , Linux Crypto Mailing List , linux-kernel Subject: Re: [PATCH 00/11] crypto: start to fix ixp4xx Message-ID: <20210518011930.nywtcgualmsrx35v@gondor.apana.org.au> References: <20210505202618.2663889-1-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, May 18, 2021 at 01:53:56AM +0200, Linus Walleij wrote: > On Wed, May 5, 2021 at 10:26 PM Corentin Labbe wrote: > > > Loading the ixp4xx crypto driver exhibits lots of error. > > All algorithm fail selftests with different reasons. > > This series start to fixes some of thoses problem. > > Excellent! Thanks for taking over this Corentin!! > FWIW: > Acked-by: Linus Walleij > > If I merge my 3 additional patches through ARM SoC > will it work out or do I need to think about some clever > merging strategy? Well if your patches don't touch the drivers/crypto then there shouldn't be any conflicts. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt