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 C689DC433EF for ; Mon, 25 Apr 2022 00:12:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239985AbiDYAPs (ORCPT ); Sun, 24 Apr 2022 20:15:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239935AbiDYAPq (ORCPT ); Sun, 24 Apr 2022 20:15:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42F1D222A9; Sun, 24 Apr 2022 17:12:44 -0700 (PDT) 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 C8EB061453; Mon, 25 Apr 2022 00:12:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C367C385A7; Mon, 25 Apr 2022 00:12:40 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="MqoQBYMs" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1650845558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8gbWil2khfBMwawbSymGg8/wfj61AXEoxSzzoxJxfhQ=; b=MqoQBYMsJHTpaI9vUSm1okxs4SNoIQxE9dMPryhm86QqxcOZclrmspwZQaULMMA1zRUlad 0yQ+C40eczCe+PzfjKOzClMAMOqdxtwy8ZJ1KukL8+u5NIMBDnlke5KwDcO+/quauc388I kyBrlXwN+DvwCknYc9qttGDnx7R5hhE= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 7bebc2ea (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 25 Apr 2022 00:12:38 +0000 (UTC) Date: Mon, 25 Apr 2022 02:12:33 +0200 From: "Jason A. Donenfeld" To: Guenter Roeck Cc: LKML , Linux Crypto Mailing List , linux-arch , Dinh Nguyen , Nick Hu , Max Filippov , Palmer Dabbelt , "David S . Miller" , Yoshinori Sato , Michal Simek , Borislav Petkov , Guo Ren , Geert Uytterhoeven , Joshua Kinard , David Laight , Dominik Brodowski , Eric Biggers , Ard Biesheuvel , Arnd Bergmann , Thomas Gleixner , Andy Lutomirski , Kees Cook , Lennart Poettering , Konstantin Ryabitsev , Linus Torvalds , Greg Kroah-Hartman , Theodore Ts'o Subject: Re: [PATCH v1] random: block in /dev/urandom Message-ID: References: <20220217162848.303601-1-Jason@zx2c4.com> <20220322155820.GA1745955@roeck-us.net> <20220423135631.GB3958174@roeck-us.net> <5dfb14f4-23c6-1aa9-9ab3-bd5373ceaa64@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5dfb14f4-23c6-1aa9-9ab3-bd5373ceaa64@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guenter, On Sat, Apr 23, 2022 at 07:04:26PM -0700, Guenter Roeck wrote: > I'll run another test tonight. Super, thanks. Looking forward to learning what transpires. Hopefully all pass this time through... Jason