From: Andrew Morton <akpm@osdl.org>
To: "Michal Piotrowski" <michal.k.k.piotrowski@gmail.com>
Cc: linux-kernel@vger.kernel.org, "Greg KH" <gregkh@suse.de>,
linux-usb-devel@lists.sourceforge.net
Subject: Re: 2.6.18-rc6-mm2
Date: Thu, 14 Sep 2006 08:47:02 -0700 [thread overview]
Message-ID: <20060914084702.963fcdf5.akpm@osdl.org> (raw)
In-Reply-To: <6bffcb0e0609140411j46c20757r6eced82b53266e0f@mail.gmail.com>
(Added linux-usb-devel)
On Thu, 14 Sep 2006 13:11:49 +0200
"Michal Piotrowski" <michal.k.k.piotrowski@gmail.com> wrote:
> On 12/09/06, Andrew Morton <akpm@osdl.org> wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm2/
> >
>
> Kernel 2.6.18-rc6-mm2 - xfs-rename-uio_read.patch
> Built with gcc 3.4
> Reading specs from /usr/local/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/specs
> Configured with: ./configure --prefix=/usr/local/ --disable-nls
> --enable-shared --enable-languages=c --program-suffix=-3.4
> Thread model: posix
> gcc version 3.4.6
>
> ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17
> BUG: unable to handle kernel paging request at virtual address 5a5a5aaa
> usb usb2: configuration #1 chosen from 1 choice
> hub 2-0:1.0: USB hub found
> printing eip:
> c01f596a
> *pde = 00000000
> Oops: 0000 [#1]
> 4K_STACKS PREEMPT SMP
> last sysfs file:
> Modules linked in:
> CPU: 0
> EIP: 0060:[<c01f596a>] Not tainted VLI
> EFLAGS: 00010202 (2.6.18-rc6-mm2 #122)
> EIP is at kref_get+0x7/0x55
> eax: 5a5a5aaa ebx: 5a5a5aaa ecx: c75cfe54 edx: c75cfe54
> esi: c033152f edi: c75cfe5e ebp: c755be20 esp: c755be18
> ds: 007b es: 007b ss: 0068
> Process usb-probe-<NULL (pid: 291, ti=c755b000 task=c759aab0 task.ti=c755b000)
That's an interesting process name..
> Stack: 5a5a5a92 c033152f c755be2c c01f529b c75cfe80 c755be50 c01b1513 c755be50
> fffffff4 c75bd51c 5a5a5a92 c75b8eec c0331525 5a5a5a92 c755be68 c01b15ca
> ffffffef c75cfeac c752e044 c752e044 c755be80 c025d2ff c752e12c c75cfeac
> Call Trace:
> [<c01f529b>] kobject_get+0x12/0x17
> [<c01b1513>] sysfs_add_link+0x5f/0xa3
> [<c01b15ca>] sysfs_create_link+0x73/0x8c
> [<c025d2ff>] device_add_class_symlinks+0x2f/0x111
> [<c025d5f4>] device_add+0x181/0x2ea
> [<c025d76f>] device_register+0x12/0x15
> [<c02936b2>] usb_create_ep_files+0xaf/0x146
> [<c0293013>] usb_create_sysfs_dev_files+0x80/0xbb
> [<c0296402>] generic_probe+0xc/0x55
> [<c0290e54>] usb_probe_device+0x35/0x3b
> [<c025f1eb>] really_probe+0x3a/0xbb
> [<c025f31e>] driver_probe_device+0x99/0xa5
> [<c025f332>] __device_attach+0x8/0xa
> [<c025e828>] bus_for_each_drv+0x38/0x5d
> [<c025f384>] device_attach+0x50/0x67
> [<c025e9fe>] bus_attach_device+0x1a/0x35
> [<c025d65e>] device_add+0x1eb/0x2ea
> [<c028c182>] __usb_new_device+0x102/0x134
> [<c0134b3d>] kthread+0x79/0xa1
> [<c0103e53>] kernel_thread_helper+0x7/0x10
> =======================
> Code: 40 89 06 3b 45 18 5e 7f 04 ff 07 31 db 8d 65 f4 89 d8 5b 5e 5f
> 5d c3 90 90 55 c7 00 01 00 00 00 89 e5 5d c3 55 89 e5 56 53 89 c3 <8b>
> 00 85 c0 0f 94 c0 0f b6 f0 b8 38 b9 38 c0 89 f2 e8 f4 0f 01
> Sep 14 12:58:09 euridica kernel: EIP: [<c01f596a>] kref_get+0x7/0x55
> SS:ESP 0068:c755be18
> Sep 14 12:58:09 euridica kernel: <7>PCI: Setting latency timer of
> device 0000:00:1d.2 to 64
>
> l *0xc01f596a
> 0xc01f596a is in kref_get (/usr/src/linux-mm/lib/kref.c:32).
> 27 * kref_get - increment refcount for object.
> 28 * @kref: object.
> 29 */
> 30 void kref_get(struct kref *kref)
> 31 {
> 32 WARN_ON(!atomic_read(&kref->refcount));
> 33 atomic_inc(&kref->refcount);
> 34 }
> 35
> 36 /**
>
> http://www.stardust.webpages.pl/files/mm/2.6.18-rc6-mm2/mm-config1
>
> Regards,
> Michal
>
> --
> Michal K. K. Piotrowski
> LTG - Linux Testers Group
> (http://www.stardust.webpages.pl/ltg/)
next prev parent reply other threads:[~2006-09-14 15:47 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-12 7:06 2.6.18-rc6-mm2 Andrew Morton
2006-09-12 8:56 ` 2.6.18-rc6-mm2 Andy Whitcroft
2006-09-12 9:02 ` [PATCH] BODGE scsi misc module reference count checks with no MODULE_UNLOAD Andy Whitcroft
2006-09-12 9:19 ` Helge Hafting
2006-09-12 9:24 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-12 12:54 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-12 15:42 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-12 23:25 ` 2.6.18-rc6-mm2 Andrew Morton
2006-09-12 23:34 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-12 23:37 ` 2.6.18-rc6-mm2 Andrew Morton
2006-09-13 1:58 ` [xfs-masters] 2.6.18-rc6-mm2 David Chinner
2006-09-13 4:26 ` David Chinner
2006-09-13 9:43 ` Michal Piotrowski
2006-09-14 3:59 ` David Chinner
2006-09-14 8:37 ` Michal Piotrowski
2006-09-14 8:50 ` Michal Piotrowski
2006-09-14 8:55 ` Michal Piotrowski
2006-09-14 9:08 ` David Chinner
2006-09-14 9:29 ` Michal Piotrowski
2006-09-14 10:03 ` Michal Piotrowski
2006-09-14 17:01 ` Michal Piotrowski
2006-09-15 2:57 ` David Chinner
2006-09-15 3:48 ` Andrew Morton
2006-09-15 5:58 ` David Chinner
2006-09-15 8:06 ` Michal Piotrowski
2006-09-17 23:01 ` David Chinner
2006-09-12 19:11 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-12 22:03 ` 2.6.18-rc6-mm2 Jiri Slaby
2006-09-12 22:14 ` 2.6.18-rc6-mm2 Jiri Slaby
2006-09-12 20:05 ` [-mm patch] arm build fail: vfpsingle.c Frederik Deweerdt
2006-09-12 18:27 ` Zach Brown
2006-09-12 21:00 ` Frederik Deweerdt
2006-09-12 19:07 ` Zach Brown
2006-09-12 21:31 ` Frederik Deweerdt
2006-09-13 13:58 ` 2.6.18-rc6-mm2: rmmod ohci_hcd oopses on HPC 6325 Rafael J. Wysocki
2006-09-13 16:36 ` Rafael J. Wysocki
2006-09-13 18:44 ` Alan Stern
2006-09-13 19:24 ` Rafael J. Wysocki
2006-09-13 22:31 ` Pete Zaitcev
2006-09-14 11:19 ` Rafael J. Wysocki
2006-09-15 22:45 ` Pete Zaitcev
2006-09-16 23:02 ` Rafael J. Wysocki
2006-09-19 3:21 ` David Brownell
2006-09-14 11:11 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-14 15:47 ` Andrew Morton [this message]
2006-09-14 21:40 ` 2.6.18-rc6-mm2 Greg KH
2006-09-14 22:17 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-14 22:36 ` 2.6.18-rc6-mm2 Greg KH
2006-09-15 20:35 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-15 21:50 ` 2.6.18-rc6-mm2 Greg KH
2006-09-16 12:14 ` 2.6.18-rc6-mm2 Michal Piotrowski
2006-09-17 16:05 ` 2.6.18-rc6-mm2 Greg KH
2006-09-17 9:29 ` 2.6.18-rc6-mm2: __fscache_register_netfs compile error Christian Kujau
2006-09-17 9:37 ` Christian Kujau
2006-09-22 10:33 ` David Howells
2006-09-22 10:39 ` David Howells
2006-09-23 20:38 ` Christian Kujau
2006-09-26 6:58 ` Christian Kujau
[not found] <fa.7a4Rl1qDmYu4ew2hC2NUSUy6Roo@ifi.uio.no>
2006-09-14 5:16 ` 2.6.18-rc6-mm2 Robert Hancock
2006-09-14 11:16 ` 2.6.18-rc6-mm2 Rafael J. Wysocki
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=20060914084702.963fcdf5.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=michal.k.k.piotrowski@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome