Re: 3.8 - 3.9-rc1 upgrade: old configs broken

2013-03-07 Thread Rajendra Nayak
On Thursday 07 March 2013 02:03 AM, Tony Lindgren wrote: So basically what's going is that __clk_init() calls kzalloc() before kmem_cache_init() is done. This happens the first time for sys_clkin_ck where we do have clk-num_parents. With CONFIG_DEBUG_SLAB we actually get an error in

Re: 3.8 - 3.9-rc1 upgrade: old configs broken

2013-03-06 Thread Tony Lindgren
Hi, Adding Mike, Paul and Rajendra. * Piotr Haber pha...@broadcom.com [130306 08:30]: I run into same problem, 3.9-rc1 builds fail to boot on mu panda have all the things mentioned above in my .config ... Hmm this seems to be related to the recent generic clock conversion and

Re: 3.8 - 3.9-rc1 upgrade: old configs broken

2013-03-04 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@iki.fi [130304 15:26]: Hi, How should I upgrade my .config files when upgrading to 3.9-rc1? So far I have been doing it like this: cp old config from previous kernel release .config make ARCH=arm oldnoconfig compile But now I see that