public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: marcelo@conectiva.com.br, raul@pleyades.net
Subject: Re: [BK-2.4] [PATCH] Small do_mmap_pgoff correction
Date: Tue, 10 Dec 2002 12:19:08 -0800 (PST)	[thread overview]
Message-ID: <20021210.121908.00373632.davem@redhat.com> (raw)
In-Reply-To: <200212101931.gBAJV1K10639@hera.kernel.org>

   From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
   Date: Tue, 10 Dec 2002 15:51:07 +0000

   +
   +/*
   + *	NOTE: in this function we rely on TASK_SIZE being lower than
   + *	SIZE_MAX-PAGE_SIZE at least. I'm pretty sure that it is.
   + */
   +

This assumption is wrong.  It is totally possible for TASK_SIZE
to be the entire 64-bit address space on sparc64 and thus larger
than SIZE_MAX - PAGE_SIZE, and I definitely plan on supporting
that.

User processes live entirely in their very own address space seperate
from the kernel, so kernel stuff does not take up any part of the user
virtual addresses.

Please revert this change, it adds absolutely nothing.

       reply	other threads:[~2002-12-10 20:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200212101931.gBAJV1K10639@hera.kernel.org>
2002-12-10 20:19 ` David S. Miller [this message]
2002-12-10 20:45   ` [BK-2.4] [PATCH] Small do_mmap_pgoff correction DervishD
2002-12-10 20:47     ` David S. Miller
2002-12-10 20:59       ` DervishD
2002-12-10 21:22         ` David S. Miller
2002-12-10 18:52           ` Marcelo Tosatti
2002-12-10 22:13           ` DervishD
2002-12-10 22:14             ` David S. Miller
2002-12-10 22:28               ` DervishD
2002-12-11  1:06                 ` David S. Miller
2002-12-11 12:32                   ` DervishD
2002-12-10 20:50 [BK-2.4] [Patch] " DervishD

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=20021210.121908.00373632.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=raul@pleyades.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox