public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>, notting@redhat.com
Subject: Re: [PATCH] core remove PageReserved
Date: Thu, 3 Nov 2005 23:42:17 -0500	[thread overview]
Message-ID: <20051104044217.GA25858@redhat.com> (raw)
In-Reply-To: <200510300502.j9U52LE0027873@hera.kernel.org>

On Sat, Oct 29, 2005 at 10:02:22PM -0700, Linux Kernel wrote:
 > tree 835836cb527ec9bd525f93eb7e016f3dfb8c8ae2
 > parent f9c98d0287de42221c624482fd4f8d485c98ab22
 > author Nick Piggin <nickpiggin@yahoo.com.au> Sun, 30 Oct 2005 08:16:12 -0700
 > committer Linus Torvalds <torvalds@g5.osdl.org> Sun, 30 Oct 2005 11:40:39 -0700
 > 
 > [PATCH] core remove PageReserved
 > 
 > Remove PageReserved() calls from core code by tightening VM_RESERVED
 > handling in mm/ to cover PageReserved functionality.
 > 
 > PageReserved special casing is removed from get_page and put_page.
 > 
 > All setting and clearing of PageReserved is retained, and it is now flagged
 > in the page_alloc checks to help ensure we don't introduce any refcount
 > based freeing of Reserved pages.
 > 
 > MAP_PRIVATE, PROT_WRITE of VM_RESERVED regions is tentatively being
 > deprecated.  We never completely handled it correctly anyway, and is be
 > reintroduced in future if required (Hugh has a proof of concept).

We've got one user reporting that he's getting the following
message..

"program ddcprobe is using MAP_PRIVATE, PROT_WRITE mmap of VM_RESERVED memory"
since this cset.

So what should happen here, does that app need changing? Or do we just
need to get Hugh's changes merged?

It's likely that anything else that uses lrmi is going to be affected
in the same way, though off the top of my head, I don't know what (if any)
other apps there may be.

		Dave


       reply	other threads:[~2005-11-04  4:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200510300502.j9U52LE0027873@hera.kernel.org>
2005-11-04  4:42 ` Dave Jones [this message]
2005-11-04  7:57   ` [PATCH] core remove PageReserved Nick Piggin

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=20051104044217.GA25858@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nickpiggin@yahoo.com.au \
    --cc=notting@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox