public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Zan Lynx <zlynx@acm.org>
Cc: linux-kernel@vger.kernel.org, reiserfs-dev@namesys.com
Subject: Re: 2.6.22-rc2-mm1
Date: Wed, 23 May 2007 16:50:24 -0700	[thread overview]
Message-ID: <20070523165024.d7ee6de2.akpm@linux-foundation.org> (raw)
In-Reply-To: <1179962229.8575.4.camel@localhost>

On Wed, 23 May 2007 17:17:09 -0600
Zan Lynx <zlynx@acm.org> wrote:

> =======================================================
> [ INFO: possible circular locking dependency detected ]
> 2.6.22-rc2-mm1 #1
> -------------------------------------------------------
> rhythmbox/6976 is trying to acquire lock:
>  (&mm->mmap_sem){----}, at: [<ffffffff80534f8c>] do_page_fault+0x17c/0x880
> 
> but task is already holding lock:
>  (&data->latch){----}, at: [<ffffffff8034a701>] get_exclusive_access+0x11/0x20
> 
> which lock already depends on the new lock.
> 
> 
> the existing dependency chain (in reverse order) is:
> 
> -> #1 (&data->latch){----}:
>        [<ffffffff8025b8bc>] __lock_acquire+0xbfc/0x1030
>        [<ffffffff8025bd3b>] lock_acquire+0x4b/0x70
>        [<ffffffff8034a701>] get_exclusive_access+0x11/0x20
>        [<ffffffff80254c5f>] down_write+0x2f/0x40
>        [<ffffffff8034a701>] get_exclusive_access+0x11/0x20
>        [<ffffffff803498c8>] mmap_unix_file+0x58/0x140
>        [<ffffffff80292125>] mmap_region+0x195/0x540
>        [<ffffffff80292b2e>] do_mmap_pgoff+0x2fe/0x390
>        [<ffffffff80532b5f>] _spin_unlock_irq+0x2f/0x50
>        [<ffffffff802e2bca>] elf_map+0xfa/0x100
>        [<ffffffff802e5574>] load_elf_binary+0x1c14/0x2110
>        [<ffffffff80258a25>] add_lock_to_list+0x65/0xe0
>        [<ffffffff8025b98e>] __lock_acquire+0xcce/0x1030
>        [<ffffffff802820fe>] get_page_from_freelist+0x33e/0x520
>        [<ffffffff8025a711>] trace_hardirqs_on+0xc1/0x160
>        [<ffffffff80281fd5>] get_page_from_freelist+0x215/0x520
>        [<ffffffff8022f3d0>] load_aout_binary+0x0/0x980
>        [<ffffffff802e3960>] load_elf_binary+0x0/0x2110
>        [<ffffffff802ab3d6>] search_binary_handler+0xf6/0x290
>        [<ffffffff802ad05f>] do_execve+0x18f/0x250
>        [<ffffffff80208ab4>] sys_execve+0x44/0xb0
>        [<ffffffff8020a567>] stub_execve+0x67/0xb0
>        [<ffffffffffffffff>] 0xffffffffffffffff
> 
> -> #0 (&mm->mmap_sem){----}:
>        [<ffffffff80259b68>] print_circular_bug_header+0xe8/0xf0
>        [<ffffffff8025b6f2>] __lock_acquire+0xa32/0x1030
>        [<ffffffff80532b15>] _spin_unlock_irqrestore+0x65/0x80
>        [<ffffffff8025bd3b>] lock_acquire+0x4b/0x70
>        [<ffffffff80534f8c>] do_page_fault+0x17c/0x880
>        [<ffffffff80254b82>] down_read+0x32/0x40
>        [<ffffffff80534f8c>] do_page_fault+0x17c/0x880
>        [<ffffffff80532b54>] _spin_unlock_irq+0x24/0x50
>        [<ffffffff8025a711>] trace_hardirqs_on+0xc1/0x160
>        [<ffffffff80532b15>] _spin_unlock_irqrestore+0x65/0x80
>        [<ffffffff8053318d>] error_exit+0x0/0x96
>        [<ffffffff8027c464>] file_read_actor+0x44/0x1a0
>        [<ffffffff8027c74f>] __lock_page+0x5f/0x70
>        [<ffffffff8027ced3>] do_generic_mapping_read+0x233/0x560
>        [<ffffffff8027c420>] file_read_actor+0x0/0x1a0
>        [<ffffffff8027f136>] generic_file_aio_read+0x106/0x1a0
>        [<ffffffff802a6c09>] do_sync_read+0xd9/0x120
>        [<ffffffff80258495>] lockdep_init_map+0x55/0x4e0
>        [<ffffffff802515e0>] autoremove_wake_function+0x0/0x30
>        [<ffffffff805329e9>] _spin_unlock+0x29/0x50
>        [<ffffffff8032caec>] reiser4_grab+0x8c/0xd0
>        [<ffffffff80348af4>] read_unix_file+0x454/0x490
>        [<ffffffff802a7585>] vfs_read+0xc5/0x180
>        [<ffffffff802a7a83>] sys_read+0x53/0x90
>        [<ffffffff8020a16e>] system_call+0x7e/0x83
>        [<ffffffffffffffff>] 0xffffffffffffffff

This one is a reiser4 error.  cc added.

  parent reply	other threads:[~2007-05-23 23:50 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-23  7:42 2.6.22-rc2-mm1 Andrew Morton
2007-05-23  7:48 ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23  9:22   ` 2.6.22-rc2-mm1 Rafael J. Wysocki
2007-05-23 14:47     ` 2.6.22-rc2-mm1 Alan Stern
2007-05-23 15:54       ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23 16:09         ` 2.6.22-rc2-mm1 Oleg Nesterov
2007-05-23 17:00         ` 2.6.22-rc2-mm1 Alan Stern
2007-05-23 16:21           ` 2.6.22-rc2-mm1 Oleg Nesterov
2007-05-23 18:41             ` 2.6.22-rc2-mm1 Alan Stern
2007-05-23  9:47 ` 2.6.22-rc2-mm1 Michal Piotrowski
2007-05-23 17:18   ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-23 21:05     ` 2.6.22-rc2-mm1 Michal Piotrowski
2007-05-23 22:01       ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23 22:18         ` 2.6.22-rc2-mm1 Michal Piotrowski
2007-05-23 22:27         ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-23 22:37           ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23 23:36             ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24  1:21               ` 2.6.22-rc2-mm1 Randy Dunlap
2007-05-24  2:43                 ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24  3:00                 ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24  3:26                   ` 2.6.22-rc2-mm1 Randy Dunlap
2007-05-24  7:31                   ` 2.6.22-rc2-mm1 Ingo Molnar
2007-05-24 16:40                     ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24 21:20                     ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24 21:29                       ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-24 21:55                         ` 2.6.22-rc2-mm1 Randy Dunlap
2007-05-24 22:35                           ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-24 22:53                             ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-30 21:34                             ` [PATCH 1/3] hexdump: more output formatting Randy Dunlap
2007-05-30 21:42                               ` Christoph Lameter
2007-05-30 21:45                                 ` Randy Dunlap
2007-05-31  1:45                                 ` [PATCH 1/3 v2] " Randy Dunlap
2007-05-30 21:56                               ` [PATCH 1/3] " Satyam Sharma
2007-05-30 22:03                                 ` Randy Dunlap
2007-05-30 22:11                                   ` Satyam Sharma
2007-05-30 22:18                                     ` Christoph Lameter
2007-05-30 22:41                                       ` Satyam Sharma
2007-05-30 22:44                                         ` Randy Dunlap
2007-05-30 22:48                                           ` Satyam Sharma
2007-05-30 22:59                                             ` Randy Dunlap
2007-05-30 22:25                                     ` Randy Dunlap
2007-05-30 22:36                               ` Jesper Juhl
2007-05-30 23:04                                 ` Randy Dunlap
2007-05-30 23:07                                   ` Jesper Juhl
2007-05-30 21:34                             ` [PATCH 2/3 -mm] slub: use lib/hexdump Randy Dunlap
2007-05-30 21:45                               ` Christoph Lameter
2007-05-30 21:48                                 ` Randy Dunlap
2007-05-30 21:51                                   ` Christoph Lameter
2007-05-30 21:54                                     ` Randy Dunlap
2007-05-30 22:03                                       ` Christoph Lameter
2007-05-30 22:06                                         ` Randy Dunlap
2007-05-31  1:39                                           ` Randy Dunlap
2007-05-23 22:24       ` 2.6.22-rc2-mm1 Christoph Lameter
2007-05-23 12:01 ` 2.6.22-rc2-mm1 Gabriel C
2007-05-23 16:01   ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23 15:02 ` 2.6.22-rc2-mm1 William Lee Irwin III
2007-05-23 15:28 ` 2.6.22-rc2-mm1 William Lee Irwin III
2007-05-23 16:08 ` 2.6.22-rc2-mm1 William Lee Irwin III
2007-05-23 16:29 ` 2.6.22-rc2-mm1 William Lee Irwin III
2007-05-23 17:27 ` 2.6.22-rc2-mm1 William Lee Irwin III
2007-05-23 23:17 ` 2.6.22-rc2-mm1 Zan Lynx
2007-05-23 23:27   ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-23 23:40   ` 2.6.22-rc2-mm1 Jiri Kosina
2007-05-24  3:28     ` 2.6.22-rc2-mm1 Dmitry Torokhov
2007-05-24  7:28       ` 2.6.22-rc2-mm1 Jiri Kosina
2007-05-30 14:08       ` [PATCH] Input: i8042 - cleanup of debug code (was Re: 2.6.22-rc2-mm1) Jiri Kosina
2007-05-30 14:27         ` Dmitry Torokhov
2007-05-30 14:30           ` Jiri Kosina
     [not found]     ` <1180058760.7001.6.camel@oberon.rnd.esoft.com>
2007-05-25  7:23       ` 2.6.22-rc2-mm1 Jiri Kosina
2007-05-23 23:50   ` Andrew Morton [this message]
2007-05-24 10:36 ` rmmod e1000 hangs (Was Re: 2.6.22-rc2-mm1) Jeremy Fitzhardinge
2007-05-24 10:47   ` Herbert Xu
2007-05-24 10:54     ` Herbert Xu
2007-05-24 14:44       ` Kok, Auke
2007-05-25 12:54         ` Herbert Xu
2007-05-25 13:04           ` Herbert Xu
2007-05-25 13:32             ` Herbert Xu
2007-05-25 22:12               ` Kok, Auke
2007-05-25 23:48                 ` Jeff Garzik
2007-05-26  0:10                   ` Herbert Xu
2007-05-25 21:20 ` idle=poll burns my box [was Re: 2.6.22-rc2-mm1] J.A. Magallón
2007-05-25 21:52   ` Andrew Morton
2007-05-26 15:59 ` 2.6.22-rc2-mm1 Tilman Schmidt
2007-05-26 16:01   ` 2.6.22-rc2-mm1 Andrew Morton
2007-05-27 22:16     ` 2.6.22-rc2-mm1 Tilman Schmidt
2007-05-27 22:41       ` 2.6.22-rc2-mm1 Kay Sievers
2007-05-28 17:22         ` 2.6.22-rc2-mm1 Cornelia Huck
2007-05-29  7:56           ` 2.6.22-rc2-mm1 Kay Sievers
2007-05-29  7:25         ` 2.6.22-rc2-mm1 Cornelia Huck
2007-05-29 14:43           ` 2.6.22-rc2-mm1 Matt Mackall
2007-05-29 16:55           ` 2.6.22-rc2-mm1 Tilman Schmidt
2007-05-29 17:25             ` 2.6.22-rc2-mm1 Cornelia Huck
2007-06-01 12:38               ` 2.6.22-rc2-mm1 Greg KH
2007-07-03  8:50                 ` 2.6.22-rc2-mm1 Cornelia Huck
2007-07-12  6:00                   ` 2.6.22-rc2-mm1 Greg KH
2007-05-28 10:27 ` 2.6.22-rc2-mm1 - a different BUG: at mm/slab.c:777 __find_general_cachep() Valdis.Kletnieks
2007-05-28 10:43   ` Pekka Enberg
2007-05-28 11:12     ` Valdis.Kletnieks
2007-05-29  4:22 ` 2.6.22-rc2-mm1: SLUB Randy Dunlap
2007-05-29 17:13   ` Christoph Lameter
2007-05-29 18:13     ` Randy Dunlap
2007-05-29 18:30       ` Christoph Lameter
2007-05-29 18:32       ` Christoph Lameter
2007-05-29 18:59         ` Randy Dunlap

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=20070523165024.d7ee6de2.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reiserfs-dev@namesys.com \
    --cc=zlynx@acm.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