From: Randy Dunlap <randy.dunlap@oracle.com>
To: Pavel Machek <pavel@suse.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>,
mtk.manpages@gmail.com, dl9pf@gmx.de, rdunlap@xenotime.net,
linux-doc@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
Trivial patch monkey <trivial@kernel.org>
Subject: Re: Document hadling of bad memory
Date: Mon, 1 Dec 2008 10:56:25 -0800 [thread overview]
Message-ID: <20081201105625.25ee9f32.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20081126161521.GC1983@elf.ucw.cz>
On Wed, 26 Nov 2008 17:15:21 +0100 Pavel Machek wrote:
> Document how to deal with bad memory reported with memtest.
>
> Signed-off-by: Pavel Machek <pavel@suse.cz>
>
> diff --git a/Documentation/bad_memory.txt b/Documentation/bad_memory.txt
> new file mode 100644
> index 0000000..df84162
> --- /dev/null
> +++ b/Documentation/bad_memory.txt
> @@ -0,0 +1,45 @@
> +March 2008
> +Jan-Simon Moeller, dl9pf@gmx.de
> +
> +
> +How to deal with bad memory e.g. reported by memtest86+ ?
> +#########################################################
> +
> +There are three possibilities I know of:
> +
> +1) Reinsert/swap the memory modules
> +
> +2) Buy new modules (best!) or try to exchange the memory
> + if you have spare-parts
> +
> +3) Use BadRAM or memmap
> +
> +This Howto is about number 3) .
No space between 3) and '.'.
> +
> +
> +BadRAM
> +######
> +BadRAM is the actively developed and available as kernel-patch
> +here: http://rick.vanrein.org/linux/badram/
> +
> +For more details see the BadRAM documentation.
> +
> +memmap
> +######
> +
> +memmap is already in the kernel and usable as kernel-parameter at
a kernel parameter at
> +boot-time. Its syntax is slightly strange and you may need to
boot time.
> +calculate the values by yourself!
s/!/./
> +
> +Syntax to exclude a memory area (see kernel-parameters.txt for details):
> +memmap=<size>$<address>
> +
> +Example: memtest86+ reported here errors at address 0x18691458, 0x18698424 and
s/here //
> + some others. All had 0x1869xxxx in common, so I chose a pattern of
> + 0x18690000,0xffff0000.
What is the 0xffff0000 for? Needs explanation.
> +
> +With the numbers of the example above:
> +memmap=64K$0x18690000
> + or
> +memmap=0x10000$0x18690000
> +
Please lose the last empty line.
and thanks for the patch/new file.
---
~Randy
next prev parent reply other threads:[~2008-12-01 18:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-26 16:15 Pavel Machek
2008-11-26 16:25 ` Jan-Simon Möller
2008-11-27 0:42 ` Jiri Kosina
2008-11-28 9:00 ` Rob Landley
2008-11-28 9:47 ` Jan-Simon Möller
2008-11-28 12:18 ` Pavel Machek
2008-11-29 5:28 ` Rob Landley
2008-11-29 6:50 ` Andrew Morton
2008-12-01 18:56 ` Randy Dunlap [this message]
2008-12-09 12:31 ` Pavel Machek
2008-12-09 21:40 ` Rob Landley
2008-12-09 23:11 ` Pavel Machek
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=20081201105625.25ee9f32.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=dl9pf@gmx.de \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
--cc=pavel@suse.cz \
--cc=rdunlap@xenotime.net \
--cc=trivial@kernel.org \
/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
Powered by JetHome