public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Adrian Bunk <bunk@stusta.de>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb
Date: Thu, 12 Apr 2007 11:55:52 +0200	[thread overview]
Message-ID: <20070412095552.GA24355@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.64.0704051944230.6730@woody.linux-foundation.org>

[-- Attachment #1: Type: text/plain, Size: 2762 bytes --]


i just got the crash below (with slab debug enabled) on -rc6-git4. I 
never saw this one before, and as you can see from the recompile count, 
i've rebuilt this tree a fair number of times - and the config didnt 
change much.

I promptly re-tried the same bzImage but the crash did not reoccur.

So we've got a memory corruptor of some sort in v2.6.21-to-be. I'm 100% 
sure that i never saw this under any v2.6.20 variant or on any prior 
kernel. The crash site corresponds to a module-refcount dec:

(gdb) list *0x00000000c013c1f4
0xc013c1f4 is in module_put (kernel/module.c:801).
796
797     void module_put(struct module *module)
798     {
799             if (module) {
800                     unsigned int cpu = get_cpu();
801                     local_dec(&module->ref[cpu].count);
802                     /* Maybe they're waiting for us to drop reference? */
803                     if (unlikely(!module_is_live(module)))
804                             wake_up_process(module->waiter);
805                     put_cpu();
(gdb)

NOTE: i'm still using a bzImage kernel, so there are no true modules in 
the kernel. (This also makes it pretty likely that this is not a build 
artifact either.)

(config and full bootlog attached.)

	Ingo

---------------------->
BUG: unable to handle kernel paging request at virtual address 6b6b6ceb
 printing eip:
c013c1f5
*pde = 0203000c
Oops: 0002 [#1]
SMP 
Modules linked in:
CPU:    0
EIP:    0060:[<c013c1f5>]    Not tainted VLI
EFLAGS: 00010256   (2.6.21-rc6 #273)
EIP is at module_put+0x19/0x2d
eax: 6b6b6ceb   ebx: f72fee2c   ecx: c03c9b36   edx: 6b6b6b6b
esi: f7428f54   edi: 6b6b6b6b   ebp: f737bf38   esp: f737bf38
ds: 007b   es: 007b   fs: 00d8  gs: 0033  ss: 0068
Process udev (pid: 1768, ti=f737a000 task=f7488000 task.ti=f737a000)
Stack: f737bf50 c019e832 f749092c 00000010 f72feda4 f746487c f737bf78 c0167c7f 
       00000000 00000000 f72f6ba4 c2928d48 f72feda4 f746487c f7be81d4 00000000 
       f737bf80 c0167d3b f737bf98 c01658b2 00000003 00000003 f7be81d4 f7be8254 
Call Trace:
 [<c0104c44>] show_trace_log_lvl+0x19/0x2e
 [<c0104cf4>] show_stack_log_lvl+0x9b/0xa3
 [<c0104fdd>] show_registers+0x1c8/0x29a
 [<c01052d0>] die+0x119/0x1f0
 [<c03cd075>] do_page_fault+0x4e3/0x5b8
 [<c03cb7a4>] error_code+0x7c/0x84
 [<c019e832>] sysfs_release+0x55/0x76
 [<c0167c7f>] __fput+0xb9/0x15e
 [<c0167d3b>] fput+0x17/0x19
 [<c01658b2>] filp_close+0x52/0x5a
 [<c01660a3>] sys_close+0x76/0xad
 [<c0103dc0>] syscall_call+0x7/0xb
 =======================
Code: 0a 00 89 f8 e8 90 f3 0a 00 5e 5f 89 d8 5b 5e 5f c9 c3 55 85 c0 89 c2 89 e5 74 22 64 a1 04 00 00 00 c1 e0 07 8d 84 10 80 01 00 00 <ff> 08 83 3a 02 75 0b 8b 82 88 11 00 00 e8 63 eb fd ff c9 c3 55 
EIP: [<c013c1f5>] module_put+0x19/0x2d SS:ESP 0068:f737bf38


[-- Attachment #2: .config.crash.bz2 --]
[-- Type: application/x-bzip2, Size: 14678 bytes --]

[-- Attachment #3: crash.log.bz2 --]
[-- Type: application/x-bzip2, Size: 11495 bytes --]

  parent reply	other threads:[~2007-04-12  9:56 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-06  2:50 Linux 2.6.21-rc6 Linus Torvalds
2007-04-06 21:40 ` tg3: unable to handle null pointer dereference [Re: Linux 2.6.21-rc6] Nishanth Aravamudan
2007-04-06 22:57   ` Michael Chan
2007-04-07  0:36     ` tg3: unable to handle null pointer dereference David Miller
2007-04-07  1:53       ` Nishanth Aravamudan
2007-04-06 22:44 ` Linux 2.6.21-rc6 - regressions update Soeren Sonnenburg
2007-04-06 23:04   ` Linus Torvalds
2007-04-07  8:12     ` [patch] high-res timers: UP resume fix Ingo Molnar
2007-04-07  8:25       ` Ingo Molnar
2007-04-07  8:48         ` Thomas Gleixner
2007-04-07  8:50           ` Ingo Molnar
2007-04-07  9:48           ` Rafael J. Wysocki
2007-04-07  9:47             ` Ingo Molnar
2007-04-07  9:51               ` Thomas Gleixner
2007-04-07  9:53               ` Rafael J. Wysocki
2007-04-11 14:00             ` Pavel Machek
2007-04-07  8:51       ` Thomas Gleixner
2007-04-07  9:49       ` [patch] high-res timers: " Ingo Molnar
2007-04-07 10:02         ` Rafael J. Wysocki
2007-04-07 10:05           ` [patch, take #3] " Ingo Molnar
2007-04-07 10:45             ` Soeren Sonnenburg
2007-04-08 15:57     ` Linux 2.6.21-rc6 - regressions update Soeren Sonnenburg
2007-04-07  8:48 ` Linux 2.6.21-rc6 Michal Piotrowski
2007-04-07 18:37 ` Randy Dunlap
2007-04-07 18:46   ` Linus Torvalds
2007-04-07 18:50     ` Randy Dunlap
2007-04-07 18:51     ` Linus Torvalds
2007-04-07 20:58 ` Gene Heskett
2007-04-08 23:09 ` Andrew Morton
2007-04-09  0:42   ` Greg KH
2007-04-09  0:59   ` Jeff Garzik
2007-04-10  7:57     ` Chris Wedgwood
2007-04-11  7:38       ` Ingo Molnar
2007-04-10  3:32   ` Dmitry Torokhov
2007-04-10 14:35 ` Jeff Chua
2007-04-10 15:35   ` Linus Torvalds
2007-04-12  4:16     ` Jeff Chua
2007-04-12  9:55 ` Ingo Molnar [this message]
2007-04-12 15:14 ` Mattia Dongili
2007-04-12 17:02   ` Mattia Dongili
2007-04-12 18:26   ` Maxim Levitsky
2007-04-13  8:52     ` Mattia Dongili
2007-04-13 21:29 ` Tobias Diedrich
2007-04-13 23:50   ` Adrian Bunk
2007-04-14  6:50     ` Tobias Diedrich
2007-04-14  8:16     ` Tobias Diedrich
2007-04-14  9:05       ` Rafael J. Wysocki
2007-04-14 10:32         ` Tobias Diedrich
2007-04-14 12:26       ` Adrian Bunk
2007-04-14 12:09     ` Tobias Diedrich
2007-04-14 12:24       ` Tobias Diedrich
2007-04-14 12:31         ` Tobias Diedrich
2007-04-14 13:00           ` Adrian Bunk
2007-04-14 18:28             ` Rafael J. Wysocki
2007-04-14 19:56               ` Tobias Diedrich
2007-04-14 20:23                 ` Rafael J. Wysocki
2007-04-14 20:25                   ` Adrian Bunk
2007-04-14 20:38                     ` Rafael J. Wysocki
2007-04-14 21:35                   ` Tobias Diedrich
2007-04-14 21:58                     ` Rafael J. Wysocki
2007-04-15  7:38                       ` Tobias Diedrich
2007-04-15  8:02                         ` Tobias Diedrich
2007-04-15 11:16                           ` Rafael J. Wysocki
2007-04-15 14:19                             ` Dmitry Torokhov
2007-04-15 15:52                               ` Rafael J. Wysocki
2007-04-15 18:50                                 ` Tobias Diedrich
2007-04-15 19:37                                   ` Rafael J. Wysocki
2007-04-15 15:14                             ` [linux-pm] " David Brownell
2007-04-15 16:37                               ` Rafael J. Wysocki
2007-04-15 17:53                                 ` David Brownell
2007-04-15 19:40                                 ` Tobias Diedrich
2007-04-15 19:54                                   ` Rafael J. Wysocki
2007-04-25 17:14                                     ` Tobias Diedrich
2007-04-25 19:36                                       ` Rafael J. Wysocki
2007-04-25 20:09                                         ` Tobias Diedrich
2007-04-14  0:36 ` [1/3] 2.6.21-rc6: known regressions Adrian Bunk
2007-04-14  0:38 ` [2/3] " Adrian Bunk
2007-04-14  0:38 ` [3/3] " Adrian Bunk
2007-04-14  1:57   ` Antonino A. Daplas
2007-04-15 16:26     ` Marcus Better
2007-04-15 23:08       ` Antonino A. Daplas
2007-04-16  6:23         ` Marcus Better
2007-04-16  6:45           ` Antonino A. Daplas
2007-04-17  8:17             ` Marcus Better
2007-04-17  9:27               ` Antonino A. Daplas
2007-04-17 11:54                 ` Marcus Better
2007-04-24 15:33               ` Pavel Machek
2007-04-14  7:24   ` Tobias Doerffel
2007-04-14  7:40   ` Dave Jones
2007-04-15 17:15   ` Jeff Chua
  -- strict thread matches above, loose matches on Subject: below --
2007-04-12 12:49 [new 2.6.21-rc6 crash] BUG: unable to handle kernel paging request at virtual address 6b6b6ceb Chris Rankin

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=20070412095552.GA24355@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=bunk@stusta.de \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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