From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932438AbWFSNGO (ORCPT ); Mon, 19 Jun 2006 09:06:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932440AbWFSNGO (ORCPT ); Mon, 19 Jun 2006 09:06:14 -0400 Received: from ns1.suse.de ([195.135.220.2]:1211 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932438AbWFSNGO (ORCPT ); Mon, 19 Jun 2006 09:06:14 -0400 To: Jes Sorensen Cc: linux-kernel@vger.kernel.org, Nick Piggin , Hugh Dickins , Carsten Otte , bjorn_helgaas@hp.com Subject: Re: [patch] do_no_pfn References: From: Andi Kleen Date: 19 Jun 2006 15:06:05 +0200 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jes Sorensen writes: > Hi, > > I woke up this morning and had a revelation! Today is the day, the day > of do_no_pfn()! It can be no other way ... :) And what happens, I come > into the office to discover that 2.6.17 is out! It has to be a sign! > > Anyway, I have had no objections to this patch for a while now, > clearly it is perfect :) If anybody has new objections, it's > obviously not my fault! But ok I'll look at them anyway :) > > So here it is, it even boots! The big question is - why do you have pages without struct page? It seems ... wrong. -Andi