Received: by 2002:a05:6358:489b:b0:bb:da1:e618 with SMTP id x27csp1754914rwn; Thu, 15 Sep 2022 23:33:06 -0700 (PDT) X-Google-Smtp-Source: AMsMyM6+un28HMyRiKr55thLJYRhAbgYNGYKabMWrp/6m63+q7ftU7rGbXqn8MEZ5+98i4h4FPqt X-Received: by 2002:a17:902:d88b:b0:178:264b:5aa4 with SMTP id b11-20020a170902d88b00b00178264b5aa4mr3298061plz.44.1663309986423; Thu, 15 Sep 2022 23:33:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663309986; cv=none; d=google.com; s=arc-20160816; b=oD0UFz/adFbbqcO3iVlwTr3jxI0VErcVv8RWj6uCMbBiYZRW0vR/KDf5PrBEHw0lGW LS373qluWegux+4dgwYu+sLatZNHUe0sYUt2Hch61xOaGWb3/TsZGHszzRODhgcKbQsu hrFuPpKhT6EN1tBv1ubxSbn2zX16aFc0Lg/kv6odgeeXwcHEvBhUmJK6+81C3nFXa1YN rrYRawXlvl7nQ3RtcPvUuqiWdhOnERJKs0GQjr9Xd27Lm106tv8fJwsSQs/3TXEXGtLg wR4YHYduJE9SDeEpgWd2TuDKvfsg8YRQxfohRZKmjdP2IXEb5SafcgtYg3DayXvJwV9K 330w== 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=/eJ1J2C3rWiE7a3fTmBgSO8O/1UmvPOrYD5Wl6KqXZs=; b=Dbj8dZ8Z8UWF2DU6OtmAz6IfUsf84xXp58T1cm9q5xeD5MdKVYmBgxJR4d1riGIB2Q rNVtQkkQ/vJ6tvnXVm3Gwzoyiw4zqZ2LETh2ajev11imfkfGkimXN7HRyojj2IskNp1W ezd9z+dZYnuYFO0V6JlEZGh8zVPmyZL9Lh/1jAuWvG2zDoZZokK7zPpvK5okmYZbJvCx xIYI/zM2gg6E2NgJs0XRca7TUtpjwCxnJJ7vAaUokg+5Ya3HbQQ+jPtnocefmkMaIaEF ONJpKjNyBJ94RsoUIHVNJbj1U1UTEeYCtdG6N5YOv4fNt5I3gZ+Mam/BHYTSebj5Z2ym iHcQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-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 a4-20020a170902ecc400b00176dd113d9fsi23076080plh.461.2022.09.15.23.32.54; Thu, 15 Sep 2022 23:33:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229741AbiIPGYL (ORCPT + 99 others); Fri, 16 Sep 2022 02:24:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbiIPGYJ (ORCPT ); Fri, 16 Sep 2022 02:24:09 -0400 Received: from isilmar-4.linta.de (isilmar-4.linta.de [136.243.71.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50D5774371; Thu, 15 Sep 2022 23:24:08 -0700 (PDT) X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from owl.dominikbrodowski.net (owl.brodo.linta [10.2.0.111]) by isilmar-4.linta.de (Postfix) with ESMTPSA id A8E6C201373; Fri, 16 Sep 2022 06:24:05 +0000 (UTC) Received: by owl.dominikbrodowski.net (Postfix, from userid 1000) id E647F806E7; Fri, 16 Sep 2022 08:22:53 +0200 (CEST) Date: Fri, 16 Sep 2022 08:22:53 +0200 From: Dominik Brodowski To: Sven van Ashbrook Cc: "Jason A. Donenfeld" , LKML , Herbert Xu , Olivia Mackall , Alex Levin , Andrey Pronin , Stephen Boyd , Rajat Jain , Eric Biggers , Petr Mladek , Sebastian Andrzej Siewior , Theodore Ts'o , linux-crypto@vger.kernel.org Subject: Re: [PATCH v2 1/2] random: move add_hwgenerator_randomness()'s wait outside function Message-ID: References: <20220915002235.v2.1.I7c0a79e9b3c52584f5b637fde5f1d6f807605806@changeid> 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_NONE 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-kernel@vger.kernel.org Am Thu, Sep 15, 2022 at 02:54:24PM -0400 schrieb Sven van Ashbrook: > Dominik, Jason, > > On Thu, Sep 15, 2022 at 11:44 AM Jason A. Donenfeld wrote: > > > > Isn't Dominik working on the same thing, but slightly different? > > I don't believe Dominik is working on quite the same thing, but his > work will conflict with mine for sure: > https://lore.kernel.org/lkml/YxiXEJ6up6XEW8SM@zx2c4.com/T/ > > What are the odds that two people are making changes to the hwrng > kthread at the same time? > > I see two possible ways forward: > 1. Dominik rebases his patch against mine (iff mine finds favour). > This may simplify his patch > quite a bit, because the delayed_work abstraction tends to have fewer > footguns than > kthread. > > or > > 2. I rebase against Dominik's. > > Both are fine with me, just let me know what you think. Indeed, our patches address different issues. I'm fine with both approaches, i.e. my patches to be based on Sven's, or the other way round. Best, Dominik