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 98EA4C433FE for ; Mon, 22 Nov 2021 06:02:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232296AbhKVGFa (ORCPT ); Mon, 22 Nov 2021 01:05:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:56476 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbhKVGFa (ORCPT ); Mon, 22 Nov 2021 01:05:30 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1EC476069B; Mon, 22 Nov 2021 06:02:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637560944; bh=sA+Xnxx4Cvi8oCNSPDbgLT00MjO45UDKx0laNLCJMs4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FNaLSNuGQRDwYcc4xxzTSGkPwlxT27qAE6stExHcm1kRA3WqAnXa37Clb5uHHb9dw M/qiaVwZNQPPySSADRzuHQZmqQJPJfDU/IsfFswqh6rzUE7H+CRPOoM4BaHFARMJO7 EcWlVsbFDZJTsBwlCYUDRse5/uMrZSYaqh08sxQM= Date: Mon, 22 Nov 2021 07:02:14 +0100 From: Greg Kroah-Hartman To: Stephan Mueller Cc: "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> <4641592.OV4Wx5bFTl@positron.chronox.de> <2560758.ogP2UNPRoF@tauon.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2560758.ogP2UNPRoF@tauon.chronox.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 22, 2021 at 06:34:43AM +0100, Stephan Mueller wrote: > Am Sonntag, 21. November 2021, 23:42:33 CET schrieb Jason A. Donenfeld: > > Hi Jason, > > > Hi Stephan, > > > > You've posted it again, and yet I still believe this is not the > > correct design or direction. I do not think the explicit goal of > > extended configurability ("flexibility") or the explicit goal of being > > FIPS compatible represent good directions, and I think this introduces > > new problems rather than solving any existing ones. > > The members from the Linux distributions that are on copy on this may tell you > a different story. They all developed their own downstream patches to somehow > add the flexibility that is needed for them. So, we have a great deal of > fragmentation at the resting-foundation of Linux cryptography. What distros specifically have patches in their kernels that do different things to the random code path? Do you have pointers to those patches anywhere? Why have the distros not submitted their changes upstream? thanks, greg k-h