From owner-svn-src-all@freebsd.org Tue Apr 16 15:16:45 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5024157538A for ; Tue, 16 Apr 2019 15:16:45 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1B068571 for ; Tue, 16 Apr 2019 15:16:45 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1555427796; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=i4UwSlCa+lM6otFPmou3JSN554jT4G3koQGMsCdKDSvOUVhCm260HjE/aTzjMXT9RekN3p8xNsUm6 W3Iug85DfLFn7AGoyBVFWeZmBBXkY2H8GFT89S9SrmcXga1ssH2B1okfHiw0F7VmRI1l8CNY48IpGn Sq4p264APabKeqSWae7a6RZ0DCC6jUkHQ4c5c6wfvknkKN135NF46xK1DmZPkgtxaRxwcPkUA+GSJS IBHzSL/YIXsMsXSKuGznlzb39CDhaIxT70yyI47+9Pjq7RjBq9q4+IBcfIWF4cwTcel4KnbkSXE1EJ mVIQw89EbxfyakJ5PzhRaNNCSgp6VYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=RtYJYwibZADEGZTRMuMfVAKnVWFMrOjQmbgUyJGSp9I=; b=flukJ9nTMI6vZJ7BS2OX5C8DE0IhCVYMnar+x0XH0fPxlNHrLVPDkLCJRuwXbLoQqZvLVGuNO5tTG FKOkGRaFuGUcGI5aNCAx1WjvXi8R++ZK8PlG7YS2WDo5ZOlwYrerVziGr2lZ6E0a6fom7gnH1VT5CV /maGHRczo8LslWwfH8yzlwg0Mk0X3T6VBVGgHFjr9O13cNy1JA2ipIg1BnsvD2Q58zC1tVfrNCI2C2 1YfbaW6bxNXRVqVzqF84Ibz6jnfuSxfCCSNb6cB7VdmtMJD35B6UglatF+X22p/nw200vE9bLkvMYX Qypst1JbbKxisonNse98qyMTT2o8h6g== ARC-Authentication-Results: i=1; outbound2.eu.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=dkim-high; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:from; bh=RtYJYwibZADEGZTRMuMfVAKnVWFMrOjQmbgUyJGSp9I=; b=ZP0m42yLfR01nQCNCSN+ejuX0Np59QXezPU3tHryKUd/SYUbCXDRxqn5RzhGWp8YSxW7i6FwOMx86 FMNcesX46wbRF5K0xg5k5po9gZ9FfVvugJ67WxvzgtEcX/xhcy7Z2MgyH+V0Fog8zXBuBIxhLrIELJ ZTsmdkbSNvWjrZ51h4u0kIAhYcAYYAI2rgw88PySiMLR9M7s+4g7KBHnpJSsOEDr3EIH5nJc20D74T 2dduOfwCP+lmgDjJ7U/0VX9z8A+Nv5AqI4dIHERfkNuYZhEFEDqKwFNg2WLK+UAvZQOSwKzjEI9sCl jH57HbV+GtMKenxiShkP4GxQh2NfBxQ== X-MHO-RoutePath: aGlwcGll X-MHO-User: 9c987bc4-605a-11e9-803b-31925da7267c X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.eu.mailhop.org (Halon) with ESMTPSA id 9c987bc4-605a-11e9-803b-31925da7267c; Tue, 16 Apr 2019 15:16:32 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id x3GFGTG9043223; Tue, 16 Apr 2019 09:16:29 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <310a420ee0b9e12249979d89dc4fa0d4cac5a8dc.camel@freebsd.org> Subject: Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys From: Ian Lepore To: Warner Losh , Emmanuel Vadot Cc: "Conrad E. Meyer" , Justin Hibbits , src-committers , svn-src-all , svn-src-head Date: Tue, 16 Apr 2019 09:16:29 -0600 In-Reply-To: References: <201904151840.x3FIeaEQ009242@repo.freebsd.org> <20190416150352.c604a280368ccb2992a861e8@bidouilliste.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 2B1B068571 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 15:16:46 -0000 On Tue, 2019-04-16 at 07:18 -0600, Warner Losh wrote: > On Tue, Apr 16, 2019, 7:04 AM Emmanuel Vadot > wrote: > > > On Mon, 15 Apr 2019 17:54:56 -0700 > > Conrad Meyer wrote: > > > > > On Mon, Apr 15, 2019 at 5:53 PM Conrad Meyer > > > wrote: > > > > E.g., the CI infrastructure for > > > > Riscv/Arm is/was generating minimal filesystem images and not > > > > populating /boot/entropy. > > > > > > I should add, I say "is/was" because I have a PR out which may > > > address > > > the problem: https://github.com/freebsd/freebsd-ci/pull/31 > > > > > > Best, > > > Conrad > > > > It's not only CI, all release images (memstick, iso) don't have > > a /boot/entropy. > > Also all arm/arm64 image don't have this file too. > > If /boot/entropy is needed and isn't present loader(8) should > > gather > > some entropy and pass this to the kernel for the first boot. > > > > Maybe we need to bootstrap the entropy file as part of buildworld. > I'm not > sure if the loader can find enough... > > Isn't a file full of data which is distributed in identical form to everyone the exact opposite of entropy? -- Ian