From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262707AbVHDXGB (ORCPT ); Thu, 4 Aug 2005 19:06:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262761AbVHDXFt (ORCPT ); Thu, 4 Aug 2005 19:05:49 -0400 Received: from gold.veritas.com ([143.127.12.110]:56468 "EHLO gold.veritas.com") by vger.kernel.org with ESMTP id S262727AbVHDXEr (ORCPT ); Thu, 4 Aug 2005 19:04:47 -0400 Date: Fri, 5 Aug 2005 00:06:25 +0100 (BST) From: Hugh Dickins X-X-Sender: hugh@goblin.wat.veritas.com To: Andi Kleen cc: Danny ter Haar , Pavel Roskin , "Martin J. Bligh" , linux-kernel@vger.kernel.org Subject: Re: 2.6.13-rc5-git2 does not boot on (my) amd64 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 04 Aug 2005 23:04:47.0146 (UTC) FILETIME=[E8BF18A0:01C59948] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Aug 2005, Andi Kleen wrote: > dth@picard.cistron.nl (Danny ter Haar) writes: > > > > Freeing unused kernel memory: 248k freed > > VM: killing process hotplug > > VM: killing process hotplug > > VM: killing process hotplug > > VM: killing process hotplug > > Unable to handle kernel paging request at fffffff28017b5be RIP: > > [] > > Looks weird. Just to make sure can you do a make distclean and try > again? It might be a bad compile. No, like Pavel's and Martin's reports, this is just an effect of the not-quite-fully-baked do_wp_page/get_user_pages race fix in 2.6.13-rc5-git2, which AlexN reported earlier. Should now be fully fixed in Linus' current git, and in the 2.6.13-rc6 akpm prophesies to be coming soon - please all test that. Hugh