public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: Russ Anderson <rja@sgi.com>
Cc: linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Tony Luck <tony.luck@intel.com>,
	Christoph Lameter <clameter@sgi.com>
Subject: Re: [PATCH 0/3] ia64: Migrate data off physical pages with correctable
Date: Fri, 09 May 2008 15:21:32 +0000	[thread overview]
Message-ID: <alpine.LFD.1.10.0805090817280.3142@woody.linux-foundation.org> (raw)
In-Reply-To: <20080509150937.GA16523@sgi.com>



On Fri, 9 May 2008, Russ Anderson wrote:
> 
>   [2/3] page.discard.v2: Avoid putting a bad page back on the LRU.
> 
> 	page.discard are the arch independent changes.  It adds a new
> 	page flag (PG_memerror) to mark the page as bad and prevent it
> 	from being put back on the LRU.  PG_memerror is only defined
> 	on 64 bit architectures. 

So I haven't looked at this a lot, but it strikes me that it look to be 
much simple if you were to just increment the page count instead of 
playing games in mm/page_alloc.c.

That will make sure that it never goes back on any free lists, and 
requires no changes to the allocator. Hmm?

I'm also not really seeing why this triggers on lru_cache_add(), since 
that should only happen to new pages anyway. Who does lru_cache_add() on 
old pages?

			Linus

  reply	other threads:[~2008-05-09 15:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-02  0:41 [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v2 Russ Anderson
2008-05-09 15:09 ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v3 Russ Anderson
2008-05-09 15:21   ` Linus Torvalds [this message]
2008-05-09 16:27     ` Russ Anderson
2008-05-09 16:38     ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable Christoph Lameter
2008-05-13 21:32     ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v3 Russ Anderson
2008-05-13 23:01 ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v4 Russ Anderson
2008-05-16 19:22 ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v5 Russ Anderson
2008-06-09 16:18 ` [PATCH 0/3] ia64: Migrate data off physical pages with correctable errors v6 Russ Anderson

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=alpine.LFD.1.10.0805090817280.3142@woody.linux-foundation.org \
    --to=torvalds@linux-foundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=clameter@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rja@sgi.com \
    --cc=tony.luck@intel.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