From owner-cvs-src@FreeBSD.ORG Sat Nov 10 08:33:02 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DD5F16A417; Sat, 10 Nov 2007 08:33:02 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail12.syd.optusnet.com.au (mail12.syd.optusnet.com.au [211.29.132.193]) by mx1.freebsd.org (Postfix) with ESMTP id B137B13C4AA; Sat, 10 Nov 2007 08:33:01 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-219-213.carlnfd3.nsw.optusnet.com.au (c211-30-219-213.carlnfd3.nsw.optusnet.com.au [211.30.219.213]) by mail12.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lAA8WgEp009874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Nov 2007 19:32:45 +1100 Date: Sat, 10 Nov 2007 19:32:42 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Maxim Sobolev In-Reply-To: <4735008D.7030600@FreeBSD.org> Message-ID: <20071110190555.I35816@delplex.bde.org> References: <200711081945.lA8JjKcW080540@repoman.freebsd.org> <47337724.9040108@FreeBSD.org> <47337940.6040909@root.org> <47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org> <4735008D.7030600@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Kris Kennaway , cvs-all@FreeBSD.org, Colin Percival , Nate Lawson Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 08:33:02 -0000 On Fri, 9 Nov 2007, Maxim Sobolev wrote: > For what it is worth I think Nate has the correct point. We should not force > this setting upon each and every user if it can realistically affect only > 0.0001% of our userbase. Leaving this setting on for production server that > does lot of sensitive crypto and has lot of untrusted remote users is like > leaving open access to the server console in the common room. At the same > time, most of us have open access to consoles of their laptops/desktops at > home/work. Nothing is forced, since the setting is only the default. Off is a good default since hyperthreading seems to be a pessimization in most casts. [context lost to top posting] Bruce