lkml.org 
[lkml]   [2008]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/3] ia64: Call migration code on correctable errors v2
Russ Anderson wrote:
> On Fri, May 02, 2008 at 07:45:55PM +0200, Andi Kleen wrote:
>> Russ Anderson <rja@sgi.com> writes:
>>
>>> Migrate data off pages with correctable memory errors. This patch is the
>>> ia64 specific piece. It connects the CPE handler to the page migration
>>> code. It is implemented as a kernel loadable module, similar to the mca
>>> recovery code (mca_recovery.ko). This allows the feature to be turned off
>>> by uninstalling the module. Creates /proc/badram to display bad page
>>> information and free bad pages.
>> How do you know what pages have excessive errors? And how is excessive defined?
>> Surely you don't keep a per page error count? It's unclear from your patch.
>
> The code migrates on the first correctable error on a page, so "excessive"
> is one. Yes, keeping a per page count gets problematic, especially as
> memories get larger. The issue of the right metric for when to migrate
> will always be debatable and the "right" answer likely will depend on
> the physical memory technology.

That doesn't sound like a good metric. What happens for example if you
have a flakey memory controller or DIMM socket that just occasionally
adds bit errors on transfer without the DIMM actually being bad? I doubt
such a simple heuristic is a good one.

The x86-64 machine check design has a database connected to a user space
program that can keep track of errors. I suspect something like this is
a better solution.

>
>> Anyways I don't think this should be ia64 specific, but generic code.
>
> The actual migration code is generic, in mm/migrate.c.
>
> The ia64 kernel module piece is very arch specific. It ties into the
> ia64 CPE handler. It gets the page address from the CPE record, based
> on the ia64 error handling spec. Each arch will have a different way of
> determining the physical address of the correctable error (for example).

Still at least part of the code should be generic.

Also in general it's good that you finally realized that trying to write
lockless machine check handlers was a bad idea and that to do any
meaninful handling requires a proper process context. But I still wonder
when you move the rest of the ia64 machine check handling to that too so
that e.g. the sched.c hacks for lockless handling can be removed?


>> I also have my doubts about making such small code subsystems modules. Modules
>> always get rounded to pages so it ultimatively just wastes memory.
>
> CONFIG_IA64_CPE_MIGRATE=m builds it as module.

It's far too small for it.

-Andi


\
 
 \ /
  Last update: 2008-05-02 21:37    [W:0.153 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site