login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
2
Re: Oops while booting 2.6.34-rc0 (block pull busted)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Dmitry Torokhov
Subject:
Re: Oops while booting 2.6.34-rc0 (block pull busted)
Date: Tuesday, March 2, 2010 - 2:35 am
On Tue, Mar 02, 2010 at 09:39:07AM +0100, Jens Axboe wrote:
quoted text
> On Tue, Mar 02 2010, Jens Axboe wrote: > > On Tue, Mar 02 2010, Jens Axboe wrote: > > > On Mon, Mar 01 2010, Dmitry Torokhov wrote: > > > > Hi, > > > > > > > > It looks like block tree that has been pulled today into mainline is > > > > busted, I am getting the Opps below on boot with the following commit: > > > > > > > > commit b1bf9368407ae7e89d8a005bb40beb70a41df539 > > > > Merge: 524df55 4671a13 > > > > Author: Linus Torvalds <torvalds@linux-foundation.org> > > > > Date: Mon Mar 1 09:00:29 2010 -0800 > > > > > > > > Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block > > > > > > > > > > > > but not with the previous one: > > > > > > > > commit 524df55725217b13d5a232fb5badb5846418ea0e > > > > Merge: 0f45339 6679ee1 > > > > Author: Linus Torvalds <torvalds@linux-foundation.org> > > > > Date: Mon Mar 1 08:58:44 2010 -0800 > > > > > > > > Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 > > > > > > > > This is on plain Fedora 12 VM. > > > > > > > > Thanks. > > > > > > > > -- > > > > Dmitry > > > > > > > > sd 2:0:0:0: Attached scsi generic sg1 type 0 > > > > sd 2:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) > > > > sd 2:0:0:0: [sda] Write Protect is off > > > > sd 2:0:0:0: [sda] Cache data unavailable > > > > sd 2:0:0:0: [sda] Assuming drive cache: write through > > > > sd 2:0:0:0: [sda] Cache data unavailable > > > > sd 2:0:0:0: [sda] Assuming drive cache: write through > > > > sda: sda1 sda2 > > > > sd 2:0:0:0: [sda] Cache data unavailable > > > > sd 2:0:0:0: [sda] Assuming drive cache: write through > > > > sd 2:0:0:0: [sda] Attached SCSI disk > > > > device-mapper: multipath: version 1.1.1 loaded > > > > dracut: Scanning devices sda2 for LVM volume groups > > > > dracut: Reading all physical volumes. This may take a while... > > > > dracut: Found volume group "VolGroup" using metadata type lvm2 > > > > dracut: 2 logical volume(s) in volume group "VolGroup" now active > > > > EXT4-fs (dm-0): mounted filesystem with ordered data mode > > > > BUG: unable to handle kernel NULL pointer dereference at (null) > > > > IP: [<ffffffff81128ee1>] mpage_end_io_read+0x45/0x6f > > > > PGD 3b776067 PUD 3b7b1067 PMD 0 > > > > Oops: 0002 [#1] SMP > > > > last sysfs file: /sys/kernel/uevent_seqnum > > > > CPU 0 > > > > Modules linked in: dm_multipath mptspi mptscsih mptbase scsi_transport_spi floppy [last unloaded: scsi_wait_scan] > > > > > > > > Pid: 1, comm: init Not tainted 2.6.33 #4 440BX Desktop Reference Platform/VMware Virtual Platform > > > > RIP: 0010:[<ffffffff81128ee1>] [<ffffffff81128ee1>] mpage_end_io_read+0x45/0x6f > > > > > > Can you check where that is? Just do a gdb vmlinux and then an > > > l *mpage_end_io_read+0x45 > > > > I tried checking mine here, but we must be using vastly different gcc > > versions. So I'd like that output. Can you also try and see if reverting > > 9f7cdbc33f36d28e57eaba0093f68f0d14c38c5b makes it work? > > OK, so disasm of that reveals that > > 12: 3e 80 0f 08 orb __PLACEHOLDER__0_x8,%ds:(%rdi) > > is the start of the faulting instruction. You are running UP. 0x8 is the > 4th bit, so I'd be surprised if that isn't SetPageUptodate(page). >
Sorry, don't have access to that box at the moment... Will try checking tomorrow. -- Dmitry --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Oops while booting 2.6.34-rc0 (block pull busted)
, Dmitry Torokhov
, (Mon Mar 1, 5:15 pm)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Jens Axboe
, (Tue Mar 2, 12:56 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Jens Axboe
, (Tue Mar 2, 1:15 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Jens Axboe
, (Tue Mar 2, 1:39 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Dmitry Torokhov
, (Tue Mar 2, 2:35 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, walt
, (Tue Mar 2, 3:13 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Michael Breuer
, (Tue Mar 2, 9:50 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Steven Rostedt
, (Tue Mar 2, 10:42 am)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Steven Rostedt
, (Tue Mar 2, 10:49 am)
[GIT PULL] single block IO revert (Was "Re: Oops while boo ...
, Jens Axboe
, (Tue Mar 2, 11:21 am)
Re: [GIT PULL] single block IO revert (Was "Re: Oops while ...
, Steven Rostedt
, (Tue Mar 2, 12:17 pm)
Re: [GIT PULL] single block IO revert (Was "Re: Oops while ...
, Jens Axboe
, (Tue Mar 2, 12:21 pm)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Dmitry Torokhov
, (Tue Mar 2, 3:51 pm)
Re: Oops while booting 2.6.34-rc0 (block pull busted)
, Jens Axboe
, (Wed Mar 3, 12:31 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Jeffrey V. Merkey
Re: Versioning file system
David Miller
Re: NO_HZ: timer interrupt stuck
git
:
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Miles Bader
Re: way to automatically add untracked files?
Alex Riesen
Re: git exclude patterns for directory
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
Pavel Emelyanov
Re: [PATCH 7/8] af_unix: Allow credentials to work across user and pid namespaces.
David Shwatrz
[PATCH net-next-2.6] XFRM: remove unused member in xfrm_encap_tmpl.
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate