From: Andrew Morton <akpm@digeo.com>
To: Helge Hafting <helgehaf@aitel.hist.no>
Cc: linux-kernel@vger.kernel.org, neilb@cse.unsw.edu.au
Subject: Re: 2.5.70-bk10 oops when trying to mount root from raid-1 device
Date: Fri, 6 Jun 2003 00:22:25 -0700 [thread overview]
Message-ID: <20030606002225.5aba2572.akpm@digeo.com> (raw)
In-Reply-To: <3EE03F64.70501@aitel.hist.no>
Helge Hafting <helgehaf@aitel.hist.no> wrote:
>
> 2.5.70-bk10 has some raid fixes, but raid-1 still fails unlike
> 2.5.70-mm4.
>
> bk10 successfully discovers raid-1 and raid-0 arrays,
> but this happens when the kernel tries to mount root:
>
> <lots of ordinary boot messages>
> md ... autorun DONE
> <this is where I normally get VFS: Mounted root (ext2 filesystem) readonly.
> I got this instead:>
> unable to handle kernel paging request at 5a5a5a86
This is "use of uninitialised memory". 0x6b6b6b6b is "use of freed memory".
It's supposed to be that way in Linus's tree too, but I screwed it up.
> EIP at put_all_bios+0x047/0x80
I'd be suspecting that the write_bios[] array isn't being memset somewhere.
struct bio **bio = r1_bio->write_bios + i;
next prev parent reply other threads:[~2003-06-06 7:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-06 7:14 2.5.70-bk10 oops when trying to mount root from raid-1 device Helge Hafting
2003-06-06 7:22 ` Andrew Morton [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-06-06 11:58 Nicolas Mailhot
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=20030606002225.5aba2572.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=helgehaf@aitel.hist.no \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.