From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72BD0C433EF for ; Mon, 29 Nov 2021 16:54:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346310AbhK2Q5l (ORCPT ); Mon, 29 Nov 2021 11:57:41 -0500 Received: from mo4-p02-ob.smtp.rzone.de ([85.215.255.83]:29556 "EHLO mo4-p02-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345788AbhK2Qzi (ORCPT ); Mon, 29 Nov 2021 11:55:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1638204621; s=strato-dkim-0002; d=chronox.de; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=JyBjq88B15JKCOYh7QHsQko101At+fMhRrQiO+4wgy0=; b=qJZ6r+xe4Sy0ZbKZakDcT/ZcDuLh6dI+xkgkZtaTC6AL8rbMvMYblB3q6c+zwwfLyy 3NVA6Ud87lYwD3Pt56n8s2w2WyMtisujmcqfX/TOe+McXEMccjP7/uKsm6WGmj6MnVJk Gconuffpc14E29VoSJoQRBhWC2aQIj/UoRuAm7IwG7Nx5L+GMpeUdJVEXiF6+IEfvvgL LfVUYELUcuLUyy2p+kOuZQbzqTUgXppRZYdhPG1wazsFMMr4C/ywthkuTzNc/U1dMMqE +4mcM9/YjIBuR4qmiJhBuS/+EMyXR9CyRfZ8EmNoWiUfFn0pJfcuD8p3Ilt3H94vQnN1 budw== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P2ERcEykfu11Y98lp/T7+hdri+uKZK8TKWEqNyiHySGSa9k9xmwdNnzGHXPbIvSX5lo=" X-RZG-CLASS-ID: mo00 Received: from tauon.chronox.de by smtp.strato.de (RZmta 47.34.10 DYNA|AUTH) with ESMTPSA id 006230xATGoJRSz (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 29 Nov 2021 17:50:19 +0100 (CET) From: Stephan Mueller To: Greg Kroah-Hartman Cc: Simo Sorce , "Jason A. Donenfeld" , Tso Ted , linux-crypto@vger.kernel.org, Willy Tarreau , Nicolai Stange , LKML , Arnd Bergmann , "Eric W. Biederman" , "Alexander E. Patrakov" , "Ahmed S. Darwish" , Matthew Garrett , Vito Caputo , Andreas Dilger , Jan Kara , Ray Strode , William Jon McCann , zhangjs , Andy Lutomirski , Florian Weimer , Lennart Poettering , Peter Matthias , Marcelo Henrique Cerri , Neil Horman , Randy Dunlap , Julia Lawall , Dan Carpenter , Andy Lavr , Eric Biggers , Petr Tesarik , John Haxby , Alexander Lobakin , Jirka Hladky Subject: Re: [PATCH v43 01/15] Linux Random Number Generator Date: Mon, 29 Nov 2021 17:50:18 +0100 Message-ID: <1852548.vyqkCxSGx7@tauon.chronox.de> In-Reply-To: References: <2036923.9o76ZdvQCi@positron.chronox.de> <9311513.S0ZZtNTvxh@tauon.chronox.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 29. November 2021, 17:25:24 CET schrieb Greg Kroah-Hartman: Hi Greg, > > > > > > Links to the patches and discussion please? > > > > Please consider https://lkml.org/lkml/2020/9/21/157 > > That's a load of patches, some of them seem sane, what ever happened to > them? Nothing was discussed, nothing was picked up. > Seems like the conversation got derailed by people with email > server issues that prevented them from participating in public :( > > But that patch set is a nice way to do this, incremental changes working > with the existing codebase, not trying to ignore the current code and > create a separate implementation. > > Also, minor note, please use lore.kernel.org links, we don't have any > control over lkml.org, nor can we take patches out of that site with any > of our normal tools. Apologies, will do for the next time. Ciao Stephan