From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with SMTP id 7EB066B007E for ; Tue, 8 Sep 2009 14:57:01 -0400 (EDT) Message-ID: <4AA6A8FC.9080301@redhat.com> Date: Tue, 08 Sep 2009 14:57:00 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 3/8] mm: add get_dump_page References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Hugh Dickins Cc: Andrew Morton , David Howells , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Linus Torvalds , Nick Piggin , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: Hugh Dickins wrote: > In preparation for the next patch, add a simple get_dump_page(addr) > interface for the CONFIG_ELF_CORE dumpers to use, instead of calling > get_user_pages() directly. They're not interested in errors: they > just want to use holes as much as possible, to save space and make > sure that the data is aligned where the headers said it would be. > > Oh, and don't use that horrid DUMP_SEEK(off) macro! > > Signed-off-by: Hugh Dickins Acked-by: Rik van Riel -- All rights reversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org