From: Andrew Morton <akpm@osdl.org>
To: Dominik Karall <dominik.karall@gmx.net>
Cc: linux-kernel@vger.kernel.org, john stultz <johnstul@us.ibm.com>,
David Howells <dhowells@redhat.com>
Subject: Re: 2.6.16-rc5-mm2
Date: Mon, 6 Mar 2006 21:43:57 -0800 [thread overview]
Message-ID: <20060306214357.0b299686.akpm@osdl.org> (raw)
In-Reply-To: <200603052354.02828.dominik.karall@gmx.net>
Dominik Karall <dominik.karall@gmx.net> wrote:
>
> On Friday, 3. March 2006 13:56, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc5/2.
> >6.16-rc5-mm2/
>
> hi,
> I don't know why, but it seems that the kernel doesn't use the correct BIOS
> time. I set it to the 23:30 and after booting I got ~01:00 (next day).
Is that new behaviour? What's the most recent -mm kernel which that
machine ran?
The full dmesg output might tell us something.
> Here is another bug I got after mounting /mnt/extHDD2 a second time (it was
> already mounted).
What type of filesystem is that? ext3?
> Kernel BUG at fs/super.c:838
> invalid opcode: 0000 [1] PREEMPT SMP
> last sysfs file: /block/sdc/size
> CPU 0
> Modules linked in: radeon drm ppp_deflate zlib_deflate bsd_comp ppp_async
> ohci_hcd i2c_viapro ehci_hcd uhci_hcd r8169 snd_bt87x
> Pid: 9213, comm: mount Not tainted 2.6.16-rc5-mm2 #5
> RIP: 0010:[<ffffffff810cee79>] <ffffffff810cee79>{do_kern_mount+121}
> RSP: 0018:ffff810036497ce8 EFLAGS: 00010246
> RAX: 0000000000000000 RBX: ffff81003ea3f2d0 RCX: 0000000000000002
> RDX: 0000000000000000 RSI: 0000000000000002 RDI: ffff81003c7752e0
> RBP: 0000000000000000 R08: 0000000000000001 R09: 0000000000000001
> R10: 0000000000000001 R11: ffffffff81130b00 R12: ffffffff813fda40
> R13: ffff810036485000 R14: 0000000000000000 R15: 000000000000000f
> FS: 00002aee57e24cf0(0000) GS:ffffffff814f2000(0000) knlGS:0000000000000000
> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: 0000000000526000 CR3: 000000003787d000 CR4: 00000000000006e0
> Process mount (pid: 9213, threadinfo ffff810036496000, task ffff81003b92b110)
> Stack: 000000000000000e 0000000000000000 ffff8100379e4000 ffff810037975000
> ffff810036485000 ffffffff810d8689 ffff8100372b60c8 0000000000000000
> ffff8100372b60c8 ffffffff81025531
> Call Trace: <ffffffff810d8689>{do_mount+1753} <ffffffff81025531>{__up_read+33}
> <ffffffff810749c5>{_spin_unlock_irqrestore+21}
> <ffffffff8100b027>{do_page_fault+1271}
> <ffffffff81013b1f>{poison_obj+63}
> <ffffffff81037114>{cache_free_debugcheck+660}
> <ffffffff8100a517>{get_page_from_freelist+759}
> <ffffffff81044c1b>{__get_free_pages+27}
> <ffffffff81057eab>{sys_mount+155} <ffffffff8106cbde>{system_call+126}
>
> Code: 0f 0b 68 e7 33 38 81 c2 46 03 48 83 78 68 00 75 0a 0f 0b 68
> RIP <ffffffff810cee79>{do_kern_mount+121} RSP <ffff810036497ce8>
That's
BUG_ON(!mnt->mnt_sb);
which has a dhowells feel to it.
next prev parent reply other threads:[~2006-03-07 5:45 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-03 12:56 2.6.16-rc5-mm2 Andrew Morton
2006-03-03 15:26 ` 2.6.16-rc5-mm2: IPW_QOS: two remarks Adrian Bunk
2006-03-05 0:46 ` Andreas Happe
2006-03-07 17:06 ` Adrian Bunk
2006-03-17 19:14 ` John W. Linville
2006-03-18 17:47 ` [PATCH 2.6.16-rc6 1/1] ipw2200: Add Kconfig entries for QOS and Monitor mode Andreas Happe
2006-03-22 3:11 ` Zhu Yi
2006-03-03 16:08 ` 2.6.16-rc5-mm2 (mips compile fix) Jason Baron
2006-03-03 17:08 ` 2.6.16-rc5-mm2 Benoit Boissinot
2006-03-04 1:34 ` 2.6.16-rc5-mm2 Grant Coady
2006-03-05 6:26 ` 2.6.16-rc5-mm2 Andrew Morton
2006-03-05 7:24 ` 2.6.16-rc5-mm2 Mike Galbraith
2006-03-06 11:35 ` 2.6.16-rc5-mm2 Takashi Iwai
2006-03-05 12:34 ` 2.6.16-rc5-mm2 Antonino A. Daplas
2006-03-04 12:14 ` [-mm patch] drivers/acpi/bus.c: make struct acpi_sci_dir static Adrian Bunk
2006-03-04 12:14 ` [RFC: -mm patch] drivers/media/video/msp3400-kthreads.c: make 3 functions static Adrian Bunk
2006-03-04 12:14 ` [RFC: -mm patch] drivers/message/fusion/mptbase.c: make mpt_read_ioc_pg_3() static Adrian Bunk
2006-03-04 12:14 ` [-mm patch] kernel/futex.c: make futexfs_get_sb() static again Adrian Bunk
2006-03-04 12:14 ` [-mm patch] mm/bootmem.c: make bdata_list static Adrian Bunk
2006-03-04 12:14 ` [-mm patch] NFS: make 2 functions static Adrian Bunk
2006-03-04 12:14 ` [RFC: -mm patch] fs/locks.c: make posix_locks_deadlock() static Adrian Bunk
2006-03-04 17:29 ` 2.6.16-rc5-mm2 Mattia Dongili
2006-03-05 6:28 ` 2.6.16-rc5-mm2 Andrew Morton
2006-03-05 8:14 ` 2.6.16-rc5-mm2 Benoit Boissinot
2006-03-05 8:34 ` 2.6.16-rc5-mm2 Andrew Morton
2006-03-05 11:42 ` 2.6.16-rc5-mm2 Stefan Rompf
2006-03-06 15:22 ` 2.6.16-rc5-mm2 James Ketrenos
2006-03-05 22:54 ` 2.6.16-rc5-mm2 Dominik Karall
2006-03-07 5:43 ` Andrew Morton [this message]
2006-03-07 14:33 ` 2.6.16-rc5-mm2 Dominik Karall
2006-03-07 17:25 ` 2.6.16-rc5-mm2 john stultz
2006-03-08 1:13 ` 2.6.16-rc5-mm2 Andi Kleen
2006-03-07 10:43 ` 2.6.16-rc5-mm2 David Howells
2006-03-06 8:45 ` 2.6.16-rc5-mm2 Cornelia Huck
2006-03-06 9:10 ` 2.6.16-rc5-mm2 compile error in urb.c Helge Hafting
2006-03-06 9:21 ` Andrew Morton
2006-03-06 12:17 ` Helge Hafting
2006-03-06 14:44 ` [-mm patch] kernel/futex.c: make futexfs_get_sb() static again David Howells
2006-03-05 18:16 2.6.16-rc5-mm2 Matt Reuther
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=20060306214357.0b299686.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=dhowells@redhat.com \
--cc=dominik.karall@gmx.net \
--cc=johnstul@us.ibm.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®