Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751696Ab0FUGgB (ORCPT ); Mon, 21 Jun 2010 02:36:01 -0400 Received: from mail.skyhub.de ([78.46.96.112]:39507 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104Ab0FUGf6 (ORCPT ); Mon, 21 Jun 2010 02:35:58 -0400 Date: Mon, 21 Jun 2010 08:35:52 +0200 From: Borislav Petkov To: Parag Warudkar Cc: "Rafael J. Wysocki" , Maciej Rutecki , Linux Kernel Mailing List , Kernel Testers List Subject: Re: [Bug #16054] UML broken for CONFIG_SLAB Message-ID: <20100621063552.GA16491@liondog.tnic> Mail-Followup-To: Borislav Petkov , Parag Warudkar , "Rafael J. Wysocki" , Maciej Rutecki , Linux Kernel Mailing List , Kernel Testers List References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2029 Lines: 53 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. -- 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/