All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Andi Kleen <ak@muc.de>
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] Put modules into linear mapping
Date: Fri, 27 Sep 2002 16:05:20 +0100	[thread overview]
Message-ID: <20020927160520.A27591@infradead.org> (raw)
In-Reply-To: <20020927140930.GA12610@averell>; from ak@muc.de on Fri, Sep 27, 2002 at 04:09:30PM +0200

On Fri, Sep 27, 2002 at 04:09:30PM +0200, Andi Kleen wrote:
> +	unsigned long mptr = (unsigned long)mod;
> +	if (mptr >= VMALLOC_START && mptr+mod->size <= VMALLOC_END)

Any chance you could add is is_vmalloc() macro to vmalloc.h for this?


  parent reply	other threads:[~2002-09-27 15:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27 14:09 [PATCH] Put modules into linear mapping Andi Kleen
2002-09-27 14:43 ` Roman Zippel
2002-09-27 15:05 ` Christoph Hellwig [this message]
2002-09-28 13:47 ` Keith Owens
     [not found] <20020927140930.GA12610@averell.suse.lists.linux.kernel>
     [not found] ` <Pine.LNX.4.44.0209271618360.8911-100000@serv.suse.lists.linux.kernel>
2002-09-27 15:36   ` Andi Kleen
2002-09-27 15:55     ` Roman Zippel
2002-09-27 16:14       ` Andi Kleen
2002-09-27 16:52         ` Roman Zippel
2002-09-27 16:59           ` Andi Kleen
2002-09-27 17:09             ` Roman Zippel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020927160520.A27591@infradead.org \
    --to=hch@infradead.org \
    --cc=ak@muc.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.