From: Andrew Morton <akpm@linux-foundation.org>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: linux-kernel@vger.kernel.org, David Brownell <david-b@pacbell.net>
Subject: Re: 2.6.20-mm2
Date: Sun, 18 Feb 2007 16:28:22 -0800 [thread overview]
Message-ID: <20070218162822.3fd10212.akpm@linux-foundation.org> (raw)
In-Reply-To: <200702190032.09052.rjw@sisk.pl>
On Mon, 19 Feb 2007 00:32:08 +0100 "Rafael J. Wysocki" <rjw@sisk.pl> wrote:
> On Sunday, 18 February 2007 06:51, Andrew Morton wrote:
> >
> > Temporarily at
> >
> > http://userweb.kernel.org/~akpm/2.6.20-mm2/
> >
> > Will appear later at
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20/2.6.20-mm2/
>
> One more thing:
>
> rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
> Unable to handle kernel NULL pointer dereference at 0000000000000030 RIP:
> [<ffffffff804032c3>] rtc_sysfs_remove_device+0x23/0x50
> PGD 5e10c067 PUD 5dd58067 PMD 0
> Oops: 0000 [1] PREEMPT
> last sysfs file: /devices/pnp0/00:04/id
> CPU 0
> Modules linked in: cdrom rtc_cmos snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_timer snd soundcore i2c_nforce2 i2c_core snd_page_alloc ohci_hcd ehci_hcd evdev parport_pc lp parport fan thermal processor
> Pid: 2960, comm: modprobe Not tainted 2.6.20-mm2 #1
> RIP: 0010:[<ffffffff804032c3>] [<ffffffff804032c3>] rtc_sysfs_remove_device+0x23/0x50
> RSP: 0018:ffff81005e3f9c18 EFLAGS: 00010202
> RAX: 0000000000000000 RBX: ffff81005dabeea0 RCX: 0000000000000000
> RDX: ffffffff804032a0 RSI: ffffffff805cfba0 RDI: ffff81005dabeea0
> RBP: ffff81005e3f9c28 R08: 0000000000000001 R09: 0000000000000000
> R10: 2222222222222222 R11: 2222222222222222 R12: ffff81005dabeea0
> R13: ffff810002890258 R14: ffff810002890268 R15: ffff810002890098
> FS: 00002ac610b906f0(0000) GS:ffffffff805db000(0000) knlGS:0000000000000000
> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: 0000000000000030 CR3: 000000005e16d000 CR4: 00000000000006e0
> Process modprobe (pid: 2960, threadinfo ffff81005e3f8000, task ffff81005e6a7140)
> Stack: ffff81005fe244e8 ffffffff805cfba0 ffff81005e3f9c68 ffffffff803c5786
> 0000000000000000 ffff81005dabeea0 ffff81005dabf008 0000000000000008
> ffff81005fe244e8 0000000000000008 ffff81005e3f9c88 ffffffff803c5891
> Call Trace:
> [<ffffffff803c5786>] class_device_del+0x86/0x180
> [<ffffffff803c5891>] class_device_unregister+0x11/0x20
> [<ffffffff8040280e>] rtc_device_unregister+0x3e/0x50
> [<ffffffff880cd789>] :rtc_cmos:cmos_pnp_probe+0x219/0x240
> [<ffffffff803988a1>] pnp_device_probe+0xa1/0xe0
> [<ffffffff803c4d20>] __driver_attach+0x0/0xa0
> [<ffffffff803c4bb5>] driver_probe_device+0x115/0x1c0
> [<ffffffff803c4d20>] __driver_attach+0x0/0xa0
> [<ffffffff803c4d83>] __driver_attach+0x63/0xa0
> [<ffffffff803c3e1f>] bus_for_each_dev+0x4f/0x80
> [<ffffffff803c497c>] driver_attach+0x1c/0x20
> [<ffffffff803c4233>] bus_add_driver+0x83/0x1d0
> [<ffffffff803c50d9>] driver_register+0x89/0x90
> [<ffffffff803985cc>] pnp_register_driver+0x1c/0x20
> [<ffffffff880d1010>] :rtc_cmos:cmos_init+0x10/0x12
> [<ffffffff8025199b>] sys_init_module+0x158b/0x16f0
> [<ffffffff802d09da>] dnotify_parent+0x7a/0x90
> [<ffffffff80268b80>] file_read_actor+0x0/0x170
> [<ffffffff80209a0e>] system_call+0x7e/0x83
>
>
> Code: 48 83 78 30 00 74 0c 48 c7 c6 60 e1 4a 80 e8 aa 23 fc ff 48
> RIP [<ffffffff804032c3>] rtc_sysfs_remove_device+0x23/0x50
> RSP <ffff81005e3f9c18>
> CR2: 0000000000000030
How did you provoke that? modprobe rtc-cmos?
next prev parent reply other threads:[~2007-02-19 0:28 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-18 5:51 2.6.20-mm2 Andrew Morton
2007-02-18 6:18 ` 2.6.20-mm2 Dave Airlie
2007-02-18 6:34 ` 2.6.20-mm2 Andrew Morton
2007-02-18 12:44 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-18 19:43 ` 2.6.20-mm2 Andrew Morton
2007-02-18 23:25 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-18 23:39 ` 2.6.20-mm2 Michal Piotrowski
2007-02-19 0:00 ` 2.6.20-mm2 Andrew Morton
2007-02-19 11:28 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-19 11:45 ` 2.6.20-mm2 Michal Piotrowski
2007-02-20 0:04 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-20 21:16 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-20 21:46 ` 2.6.20-mm2 Jeff Garzik
2007-02-20 0:43 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-20 1:20 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-20 6:31 ` 2.6.20-mm2 Andrew Morton
2007-02-20 22:12 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-18 13:06 ` 2.6.20-mm2: Oops in generic_make_request Laurent Riffard
2007-02-18 17:58 ` Mattia Dongili
2007-02-18 19:49 ` Andrew Morton
2007-02-18 20:05 ` Michal Piotrowski
2007-02-20 13:04 ` [-mm patch] fix locking in __make_request (was Re: 2.6.20-mm2: Oops in generic_make_request) Frederik Deweerdt
2007-02-19 13:34 ` Jens Axboe
2007-02-20 14:29 ` Frederik Deweerdt
2007-02-19 13:52 ` Michal Piotrowski
2007-02-19 14:08 ` Michal Piotrowski
2007-02-20 14:32 ` Frederik Deweerdt
2007-02-18 18:20 ` 2.6.20-mm2 Michal Piotrowski
2007-02-18 23:32 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-19 0:28 ` Andrew Morton [this message]
2007-02-19 5:13 ` 2.6.20-mm2 David Brownell
2007-02-20 22:07 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-22 3:57 ` 2.6.20-mm2 David Brownell
2007-02-22 8:33 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-22 22:17 ` 2.6.20-mm2 David Brownell
2007-02-23 16:36 ` 2.6.20-mm2 David Brownell
2007-03-04 22:36 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-19 18:28 ` 2.6.20-mm2 Rafael J. Wysocki
2007-02-18 23:33 ` 2.6.20-mm2: compilation fix Rafael J. Wysocki
2007-02-19 0:29 ` Andrew Morton
2007-02-19 11:33 ` Rafael J. Wysocki
2007-02-20 0:07 ` [-mm patch] fs/9p/vfs_addr.c: make 2 functions static Adrian Bunk
2007-02-20 0:54 ` Eric Van Hensbergen
2007-02-20 0:07 ` [-mm patch] drivers/mmc/Kconfig source drivers/mmc/card/Kconfig Adrian Bunk
2007-02-20 6:45 ` Pierre Ossman
2007-02-20 0:08 ` [-mm patch] drivers/video/sm501fb.c: make 4 functions static Adrian Bunk
2007-02-20 0:08 ` 2.6.20-mm2: BLOCK=n compile error Adrian Bunk
2007-02-20 0:08 ` [-mm patch] UNION_FS must depend on SLAB Adrian Bunk
2007-02-20 6:37 ` Pekka Enberg
2007-02-20 15:13 ` Josef Sipek
2007-02-21 3:07 ` [Unionfs] " hooanon05
2007-02-21 22:19 ` Andrew Morton
2007-02-22 2:00 ` Josef Sipek
2007-02-22 2:26 ` Andrew Morton
2007-02-22 3:10 ` Josef Sipek
2007-02-22 6:17 ` Pekka Enberg
2007-02-22 6:18 ` Pekka Enberg
2007-02-22 6:28 ` Josef Sipek
2007-02-22 6:42 ` Christoph Lameter
2007-02-22 2:33 ` [Unionfs] " Erez Zadok
2007-02-21 5:19 ` Josef Sipek
2007-02-20 7:39 ` 2.6.20-mm2 KAMEZAWA Hiroyuki
2007-02-20 10:06 ` 2.6.20-mm2 Andy Whitcroft
2007-02-20 11:14 ` 2.6.20-mm2 Maciej Rutecki
2007-02-20 11:38 ` 2.6.20-mm2 Maciej Rutecki
2007-02-20 21:23 ` 2.6.20-mm2: possible recursive locking detected (reiserfs-related) Rafael J. Wysocki
2007-02-20 22:48 ` Tilman Schmidt
2007-02-21 10:52 ` [-mm patch] MTD_UBI_DEBUG must depend on SYSFS Adrian Bunk
2007-02-21 11:57 ` [-mm patch] i386 mpparse.c: remove an unused variable Adrian Bunk
2007-02-25 13:15 ` 2.6.20-mm2 Jean Delvare
2007-02-27 20:25 ` 2.6.20-mm2 Andrew Morton
2007-02-28 9:07 ` 2.6.20-mm2 Jean Delvare
2007-02-26 22:23 ` [-mm patch] LGUEST must depend on NET Adrian Bunk
2007-02-26 23:42 ` Rusty Russell
2007-03-01 10:48 ` [-mm patch] arch/i386/xen/: possible cleanups Adrian Bunk
2007-03-01 10:53 ` Jeremy Fitzhardinge
2007-03-01 11:55 ` Adrian Bunk
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=20070218162822.3fd10212.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=david-b@pacbell.net \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@sisk.pl \
/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
Powered by JetHome