From owner-freebsd-security@FreeBSD.ORG Thu Sep 6 01:09:40 2012 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12BA1106564A for ; Thu, 6 Sep 2012 01:09:40 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 160468FC0C for ; Thu, 6 Sep 2012 01:09:38 +0000 (UTC) Received: by weyx56 with SMTP id x56so951799wey.13 for ; Wed, 05 Sep 2012 18:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=gPOBU3WBCyoJvP6EbKAwSmMRCrklFqeEN+gzOBA5pf4=; b=nnCTFLC88PoFUAWE9zLTlBFmKyFO8W5tEv2puXdD990wGd+Nk6YfZm82VX5MS+Ia3J mjh3FlFkmywrO3T2OQsojDjisCZvRXLeWf9iVs+t8sje/bGjrf6/f67gLIzem/P6W/zN s8lN3GCu7Vmtb6j33rsbsPNatWT31olMGY2ilTJmu8WaLtquY7LQRFAOoJksRttjkfTE c5pGIafUlzdj9+UUVjnZ9a6EWcj7OXyzW8yxlJznGZ5zN9r+FF54IAurDgyVrsa5XD8n Fl5y+qvKQUhR/vGoqg0VS5hwJM3FTbsy6Dykjk/BOES8LodGTSsvsMtVK2hyITerZCrh vpmQ== Received: by 10.216.131.22 with SMTP id l22mr209883wei.96.1346893777520; Wed, 05 Sep 2012 18:09:37 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id fr4sm1696523wib.8.2012.09.05.18.09.35 (version=SSLv3 cipher=OTHER); Wed, 05 Sep 2012 18:09:36 -0700 (PDT) Date: Thu, 6 Sep 2012 02:09:34 +0100 From: RW To: freebsd-security@freebsd.org Message-ID: <20120906020934.2b97681d@gumby.homeunix.com> In-Reply-To: <20120905212734.GE2654@aspire.rulingia.com> References: <201208222337.q7MNbORo017642@svn.freebsd.org> <5043E449.8050005@FreeBSD.org> <20120904220126.GA85339@dragon.NUXI.org> <50468326.8070009@FreeBSD.org> <20120905021248.5a17ace9@gumby.homeunix.com> <20120905212734.GE2654@aspire.rulingia.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: svn commit: r239598 - head/etc/rc.d X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 01:09:40 -0000 On Thu, 6 Sep 2012 07:27:34 +1000 Peter Jeremy wrote: > Is it worth splitting harvestfifo into multiple queues to prevent > this? At least a separate queue for RANDOM_WRITE and potentially > separate queues for each entropy source. It already does that. That's what the index "origin" is for.