Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261406AbVCMSRD (ORCPT ); Sun, 13 Mar 2005 13:17:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261407AbVCMSRD (ORCPT ); Sun, 13 Mar 2005 13:17:03 -0500 Received: from mail.tv-sign.ru ([213.234.233.51]:16257 "EHLO several.ru") by vger.kernel.org with ESMTP id S261406AbVCMSQ7 (ORCPT ); Sun, 13 Mar 2005 13:16:59 -0500 Message-ID: <423492EF.61853477@tv-sign.ru> Date: Sun, 13 Mar 2005 22:22:23 +0300 From: Oleg Nesterov X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.20 i686) X-Accept-Language: en MIME-Version: 1.0 To: Roland McGrath Cc: linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] x86-64 kprobes: handle %RIP-relative addressing mode Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 24 Roland McGrath wrote: > > + * This basically replicates __vmalloc, except that it uses a > + * range of addresses starting at MODULE_END. This also Could you look at these patches: [PATCH 1/5] vmalloc: introduce __vmalloc_area() function http://marc.theaimsgroup.com/?l=linux-kernel&m=111013183331326 [PATCH 5/5] vmalloc: use list of pages instead of array in vm_struct http://marc.theaimsgroup.com/?l=linux-kernel&m=111013224029332 There are in mm3 now. Note that the second one will conflict with your patch. Is it possible to use __vmalloc_area()? Oleg. - 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/