Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4979235ybi; Tue, 28 May 2019 05:46:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxiHBE0QGy3/A24TQoaQZw+VfcD13Cl3OmDaOCsDkLQ2WRcO3BRxk1Nlp/J0l+4OfdXWu4Q X-Received: by 2002:a65:6143:: with SMTP id o3mr43754932pgv.138.1559047582195; Tue, 28 May 2019 05:46:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559047582; cv=none; d=google.com; s=arc-20160816; b=YKAMmK0VXsqosb2aZfpSmYscasGmhcfHAK49R4x9U3vbo0RqEfHDznX4wHGbQogUZs 6HapU4nqI7Ovdj58ceX9UyWAC941qGE3DDJb75j4mBE5NXY+7Q7UWPdFKAn1z/Zs6tSK 7VDGt2Y4Lg/b0ESInhZCWCwoWX7XyatpWTqWtJ7LGcekxm5FZTF/2qCXzhJz9mknAw6O BArQnRrtTjPTA128ogfwJ5B+Q9Yokc8Yrnm8XAWarB+aFpT2a64pqUai9cAbbTjsY9u7 8Ydldro3hwKoL2XjRD+WVTjKqoza4Zgs8o24K9txRlQ12SaR/qUYOIjH2SuKNwnxGN/T dVUA== 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=NbgEmj+K9PqYUNIpIe/gwLwo01j8IkKwzPFe6/6HJIc=; b=V3+wDawywr0fNmZSIpLFbzN8iR1HKWPyji0H9SeVEcwhEZ+DXM2i+RuG8iN8tFw3Gx QDzr0yoR7TWZjGaLG5VLSX6S7KtKyKUYfwOEkLt28nds07QBvfONwHGMYbx1OO4OsJJV TZXwCH70P2A11P113qM4TWHHZiAZ4shpHtqdiZofC+Od1/mR0d6BaRMPhj2tUXxM5uin SjNeFZ9aN1sryGLkm4tJQAQNOdL7OR4EuNzzWZ2yKbdW38obMwqDaD2rBrMZ1dPJyx3i 5rh4bhk+PKjqU6c7BDNdGdl3cLvzpZN7sK36emXyUxTTG3HFT+LSDIXe988NlYjqYxr2 FpLw== 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 x3si22348495pff.279.2019.05.28.05.46.06; Tue, 28 May 2019 05:46:22 -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 S1727587AbfE1MpE (ORCPT + 99 others); Tue, 28 May 2019 08:45:04 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:55473 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727209AbfE1MpE (ORCPT ); Tue, 28 May 2019 08:45:04 -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 relay12.mail.gandi.net (Postfix) with ESMTPSA id 8416D20000E; Tue, 28 May 2019 12:45:01 +0000 (UTC) Date: Tue, 28 May 2019 14:45:00 +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: <20190528124500.GG8900@kwain> References: <20190430132653.GB3508@kwain> <20190430135542.GC3508@kwain> <20190527150057.GD8900@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 Hello Pascal, On Mon, May 27, 2019 at 09:06:48PM +0000, Pascal Van Leeuwen wrote: > > From: antoine.tenart@bootlin.com [mailto:antoine.tenart@bootlin.com] > > - You added use of PCI helpers, but this new dependency wasn't described > > in Kconfig (leading to have build issues). > > > Ah OK, to be honest, I don't know a whole lot (or much of anything, actually) > about Kconfig, so I just hacked it a bit to be able to select the driver :-) > But it makes sense - the PCIE subsystem is obviously always present on an > x86 PC, so I'm getting that for free. I guess some Marvell board configs > don't include the PCIE stuff? PCIE support is only a configuration option, so we could have configurations not selecting it (for whatever reason). It's not entirely linked to the hardware having a PCIe controller or not. > I guess the best approach would to config out the PCIE code if the > PCIE subsystem is not configured in (instead of adding the dependency). That would be one option. > > - Using an EIP197 and a MacchiatoBin many of the boot tests did not > > pass (but I haven't look into it). > > > Actually, if you use driver code from before yesterday with Herbert's > crypto2.6 git tree, then the fuzzing tests would have failed. > I originally developed directly against Linus' 5.1 tree, which apparently > did not contain those fuzzing tests yet. I think basic boot tests failed as well. But I'll run this again and let you know :) Antoine -- Antoine T?nart, Bootlin Embedded Linux and Kernel engineering https://bootlin.com