Received: by 2002:a05:6358:d09b:b0:dc:cd0c:909e with SMTP id jc27csp3240729rwb; Tue, 8 Nov 2022 02:09:37 -0800 (PST) X-Google-Smtp-Source: AMsMyM7eGjddS3vIRmkbnyWLyeArnA/Z5cUUQp5WiCUXOjzchHJ/K5debroBdgpMHugeMYyO/5eO X-Received: by 2002:a17:906:3b17:b0:7ad:b645:9e3e with SMTP id g23-20020a1709063b1700b007adb6459e3emr48355061ejf.140.1667902177645; Tue, 08 Nov 2022 02:09:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1667902177; cv=none; d=google.com; s=arc-20160816; b=pvWDb9U6mhnuOX+Cypub4ruC5Iu4sO8VwnWadL441iX1F7GidM3StO0hi2h+OSExS6 ixb41gWcQZY5VLxR6S/qxBs3DQitQ2uWOqEXGKXzyX8+WItQe+SMET8gg/s89mZMmSLz TFIcJRt0JejWtG1vSROs7mkAjTEgKLGxLEjhL/Kgycq2Fylx3xjlHJpnkbfWHRU9bHiu PqETzmQj4BK5laMvvjpNJZg20dIYulTXNGViQ2SP5LAAtY1nJQsdNSg41U5IaWqxMeik N8ZNDWM+4evAR9qqqtIYA8YN9aDt1vPDhA3YFJnL2CtopaxVaB1rt08pqLThNwQftq37 dN0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hqUxqb0pbU691XRMAj2ipoKg/yngtDDx+4tfCk5g3Ks=; b=xdj0vBO/dm0efxFqgPcFubssEZK7rBTiBququeHSMcKV2katVIO5RxA47mSAe+J0hB wvWAFoEKxRwepqInT5W8WuQBpDPguf2zVE9mNJcnoAI40xZ9JB1KnyPb7IWBExTDpPvK k3K5As/ueZzj3v/I64CNaB2snYAENvfrQcuE5goAZ7xcLMd3Fz3OaIrlkg+2m0nrBHw1 hVvvXJS14tNV2UwJELsdWdHNu78GfI1w5lIqXi6djUj3lhZxzwFVQ8WA0UKsVrsc5K7w fN0G3zxDB9/MltOeGXULD1EjOd1+Tj94tiugoBjuqXXS925+0q50irfboV/D4ms8lN/2 2mjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id go37-20020a1709070da500b0078e1246e7d6si13761445ejc.748.2022.11.08.02.09.02; Tue, 08 Nov 2022 02:09:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233479AbiKHJ6b (ORCPT + 99 others); Tue, 8 Nov 2022 04:58:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232939AbiKHJ6a (ORCPT ); Tue, 8 Nov 2022 04:58:30 -0500 Received: from formenos.hmeau.com (helcar.hmeau.com [216.24.177.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD5EC62DF for ; Tue, 8 Nov 2022 01:58:24 -0800 (PST) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1osLMW-00BT50-3t; Tue, 08 Nov 2022 17:58:21 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Tue, 08 Nov 2022 17:58:20 +0800 Date: Tue, 8 Nov 2022 17:58:20 +0800 From: Herbert Xu To: "Jason A. Donenfeld" Cc: linux-crypto@vger.kernel.org, Dominik Brodowski Subject: Re: [PATCH v3] hw_random: use add_hwgenerator_randomness() for early entropy Message-ID: References: <20221106150243.150437-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Nov 07, 2022 at 01:55:53PM +0100, Jason A. Donenfeld wrote: > > Okay, will do. But by the way, feel free to change your mind about > this if need be. For example, I sent another patch that touches core.c > too (the entropy quality one). It touches different lines, so there > shouldn't be a conflict, but if it's still annoying for you and you > want to take them both, just pipe up and I'll drop this one from my > tree. They look like they shouldn't really conflict so it should be fine. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt