All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Scott <nathans@sgi.com>
To: Joerg Sommrey <jo175@sommrey.de>,
	Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: Oops on 2.6.9-ac16: xfs, dm and md may be involved
Date: Wed, 22 Dec 2004 10:13:37 +1100	[thread overview]
Message-ID: <20041222101337.C674830@wobbly.melbourne.sgi.com> (raw)
In-Reply-To: <20041221185754.GA28356@sommrey.de>; from jo175@sommrey.de on Tue, Dec 21, 2004 at 07:57:54PM +0100

On Tue, Dec 21, 2004 at 07:57:54PM +0100, Joerg Sommrey wrote:
> Hello,
> 
> last night my box died with a kernel oops.  There was a backup
> running at that time. The setup:
> - 2 SATA disks + 1 SCSI disk
> - SATA partitions build up md-raid-arrays (level 0 and 1)
> - md-raid-devices and SCSI partitions are physical volumes for dm
> - dm logical volumes are used for xfs filesystems
> - backup is done on dm-snapshots of those filesystems
> ...
> syslog:
> Dec 21 03:28:09 bear kernel: Unable to handle kernel paging request at virtual address 6b6b6b73

Hmm, looks like a memory poisoning pattern there.

> Dec 21 03:28:10 bear kernel: EIP:    0060:[__origin_write+112/608]    Tainted: P   VLI
> Dec 21 03:28:10 bear kernel: EFLAGS: 00010217   (2.6.9-ac16) 
> Dec 21 03:28:10 bear kernel: EIP is at __origin_write+0x70/0x260
> Dec 21 03:28:10 bear kernel: eax: 6b6b6b4b   ebx: ccd2f888   ecx: f0f55190   edx: ffffffff
> Dec 21 03:28:10 bear kernel: esi: 6b6b6b4b   edi: dc1eebd8   ebp: c4593920   esp: f7487d74
> Dec 21 03:28:10 bear kernel: ds: 007b   es: 007b   ss: 0068
> Dec 21 03:28:10 bear kernel: Process xfsbufd (pid: 849, threadinfo=f7486000 task=c1b9e070)

>From XFS's point of view, we are in the middle of submitting
a delayed metadata write down to the driver.  Something seems
to have gone wrong inside "__origin_write" (dm-snap.c), which
looks like its doing snapshot stuff inside device mapper?

cheers.

-- 
Nathan

  reply	other threads:[~2004-12-21 23:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-21 18:57 Oops on 2.6.9-ac16: xfs, dm and md may be involved Joerg Sommrey
2004-12-21 23:13 ` Nathan Scott [this message]
2004-12-22 18:26 ` Christoph Hellwig
2004-12-22 19:52   ` Joerg Sommrey
2004-12-22 23:11     ` Nathan Scott
2004-12-23 15:36       ` Joerg Sommrey
2005-01-04 22:44       ` Joerg Sommrey

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=20041222101337.C674830@wobbly.melbourne.sgi.com \
    --to=nathans@sgi.com \
    --cc=jo175@sommrey.de \
    --cc=linux-kernel@vger.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 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.