From owner-freebsd-stable@FreeBSD.ORG Wed May 25 17:28:34 2011 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2466D1065672; Wed, 25 May 2011 17:28:34 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id DAE738FC1B; Wed, 25 May 2011 17:28:33 +0000 (UTC) Received: from baby-jane.lamaiziere.net (6.176.97.84.rev.sfr.net [84.97.176.6]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 8D44B633205; Wed, 25 May 2011 19:13:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 855B57303C; Wed, 25 May 2011 19:13:15 +0200 (CEST) Date: Wed, 25 May 2011 19:13:14 +0200 From: Patrick Lamaiziere To: freebsd-stable@FreeBSD.org Message-ID: <20110525191314.62d5f7f5@davenulle.org> In-Reply-To: <4DDBB0C4.5010109@FreeBSD.org> References: <4DDBB0C4.5010109@FreeBSD.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Andriy Gapon Subject: Re: [poll] hyperthreading_allowed, hlt_logical_cpus, mp_watchdog X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 17:28:34 -0000 Le Tue, 24 May 2011 16:21:08 +0300, Andriy Gapon a écrit : Hello, > I am planning on some changes in head and would like to see if people > use the following features: > - machdep.hyperthreading_allowed tunable and sysctl If I remember well, these tunables were introduced because the paper of Colin Percival about the HTT security flaw on intel processors : http://www.daemonology.net/hyperthreading-considered-harmful/ http://security.freebsd.org/advisories/FreeBSD-SA-05:09.htt.asc I guess this is still a concern?. Best regards.