From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [Q]Xen 3.1 kernel config surprises!! Date: Fri, 17 Aug 2007 13:31:16 +0100 Message-ID: <1187353876.27480.58.camel@localhost.localdomain> References: <6bc632150708170224t65c34694u6d3f21daa21614aa@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6bc632150708170224t65c34694u6d3f21daa21614aa@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: pradeep singh rautela Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2007-08-17 at 14:54 +0530, pradeep singh rautela wrote: > Sorry but i thought kernel config is supposed to be saved on exit from > menuconfig and not vanished. Did i miss something silly? No, this seems to have been broken when the kernel was upgraded to 2.6.18 (i.e. frickin' ages ago!). It seems that "make oldconfig" doesn't create include/linux/autoconf.h anymore and that "make silentoldconfig" is required instead. We use include/linux/autoconfig.h as the makefile stamp to indicate whether to write an initial configuration or not. Can you try http://xenbits.xensource.com/staging/xen-unstable.hg?rev/ae923d1f50bf Ian.