lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080210104941.GC10790@uranus.ravnborg.org>
Date:	Sun, 10 Feb 2008 11:49:41 +0100
From:	Sam Ravnborg <sam@...nborg.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Dave Hansen <haveblue@...ibm.com>, Avi Kivity <avi@...o.co.il>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	kvm-devel <kvm-devel@...ts.sourceforge.net>
Subject: Re: [PATCH] make KVM selectable again

On Sat, Feb 09, 2008 at 10:24:01PM +0100, Ingo Molnar wrote:
> 
> * Dave Hansen <haveblue@...ibm.com> wrote:
> 
> >  config HAVE_SETUP_PER_CPU_AREA
> >  	def_bool X86_64
> >  
> > -select HAVE_KVM
> > +config HAVE_KVM
> > +	def_bool y
> 
> i think it might be better to just move the select to after the "config 
> X86" option. (this is a legitimate use of select) Sam, do you concur?

Correct.
We should see it used like this:

config X86
	select HAVE_KVM

	Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ