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 8B8F4C433F5 for ; Fri, 26 Nov 2021 16:38:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378647AbhKZQln (ORCPT ); Fri, 26 Nov 2021 11:41:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239797AbhKZQjl (ORCPT ); Fri, 26 Nov 2021 11:39:41 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDDC1C06175D; Fri, 26 Nov 2021 08:22:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6C7BE622DC; Fri, 26 Nov 2021 16:22:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C62FC93056; Fri, 26 Nov 2021 16:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637943736; bh=DomO1hDprNDoTOXmYbCNRX87KPgD9L75o2eSX1KroPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WJA20yYaWcCwOvxoKKYkje04BrkazBeI9hI0NuJyYVDA9lsHVyhAepqBN5e7eRqZN E5WebqoyALxWQ8zYDrYUB2XKkNMqCo70u+iXnD5XZ0TCSpn9NMsH49oC0Te6182rgJ bJFE76XgG1K2ykLGhLzIZ+4UJeQWRblcVd0FYNuE= Date: Fri, 26 Nov 2021 17:22:14 +0100 From: Greg Kroah-Hartman To: Stephan Mueller 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 Message-ID: References: <2036923.9o76ZdvQCi@positron.chronox.de> <56d2da397bb53f71c0354b102c3b40940e9b4eda.camel@redhat.com> <22137816.pfsBpAd9cS@tauon.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22137816.pfsBpAd9cS@tauon.chronox.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 26, 2021 at 05:15:59PM +0100, Stephan Mueller wrote: > Am Freitag, 26. November 2021, 16:44:17 CET schrieb Greg Kroah-Hartman: > > Hi Greg, > > > On Mon, Nov 22, 2021 at 09:59:01AM -0500, Simo Sorce wrote: > > > Jason, > > > have you previously produced a list of reasoned concerns with this > > > patchset and direction? > > > > > > This specific email is not really useful to me to understand the > > > concerns as it does not contain actionable suggestion or critique. > > > > > > I personally find the direction fine, and with my distribution hat on I > > > can say that FIPS is essential for us and any design must include an > > > option to be FIPS certifiable. > > > > > > As NIST keeps improving their testing capabilities and rigorous > > > cryptographic design of the CSPRNGs as well as entropy sources the > > > kernel must also adapt. > > > > > > Stephan is providing a path forward, and I haven't seen any other > > > proposal, let alone code, that provide improvements in this area. > > > I am pretty sure the design can be improved if there is detailed and > > > actionable feedback on what to change. > > > > > > I hope the path forward can be one of collaboration rather then mere > > > opposition. > > > > Replacement of the existing code to cut over to the new one is not > > collaboration, it's the exact opposite. > > > > Submitting patches to the existing codebase to implement the > > "requirements" is the proper way forward, why has that never been done. > > It has been attempted by Nikolai Stange without avail - no comments were > received, let alone it was integrated. Links to the patches and discussion please? thanks, greg k-h