public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pekka Enberg <penberg@cs.helsinki.fi>
To: Zilvinas Valinskas <zilvinas@gemtek.lt>
Cc: Zhu Yi <yi.zhu@intel.com>, Andrew Morton <akpm@osdl.org>,
	Alexandre Buisse <alexandre.buisse@ens-lyon.fr>,
	torvalds@osdl.org, linux-kernel@vger.kernel.org,
	jketreno@linux.intel.com
Subject: Re: Linuv 2.6.15-rc1
Date: Wed, 16 Nov 2005 18:33:32 +0200	[thread overview]
Message-ID: <1132158813.8902.6.camel@localhost> (raw)
In-Reply-To: <20051116131505.GD31362@gemtek.lt>

Hi Zilvinas,

On Wed, 2005-11-16 at 15:15 +0200, Zilvinas Valinskas wrote:
> Also this time I saw f/w loading problem and as a result, oops:
> http://www.gemtek.lt/~zilvinas/dumps/trace.4. 
> 
> F/W load has failed as a result followed oops in yenta driver +
> slabcorruption ... Rebooted several times, no f/w loading problems and
> now I am running 2.6.15-rc1 in runlevel 2 (X started & services ...).

The oops is not in yenta but most likely in the release() function of
fs/sysfs/bin.c and related to ipw firmware loading. The function is
touching already freed memory. As I am mostly clueless of sysfs and
hotplug, perhaps someone can give us a hint?

The oops from Zilvinas logs is the following:

Unable to handle kernel paging request at virtual address 6b6b6c6b
 printing eip:
c0181cec
*pde = 00000000
Oops: 0002 [#1]
DEBUG_PAGEALLOC
Modules linked in: ehci_hcd yenta_socket rsrc_nonstatic pcmcia_core ohci_hcd snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss irtty_sir snd_pcm snd_timer sir_dev ipw2200 irda snd soundcore ieee80211 ieee80211_crypt crc_ccitt snd_page_alloc floppy firmware_class 8250_pnp intel_agp agpgart pcspkr 8250 serial_core ide_cd cdrom
CPU:    0
EIP:    0060:[<c0181cec>]    Not tainted VLI
EFLAGS: 00010202   (2.6.15-rc1) 
EIP is at release+0x2a/0x4f
eax: 6b6b6b6b   ebx: ddb23f00   ecx: 1dcde000   edx: 00000001
esi: dd900ddc   edi: deff2000   ebp: deb0bf74   esp: deb5ff74
ds: 007b   es: 007b   ss: 0068
Process cat (pid: 1926, threadinfo=deb5f000 task=dd845b10)
Stack: 00000008 de36bfd4 ddb54eb4 c0149a4d 00000000 de36bf70 c14d9e38 ddb54eb4 
       deb0bf74 00000000 df8d2e48 deb5f000 c01484ef 00000001 00000001 b7f275c0 
       ffffffff c0102bd3 00000001 00000000 b7f26ff4 b7f275c0 ffffffff bfe649e8 
Call Trace:
 [<c0149a4d>] __fput+0xa0/0x14f
 [<c01484ef>] filp_close+0x3e/0x62
 [<c0102bd3>] sysenter_past_esp+0x54/0x75
Code: e8 57 56 53 8b 4a 08 8b 41 14 8b 40 50 8b 58 14 8b 41 50 8b 70 14 8b 7a 74 85 db 74 07 89 d8 e8 26 4b 0a 00 8b 46 04 85 c0 74 0b <ff> 88 00 01 00 00 83 38 02 74 0d 89 f8 e8 7e 4e fb ff 31 c0 5b 

			Pekka


  parent reply	other threads:[~2005-11-16 16:33 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-12  2:24 Linuv 2.6.15-rc1 Linus Torvalds
2005-11-12  8:17 ` [PATCH] Linux 2.6.15-rc1; fix b2c2 dvb undefined symbol Prakash Punnoor
2005-11-12 17:52 ` Linuv 2.6.15-rc1 Michal Piotrowski
2005-11-12 20:45 ` Michael Buesch
2005-11-12 21:00   ` Linus Torvalds
2005-11-12 21:37     ` Michael Buesch
2005-11-12 21:53       ` Adrian Bunk
2005-11-12 21:57         ` Michael Buesch
2005-11-12 22:20           ` Adrian Bunk
2005-11-12 22:31             ` Benjamin Herrenschmidt
2005-11-13  1:26               ` [2.6 patch] PPC_PREP: remove unneeded exports Adrian Bunk
2005-11-13  3:23                 ` Benjamin Herrenschmidt
2005-11-14 19:56               ` Linuv 2.6.15-rc1 Tom Rini
2005-11-12 22:08       ` Olof Johansson
2005-11-12 22:25       ` Benjamin Herrenschmidt
2005-11-12 22:33         ` Michael Buesch
2005-11-13 16:37         ` Kumar Gala
2005-11-13 20:59           ` Benjamin Herrenschmidt
2005-11-15 18:53             ` Olaf Hering
2005-11-14  1:04       ` Jesper Juhl
2005-11-12 22:24     ` Benjamin Herrenschmidt
2005-11-12 23:13       ` asm/delay.h missing on powerpc (was: Re: Linuv 2.6.15-rc1) Michael Buesch
2005-11-13  0:33         ` Benjamin Herrenschmidt
2005-11-13  9:54           ` Michael Buesch
2005-11-12 21:28   ` PowerBook G4 boot failure " Alexey Dobriyan
2005-11-12 22:39 ` Linuv 2.6.15-rc1 John W. Linville
2005-11-12 23:29 ` Jody McIntyre
2005-11-13  9:01 ` Christoph Hellwig
2005-11-13 11:05   ` Jens Axboe
2005-11-16  6:15     ` [patch] new block/ directory comment tidy Coywolf Qi Hunt
2005-11-16  7:48       ` Christoph Hellwig
2005-11-16  7:57         ` Jens Axboe
2005-11-16  8:08           ` Coywolf Qi Hunt
2005-11-16 14:27             ` Jens Axboe
2005-11-14 13:58 ` Linuv 2.6.15-rc1 Alexandre Buisse
2005-11-14 14:32   ` Zilvinas Valinskas
2005-11-14 15:24     ` Mark Lord
2005-11-14 18:25     ` Pekka Enberg
2005-11-14 19:22       ` Alexandre Buisse
2005-11-15  9:05       ` Žilvinas Valinskas
2005-11-14 22:26     ` Bill Davidsen
2005-11-15  9:04       ` Žilvinas Valinskas
2005-11-16 14:32         ` Bill Davidsen
2005-11-14 18:24   ` Pekka Enberg
2005-11-15  0:29   ` Andrew Morton
2005-11-15 10:05     ` Zilvinas Valinskas
2005-11-15 11:56       ` Zilvinas Valinskas
2005-11-15 12:51         ` Pekka Enberg
2005-11-15 13:08           ` Zilvinas Valinskas
2005-11-15 14:00           ` Zilvinas Valinskas
2005-11-16  5:49             ` Zhu Yi
2005-11-16  9:45               ` Zilvinas Valinskas
2005-11-16 10:05                 ` Pekka Enberg
2005-11-16 10:37                   ` Zilvinas Valinskas
2005-11-16 11:40                 ` Zilvinas Valinskas
2005-11-16 12:18                   ` Pekka J Enberg
2005-11-16 12:29                     ` Zilvinas Valinskas
2005-11-16 13:15                     ` Zilvinas Valinskas
2005-11-16 13:33                       ` Zilvinas Valinskas
2005-11-16 16:33                       ` Pekka Enberg [this message]
2005-11-16 18:15                         ` Zilvinas Valinskas
2005-11-16 19:55                           ` [PATCH] ipw2200: disallow direct scanning when device is down (was: Linuv 2.6.15-rc1) Pekka Enberg
2005-11-16 20:04                             ` Alejandro Bonilla
2005-11-17  5:59                             ` Zhu Yi
2005-11-16 16:04               ` Linuv 2.6.15-rc1 Linus Torvalds
2005-11-16  9:33             ` Pekka J Enberg
2005-11-16 10:38               ` Zilvinas Valinskas
2005-11-16 12:22               ` Zilvinas Valinskas
2005-11-16  5:49     ` abuisse

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=1132158813.8902.6.camel@localhost \
    --to=penberg@cs.helsinki.fi \
    --cc=akpm@osdl.org \
    --cc=alexandre.buisse@ens-lyon.fr \
    --cc=jketreno@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --cc=yi.zhu@intel.com \
    --cc=zilvinas@gemtek.lt \
    /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