Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3917174ybi; Mon, 27 May 2019 08:01:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqxtCObvfa1rVF3DlRlwLmu0iFKBTxQyndZk6Tk2XFZiUyUZE0eNj/BfGIpY/axmVEQKkIGU X-Received: by 2002:a63:231d:: with SMTP id j29mr99590775pgj.278.1558969295942; Mon, 27 May 2019 08:01:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558969295; cv=none; d=google.com; s=arc-20160816; b=LJvDn6kUy4Gb+HPUKWDXsuTdJe36GKXPeW9h5Q9jAtRmS0IiHQ4jeLfkRJjLExSh4v cPvwQIRlHVULHWRs9+idZ/6zvDkkKkIleUtjSeKYGM2UfPBV5NrkUemI79PVbQcSff1y dnUquMvXn3FZDdpuT4ZecDVZlVL9RsM4/QiF+TkMcZL/EGRxJm+YINWiAAPeHNrhM3pe I8Ag2yT3v40/2d5l54IZLDLTt6XXlUdNqzhdEjZNhv72/A5c4QM8FDthfOYXfZigwom7 kxfpMaa2sJgCzcZLXIEWx+Hlih8OTS9VQhppqC7IDMB2OJqGjDCee/8aIMSbmwDIt3q1 tDrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=jI1ZnPhnAM9ztfITqyKwTzRjsMWpcrIFN8fRpYkEw58=; b=A6/VCVimSd/qOuq6VBNSlHG5aG65KT4PfEQObneszqOGFe86RCbBsCwvbNryDms6Ib 2uYIquryo+kRbOfyg43Vv7fDzL5O59mD6SeaRialXceLjj5APxqKIGpyxoR58l9XDaB5 L3hVUqJz2KZl7SoCHBGEElpu1obeTWxAW5l0J3do1pxOdzeRI19RvTaU3ulWp1JB9qV4 5jH4IcHUUZ9iAUMjsNnSXS7DNueUAdikmzEVhDbUKU7H1sSZxHBYbQAJWVCDeiBunmJr HNn3a3P8JKW8xNIjBNuug/I+XTqRJsev061oW0RseNUNI2qIP2iWAFe9S5UCE0eHwt6W Zy3g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l3si18385226pgp.179.2019.05.27.08.01.17; Mon, 27 May 2019 08:01:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726334AbfE0PBB (ORCPT + 99 others); Mon, 27 May 2019 11:01:01 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:41367 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbfE0PBA (ORCPT ); Mon, 27 May 2019 11:01:00 -0400 Received: from localhost (aaubervilliers-681-1-27-134.w90-88.abo.wanadoo.fr [90.88.147.134]) (Authenticated sender: antoine.tenart@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 9472524000B; Mon, 27 May 2019 15:00:58 +0000 (UTC) Date: Mon, 27 May 2019 17:00:58 +0200 From: "antoine.tenart@bootlin.com" To: Pascal Van Leeuwen Cc: "antoine.tenart@bootlin.com" , Riku Voipio , "linux-crypto@vger.kernel.org" Subject: Re: crypto: inside_secure - call for volunteers Message-ID: <20190527150057.GD8900@kwain> References: <20190430132653.GB3508@kwain> <20190430135542.GC3508@kwain> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Pascal, On Wed, May 15, 2019 at 09:02:42AM +0000, Pascal Van Leeuwen wrote: > > It's been 2 weeks already so I'm kind of curious if either one of you > managed to try anything with my modified Inside Secure driver yet? > Note that if you experience any issues at all that: > > a) I'd be very interested to hear about them > b) I'm fully willing to help resolve those issues > > BTW: if there are no issues and everything worked fine I'm also > interested to hear about that :-) Sorry about the looong delay. I did make a quick test of your series and had some issues: - You added use of PCI helpers, but this new dependency wasn't described in Kconfig (leading to have build issues). - Using an EIP197 and a MacchiatoBin many of the boot tests did not pass (but I haven't look into it). I'll perform the test again to at least give you a trace :) Btw, I'm available on IRC (atenart on Freenode), that might be easier to have a discussion when debugging things. Thanks! Antoine -- Antoine T?nart, Bootlin Embedded Linux and Kernel engineering https://bootlin.com