All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Christoph Hellwig <hch@infradead.org>, xfs@oss.sgi.com
Subject: Re: reproducible xfs/vmap oops
Date: Wed, 4 Feb 2009 03:15:47 -0500	[thread overview]
Message-ID: <20090204081547.GA21487@infradead.org> (raw)
In-Reply-To: <200902041648.55603.nickpiggin@yahoo.com.au>

On Wed, Feb 04, 2009 at 04:48:55PM +1100, Nick Piggin wrote:
> OK, I could reproduce this directly with a vmap test. With this patch,
> I'm no longer able to. (not sure how this mail client goes with attaching
> patches, sorry if it messes up)

With that patch applies I run into a different issue:

[ 4909.811804] XFS mounting filesystem vde
[ 4909.986343] ------------[ cut here ]------------
[ 4909.999285] WARNING: at mm/vmalloc.c:105
vmap_page_range+0x159/0x1b0()
[ 4910.021800] Hardware name: 
[ 4910.032628] Modules linked in:
[ 4910.043549] Pid: 6770, comm: mount Not tainted 2.6.29-rc3-xfs #43
[ 4910.069113] Call Trace:
[ 4910.080264]  [<c079fbf6>] ? printk+0x18/0x1a
[ 4910.091954]  [<c014cca3>] warn_slowpath+0x73/0xd0
[ 4910.103164]  [<c019bb00>] ? __rmqueue_smallest+0xf0/0x170
[ 4910.124547]  [<c01b547a>] ? alloc_vmap_area+0x6a/0x240
[ 4910.139940]  [<c0139a05>] ? kvm_set_pte_at+0x45/0x50
[ 4910.161273]  [<c01b4f49>] vmap_page_range+0x159/0x1b0
[ 4910.172548]  [<c01b5931>] vm_map_ram+0x2e1/0x3a0
[ 4910.193782]  [<c0453c19>] ? kmem_alloc+0x59/0xf0
[ 4910.204960]  [<c0456eb9>] _xfs_buf_map_pages+0x89/0xc0
[ 4910.216249]  [<c0457027>] xfs_buf_get_noaddr+0x137/0x170
[ 4910.237660]  [<c0442ace>] xlog_get_bp+0x2e/0xd0
[ 4910.248825]  [<c0443a6b>] xlog_write_log_records+0x4b/0x260
[ 4910.270258]  [<c07a26e2>] ? _spin_unlock_irq+0x22/0x30
[ 4910.282965]  [<c0443d22>] xlog_clear_stale_blocks+0xa2/0x180
[ 4910.304712]  [<c0444fcc>] xlog_find_tail+0x46c/0x4f0
[ 4910.326012]  [<c0445064>] xlog_recover+0x14/0xa0
[ 4910.341291]  [<c043d9c0>] xfs_log_mount+0xa0/0x180
[ 4910.352791]  [<c04481e8>] xfs_mountfs+0x348/0x6d0
[ 4910.374052]  [<c05ac4e9>] ? __debug_object_init+0x229/0x340
[ 4910.385427]  [<c05ac647>] ? debug_object_init+0x17/0x20
[ 4910.406761]  [<c0156570>] ? init_timer+0x10/0x30
[ 4910.422081]  [<c0448ca4>] ? xfs_mru_cache_create+0x114/0x150
[ 4910.443597]  [<c045f01f>] xfs_fs_fill_super+0x1cf/0x310
[ 4910.464931]  [<c01c6dd3>] get_sb_bdev+0x123/0x150
[ 4910.476212]  [<c01dad87>] ? alloc_vfsmnt+0x77/0x100
[ 4910.487458]  [<c01a7e11>] ? kstrdup+0x31/0x60
[ 4910.508628]  [<c045d181>] xfs_fs_get_sb+0x21/0x30
[ 4910.520744]  [<c045ee50>] ? xfs_fs_fill_super+0x0/0x310
[ 4910.542092]  [<c01c5ada>] vfs_kern_mount+0x3a/0xa0
[ 4910.553307]  [<c01c5b99>] do_kern_mount+0x39/0xe0
[ 4910.564518]  [<c01dbacb>] do_mount+0x3ab/0x780
[ 4910.585736]  [<c05ab621>] ? _raw_spin_lock+0x41/0x120
[ 4910.597002]  [<c01da0ac>] ? copy_mount_options+0x3c/0x130
[ 4910.621489]  [<c01dbf29>] sys_mount+0x89/0xc0
[ 4910.632621]  [<c0120dfe>] syscall_call+0x7/0xb
[ 4910.643772]  [<c0120000>] ? restore_sigcontext+0x140/0x150
[ 4910.665203] ---[ end trace 5a228d052300b60a ]---
[ 4910.676954] xfs_buf_get_noaddr: failed to map pages

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  parent reply	other threads:[~2009-02-04  8:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-01  8:12 reproducible xfs/vmap oops Christoph Hellwig
2009-02-01 16:14 ` Christoph Hellwig
2009-02-03 15:51   ` Christoph Hellwig
     [not found]     ` <200902040303.13933.nickpiggin@yahoo.com.au>
2009-02-03 16:05       ` Christoph Hellwig
2009-02-03 18:44         ` Christoph Hellwig
2009-02-03 21:04           ` Christoph Hellwig
2009-02-03 21:42             ` Dave Chinner
2009-02-03 21:47               ` Christoph Hellwig
2009-02-03 22:08                 ` Christoph Hellwig
     [not found]                   ` <200902041648.55603.nickpiggin@yahoo.com.au>
2009-02-04  8:15                     ` Christoph Hellwig [this message]
2009-02-04  8:30                       ` Christoph Hellwig
     [not found]                         ` <200902042027.40762.nickpiggin@yahoo.com.au>
2009-02-04 19:38                           ` Christoph Hellwig
     [not found]                             ` <200902101543.15988.nickpiggin@yahoo.com.au>
2009-02-10  7:54                               ` Christoph Hellwig
2009-02-15 19:15                                 ` Christoph Hellwig

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=20090204081547.GA21487@infradead.org \
    --to=hch@infradead.org \
    --cc=nickpiggin@yahoo.com.au \
    --cc=xfs@oss.sgi.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 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.