From owner-svn-src-all@FreeBSD.ORG Tue Jul 30 19:24:09 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83C16122 for ; Tue, 30 Jul 2013 19:24:09 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 055E92683 for ; Tue, 30 Jul 2013 19:24:08 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id d10so5517886lbj.14 for ; Tue, 30 Jul 2013 12:24:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=NZaRkYjBGtQEmZH0/qCwEd6jdVhGCoUpW1pqO4ZbeP0=; b=CmYk7spMdvftWzgWgtPX06NE69d7x5azfNI6xuouVP41t5CPQu4VGqIKkg2VURwkQo YkyaprjwxiG3NiU1Osql5CO/JNpedZZL3ICcbfAOv5fcHfX3QkHTDwf+T0+B3Vk5BI3J fR9aPil99WfyrVPV3wlo3+gmHlOCzTyT25FZhxMY5VNoiKNT6RG8oIExDMltGczhCJ3Z wCruSnyx0v2J+qn6oJ7CMhPIOGBh4pHW832tYHkoa5+baMqVbABa5WqhI+rbT+/9o4jo 9ur5zQddcbE46wWQgLyOSgxPHfXbH0KRuzOS209bBwtED4N4CI+lQtMkX5+PCCrFJjYQ H76A== X-Received: by 10.152.30.35 with SMTP id p3mr12172549lah.32.1375212241449; Tue, 30 Jul 2013 12:24:01 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id b8sm26777388lah.0.2013.07.30.12.24.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jul 2013 12:24:00 -0700 (PDT) Message-ID: <51F812D0.90302@freebsd.org> Date: Tue, 30 Jul 2013 23:24:00 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: obrien@freebsd.org Subject: Re: svn commit: r253786 - in head/sys: dev/random modules/padlock_rng modules/rdrand_rng modules/yarrow_rng References: <201307292058.r6TKwA56031193@svn.freebsd.org> <86fvuwgrs6.fsf@nine.des.no> <20130730185034.GA63635@dragon.NUXI.org> In-Reply-To: <20130730185034.GA63635@dragon.NUXI.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnr8fJLh4D8dQU1QHOocbNI7KJlZSk3/wKAgG38xU5uffWf39C5eZ9C93UYWGwEykjwps0x Cc: svn-src-head@freebsd.org, =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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, 30 Jul 2013 19:24:09 -0000 On 30.07.2013 22:50, David O'Brien wrote: > Hi DES, > Where was this policy published or communicated? > There is no MAINTAINER line in sys/dev/random/, nor an entry in > /usr/src/MAINTAINERS. It is hard to follow some policy that cannot > be found. ~5 years ago I was forced to stop commits due to this policy invented on the fly and differently applied by different secteam@ members. Sad story. > Do you have any specific concerns? What about arc4rand_iniseed_state code dead without yarrow loaded? randomdev_soft.c: void random_yarrow_unblock(void) { if (!random_systat.seeded) { random_systat.seeded = 1; selwakeuppri(&random_systat.rsel, PUSER); wakeup(&random_systat); } (void)atomic_cmpset_int(&arc4rand_iniseed_state, ARC4_ENTR_NONE, ARC4_ENTR_HAVE); } -- http://ache.vniz.net/ bitcoin:1G6ugdNY6e5jx1GVnAU2ntj2NEfmjKG85r