Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758012AbYB2FFs (ORCPT ); Fri, 29 Feb 2008 00:05:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751228AbYB2FFj (ORCPT ); Fri, 29 Feb 2008 00:05:39 -0500 Received: from wr-out-0506.google.com ([64.233.184.239]:19461 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbYB2FFi (ORCPT ); Fri, 29 Feb 2008 00:05:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B9Ftc6HrbUsr9SRMLLsBAhRLFDNtYYuB/DoQmwILpZo3VvhBdfGsQ3QYNzubncQMF7eVj/u7Ey7KUEJ4jXyknxIU23VfjmUBCT2FuSJI6OnLHc8KvPtm4VPsYYpfsHrgJ4rKOV9RFeUHJxeoCBn28lrfHmNPIOLd0JdmuRHBotE= Message-ID: <86802c440802282105j2c0d0ce3o551c3afdcc5c2b17@mail.gmail.com> Date: Thu, 28 Feb 2008 21:05:34 -0800 From: "Yinghai Lu" To: "Roman Zippel" Subject: Re: [PATCH 1/3] fix recursive dependencies Cc: "Sam Ravnborg" , "Ingo Molnar" , "Andrew Morton" , "Linux Kernel Mailing List" , kiran@scalemp.com, shai@scalemp.com, "Glauber Costa" , linux-kbuild In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802210258.45011.yinghai.lu@sun.com> <200802241832.37850.yinghai.lu@sun.com> <200802242136.28744.yinghai.lu@sun.com> <200802242243.49576.yinghai.lu@sun.com> <20080226194058.GA31438@uranus.ravnborg.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 36 On Thu, Feb 28, 2008 at 8:09 PM, Roman Zippel wrote: > Hi, > > On Tue, 26 Feb 2008, Sam Ravnborg wrote: > > > We discovered a situation where we could set a > > choice value in menuconfig but later when we either was > > running menuconfig or oldconfig the value were changed. > > The patch fixes these dependency problems. > > bye, Roman > > > The proper dependency check uncovered a few dependency problems, > the subarchitecture used a mixture of selects and depends on SMP > and PCI dependency was messed up. > > Signed-off-by: Roman Zippel > > --- Ingo, please drop x86: PARAVIRT needed by PARAVIRT_GUEST or X86_VSMP x86: vSMP selection in config in x86.git#testing to use Roman's three patches. Thanks Yinghai Lu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/