Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-07 Thread Peter Cordes
(I'm not subscribed to the list, so this message looks like a normal reply, but it isn't. I didn't try to hack up an In-Reply-To: header...) On Dec 1 2006, Linus Torvalds wrote: >On Fri, 1 Dec 2006, Arjan van de Ven wrote: >> >> I would suggest you drop the patch; openssl has been long fixed, an

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Mark Rustad
On Dec 1, 2006, at 10:56 AM, Alan wrote: So I think people have blown those SSL timing attacks _way_ out of proportion, just because it sounds technical and cool. Besides, most of the time you can disable HT in the BIOS, which is better anyway if you don't want it. Agreed - but the SSL thin

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Alan
> So I think people have blown those SSL timing attacks _way_ out of > proportion, just because it sounds technical and cool. > > Besides, most of the time you can disable HT in the BIOS, which is better > anyway if you don't want it. Agreed - but the SSL thing is an irrelevance. The main reas

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Linus Torvalds
On Fri, 1 Dec 2006, Arjan van de Ven wrote: > > I would suggest you drop the patch; openssl has been long fixed, and it > was only a theoretical attack in the first place... > I'm not saying the attack isn't something that should be addressed.. but > it is, and disabling hyperthreading is not th

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Ben Collins
On Fri, 2006-12-01 at 17:10 +0100, Arjan van de Ven wrote: > > I'm just basing this on the history of the patch, which preceeds me, so > > if this is incorrect, please don't blame me for misinformation :) > > > > The original patch claims that hyper-threading opens the user up to some > > sort of

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Arjan van de Ven
> I'm just basing this on the history of the patch, which preceeds me, so > if this is incorrect, please don't blame me for misinformation :) > > The original patch claims that hyper-threading opens the user up to some > sort of security risk involving hardware limitations in protecting > memory

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Ben Collins
On Fri, 2006-12-01 at 15:32 +0100, Arjan van de Ven wrote: > > > > The idea is that we want our users to be able to use hyper-threading, > > but we don't want it on by default. > > Hi, > > can I ask why not? I'm just basing this on the history of the patch, which preceeds me, so if this is inco

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Arjan van de Ven
> > The idea is that we want our users to be able to use hyper-threading, > but we don't want it on by default. Hi, can I ask why not? Greetings, Arjan van de Ven -- if you want to mail me at work (you don't), use arjan (at) linux.intel.com Test the interaction between Linux and your BIOS

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Ben Collins
On Fri, 2006-12-01 at 13:29 +, Pavel Machek wrote: > Hi! > > > This patch adds a config option to allow disabling hyper-threading by > > default, and a kernel command line option to changes this default at > > boot time. > > > +config X86_HT_DISABLE > > + bool "Disable Hyper-Threading by de

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-12-01 Thread Pavel Machek
Hi! > This patch adds a config option to allow disabling hyper-threading by > default, and a kernel command line option to changes this default at > boot time. > +config X86_HT_DISABLE > + bool "Disable Hyper-Threading by default" > + depends on X86_HT > + default n > + Command line

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-11-30 Thread Siddha, Suresh B
On Thu, Nov 30, 2006 at 11:06:11AM +, Alan wrote: > On Wed, 29 Nov 2006 23:26:05 -0500 > Ben Collins <[EMAIL PROTECTED]> wrote: > > > This patch adds a config option to allow disabling hyper-threading by > > default, and a kernel command line option to changes this default at > > boot time. >

Re: [PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-11-30 Thread Alan
On Wed, 29 Nov 2006 23:26:05 -0500 Ben Collins <[EMAIL PROTECTED]> wrote: > This patch adds a config option to allow disabling hyper-threading by > default, and a kernel command line option to changes this default at > boot time. > > Signed-off-by: Ben Collins <[EMAIL PROTECTED]> The description

[PATCH 1/4] [x86] Add command line option to enable/disable hyper-threading.

2006-11-29 Thread Ben Collins
This patch adds a config option to allow disabling hyper-threading by default, and a kernel command line option to changes this default at boot time. Signed-off-by: Ben Collins <[EMAIL PROTECTED]> --- Documentation/kernel-parameters.txt |3 +++ arch/i386/Kconfig |5 +