From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940369AbXGSRRW (ORCPT ); Thu, 19 Jul 2007 13:17:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S938307AbXGSRRL (ORCPT ); Thu, 19 Jul 2007 13:17:11 -0400 Received: from fonzie.hosting9000.com ([85.214.50.12]:44602 "EHLO fonzie.hosting9000.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754981AbXGSRRJ (ORCPT ); Thu, 19 Jul 2007 13:17:09 -0400 Message-ID: <469F9C3B.3040503@googlemail.com> Date: Thu, 19 Jul 2007 19:15:39 +0200 From: Gabriel C User-Agent: Thunderbird 2.0.0.4 (X11/20070617) MIME-Version: 1.0 To: Satyam Sharma CC: Michal Piotrowski , Linus Torvalds , Andrew Morton , LKML , Jeremy Fitzhardinge , Tejun Heo , Avi Kivity , =?ISO-8859-1?Q?Uwe_Kleine-K=F6nig?= , Jens Axboe , FUJITA Tomonori , dri-devel@lists.sourceforge.net, Dave Airlie , =?ISO-8859-1?Q?Michel_D=E4nzer?= , =?ISO-8859-1?Q?Kristian_H=F8gsberg?= , Charles Gagalac Subject: Re: [1/2] 2.6.22-git: known regressions References: <469F92A1.5070203@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Satyam Sharma wrote: > On 7/19/07, Michal Piotrowski wrote: > > >> Subject : Section mismatch: reference to .init.data:cpu_llc_id (between 'set_cpu_sibling_map' and 'initialize_secondary') >> References : http://lkml.org/lkml/2007/7/19/202 >> Last known good : ? >> Submitter : Gabriel C >> Caused-By : Jeremy Fitzhardinge >> commit c70df74376c1e29a04e07e23dd3f4c384d6166dd >> Handled-By : ? >> Status : unknown >> > > Fixed by Jeremy Fitzhardinge, see: > > http://lkml.org/lkml/2007/7/18/410 > > Dunno if it's in latest git. > No is not. > >> Subject : Oops while modprobing phy fixed module >> References : http://lkml.org/lkml/2007/7/14/63 >> Last known good : ? >> Submitter : Gabriel C >> Caused-By : Tejun Heo >> commit 3007e997de91ec59af39a3f9c91595b31ae6e08b >> Handled-By : Satyam Sharma >> Tejun Heo >> Status : unknown >> > > > This thread consisted of two unrelated/different oops stack traces :-) > > One of them was fixed by Tejun, > a1da4dfe35bc36c3bc9716d995c85b7983c38a76 > > The other is SLUB related, I think. > > Yes SLAB/SLUB traces. I will test the SLAB fix ( noone told me is fixed ) and I'll test the same with SLUB to see whatever is fixed in current git , later. >> Block layer >> >> Subject : broken {sd,hd}parm >> References : http://lkml.org/lkml/2007/7/16/389 >> Last known good : ? >> Submitter : Gabriel C >> Caused-By : ? >> Handled-By : FUJITA Tomonori >> Status : problem is being debugged >> > > James Bottomley posted a patch for it just now, Gabriel seems > to be happy with it > > Yes :) http://lkml.org/lkml/diff/2007/7/19/357/1 Everything works again with this patch. Gabriel