From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [Bug #16054] UML broken for CONFIG_SLAB Date: Mon, 21 Jun 2010 08:35:52 +0200 Message-ID: <20100621063552.GA16491@liondog.tnic> References: Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1277102155; bh=AxrOxvW2E4s0G43FsaE0l91KM267c36bee3run/CJ4I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=Z5T4g8bWvp2asP/YSK/UJ4Qi/MapHNeY6ZoyHZ NHmn3Z6IMYEuM0XNLDMX69uJ/4BwOzL1PdhndqyMRI/Ihm08PYT4r5UGBUM0SNCuuEF V+r6DeBEWfVdT6fNhXTUPAKzHapQjgPI5y7G/0OuIssxNL22HQe7rsOYSMwHeycwtU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1277102155; bh=AxrOxvW2E4s0G43FsaE0l91KM267c36bee3run/CJ4I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=Z5T4g8bWvp2asP/YSK/UJ4Qi/MapHNeY6ZoyHZ NHmn3Z6IMYEuM0XNLDMX69uJ/4BwOzL1PdhndqyMRI/Ihm08PYT4r5UGBUM0SNCuuEF V+r6DeBEWfVdT6fNhXTUPAKzHapQjgPI5y7G/0OuIssxNL22HQe7rsOYSMwHeycwtU= Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Parag Warudkar Cc: "Rafael J. Wysocki" , Maciej Rutecki , Linux Kernel Mailing List , Kernel Testers List From: Parag Warudkar Date: Sun, Jun 20, 2010 at 06:48:55PM -0400 > Still broken. Borislav's fix on top of git a few days ago doesn't seem to > cure it. Everyone else has reported that http://git.kernel.org/tip/055c47272b8f5679d08ccc57efea3cb4aaeb5fc6 fixes the boot issue for them. One problem with testing this patch was making sure you do a completely clean build by removing the old build files through a 'make mrproper.' So, after applying this patch do (after having copied your .config to a safe place :)) make mrproper and just to make sure no arch_hweight stuff is left, do grep -EriIn 'x86.*hweight\.h' arch/um/ You shouldn't be getting any matches. If you do, than try to find out why you do because all those intermediary *.o.cmd files shouldn't contain any hweight-include files from arch/x86/. > On Jun 20, 2010 6:45 PM, "Rafael J. Wysocki" wrote: > > This message has been generated automatically as a part of a report > of regressions introduced between 2.6.33 and 2.6.34. > > The following bug entry is on the current list of known regressions > introduced between 2.6.33 and 2.6.34. Please verify if it still should > be listed and let the tracking team know (either way). > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16054 > Subject : UML broken for CONFIG_SLAB > Submitter : Parag Warudkar > Date : 2010-05-23 21:40 (29 days old) > Message-ID : > References : http://marc.info/?l=linux-kernel&m=127465083806617&w=2 > Handled-By : Borislav Petkov > Patch : > http://git.kernel.org/tip/055c47272b8f5679d08ccc57efea3cb4aaeb5fc6 -- Regards/Gruss, Boris.