From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755866Ab0EaOZ0 (ORCPT ); Mon, 31 May 2010 10:25:26 -0400 Received: from daytona.panasas.com ([67.152.220.89]:3422 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755599Ab0EaOZZ (ORCPT ); Mon, 31 May 2010 10:25:25 -0400 Message-ID: <4C03C6D1.2020305@panasas.com> Date: Mon, 31 May 2010 17:25:21 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4 MIME-Version: 1.0 To: =?UTF-8?B?VG9yYWxmIEbDtnJzdGVy?= CC: Borislav Petkov , Borislav Petkov , Geert Uytterhoeven , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, "H. Peter Anvin" Subject: Re: [uml-devel] [PATCH] x86, hweight: Fix UML boot crash References: <201005271944.09541.toralf.foerster@gmx.de> <20100530193956.GA2498@liondog.tnic> <20100530201738.GB2498@liondog.tnic> <201005311555.56791.toralf.foerster@gmx.de> In-Reply-To: <201005311555.56791.toralf.foerster@gmx.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 31 May 2010 14:25:23.0927 (UTC) FILETIME=[1B76FE70:01CB00CD] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/31/2010 04:55 PM, Toralf Förster wrote: > > Borislav Petkov wrote at 22:17:38 >> LKML-Reference: <201005271944.09541.toralf.foerster@gmx.de> >> Signed-off-by: Borislav Petkov >> --- >> arch/um/include/asm/arch_hweight.h | 6 ++++++ >> 1 files changed, 6 insertions(+), 0 deletions(-) >> create mode 100644 arch/um/include/asm/arch_hweight.h >> >> diff --git a/arch/um/include/asm/arch_hweight.h b/arch/um/include/asm/arch_hweight.h >> new file mode 100644 >> index 0000000..c656cf4 >> --- /dev/null >> +++ b/arch/um/include/asm/arch_hweight.h >> @@ -0,0 +1,6 @@ >> +#ifndef _ASM_UM_HWEIGHT_H >> +#define _ASM_UM_HWEIGHT_H >> + >> +#include >> + >> +#endif >> > This patch does not to solve the reported issue by me. > Watch out. It did fix it for me but only after a deep clean. (mrproper) Makefile does not pick up this dependency. Also I could not use my 2.6.34 config file. I had to do make defconfig, and then xconfig all my extra stuff. But this is regular for any Kernel upgrade and UML. It does fix my setup. (Wouldn't load before this) Boaz