From owner-svn-src-all@freebsd.org Tue Apr 16 00:55:08 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 B4757158209A; Tue, 16 Apr 2019 00:55:08 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f180.google.com (mail-it1-f180.google.com [209.85.166.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3397D6AE76; Tue, 16 Apr 2019 00:55:08 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f180.google.com with SMTP id w15so29919028itc.0; Mon, 15 Apr 2019 17:55:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=RINATsYN6udViLNcMKYz7FUgSg61bd9c6wDE0o5HnG4=; b=Wtq2Sa590GmpVQogIa5YcBT5wj8L189wX2eLDjeYELRyIpP8WrtaCgbHSfdm8v1yBS HDU+08SqIfpSHkHY1G/I6WMr32fxls8maceZWLFezVac4iy99r5tOEHOvnkaWL7c5EVd wr3cVlcQ9YL1ikHVh244dhrFkxcOOHHAcZvEnDJm7AGG0SqHQ2B7OAkaWieastmj1uH9 7kme9ueg5L5KwCnHs/XDQCxwaOvdds0fFnsKHUGaiiGI5epayRL4RovILla28aF310hZ zsRc7eRufxzJYorHOor8kjCTQa4nqB6hBI3vgy5yXnhqspXNdqGHptRAOBwLC1W0cRTQ OeVQ== X-Gm-Message-State: APjAAAVyi+qAzliHBl0/MRg3pohnNxyx81c5X3/BLZLKnkaHiVP554rS LZC2QZGLmqnDpRO2rv1RMbxUIjpu X-Google-Smtp-Source: APXvYqwYJTc9YDRRhZy0CcaVYzgvwu1V+02crWNyN8fLEK3lfIUjwrPiccHJTn068tWXfDXmyDeFTA== X-Received: by 2002:a24:5ec2:: with SMTP id h185mr27777256itb.19.1555376106930; Mon, 15 Apr 2019 17:55:06 -0700 (PDT) Received: from mail-it1-f182.google.com (mail-it1-f182.google.com. [209.85.166.182]) by smtp.gmail.com with ESMTPSA id w184sm8807530ita.9.2019.04.15.17.55.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Apr 2019 17:55:06 -0700 (PDT) Received: by mail-it1-f182.google.com with SMTP id a190so13574171ite.4; Mon, 15 Apr 2019 17:55:06 -0700 (PDT) X-Received: by 2002:a24:4584:: with SMTP id c4mr28414249itd.163.1555376106636; Mon, 15 Apr 2019 17:55:06 -0700 (PDT) MIME-Version: 1.0 References: <201904151840.x3FIeaEQ009242@repo.freebsd.org> In-Reply-To: Reply-To: cem@freebsd.org From: Conrad Meyer Date: Mon, 15 Apr 2019 17:54:56 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys To: Justin Hibbits Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 3397D6AE76 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_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; TAGGED_FROM(0.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 00:55:08 -0000 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