mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Xiaotian Feng <xtfeng@gmail.com>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>,
	linux-kernel@vger.kernel.org, Greg KH <gregkh@suse.de>
Subject: Re: [2.6.33-rc4] sysfs lockdep warnings on cpu hotplug
Date: Fri, 22 Jan 2010 11:24:42 +0800	[thread overview]
Message-ID: <7b6bb4a51001211924v12e6ebf9ve4795ce96cd0a3f8@mail.gmail.com> (raw)
In-Reply-To: <20100121155335.GB4471@osiris.boeblingen.de.ibm.com>

On Thu, Jan 21, 2010 at 11:53 PM, Heiko Carstens
<heiko.carstens@de.ibm.com> wrote:
> Hi Eric,
>
> rumours are that you could be responsible for the following lockdep message:
>
> Happens on cpu hotplug on s390:

I can see the same warnings on x86_64

>
> =============================================
> [ INFO: possible recursive locking detected ]
> 2.6.33-rc4-00399-g24bc734 #1
> ---------------------------------------------
> bash/2576 is trying to acquire lock:
>  (s_active){++++.+}, at: [<000000000016c506>] sysfs_addrm_finish+0x5a/0xa8
>
> but task is already holding lock:
>  (s_active){++++.+}, at: [<000000000016c90c>] sysfs_get_active_two+0x64/0x88
>
> other info that might help us debug this:
> 5 locks held by bash/2576:
>  #0:  (&buffer->mutex){+.+.+.}, at: [<000000000016a912>] sysfs_write_file+0x4a/0x1a8
>  #1:  (s_active){++++.+}, at: [<000000000016c90c>] sysfs_get_active_two+0x64/0x88
>  #2:  (s_active){++++.+}, at: [<000000000016c8e6>] sysfs_get_active_two+0x3e/0x88
>  #3:  (cpu_add_remove_lock){+.+.+.}, at: [<00000000003dd318>] cpu_down+0x44/0x88
>  #4:  (cpu_hotplug.lock){+.+.+.}, at: [<0000000000056eee>] cpu_hotplug_begin+0x3e/0x74
>
> stack backtrace:
> CPU: 1 Not tainted 2.6.33-rc4-00399-g24bc734 #1
> Process bash (pid: 2576, task: 000000003f0e25d0, ksp: 000000003d9339d8)
> 000000003d9338b0 000000003d933830 0000000000000002 0000000000000000
>       000000003d9338d0 000000003d933848 000000003d933848 00000000003e4996
>       0000000000000000 0000000000000000 000000003f0e2cb8 0000000000835208
>       000000000000000d 000000000000000c 000000003d933898 0000000000000000
>       0000000000000000 00000000000172aa 000000003d933830 000000003d933870
> Call Trace:
> ([<00000000000171b2>] show_trace+0xee/0x144)
>  [<000000000008a1a0>] validate_chain+0xa2c/0x1100
>  [<000000000008ad84>] __lock_acquire+0x510/0xbfc
>  [<000000000008b51c>] lock_acquire+0xac/0xd4
>  [<000000000016bba8>] sysfs_deactivate+0x94/0x108
>  [<000000000016c506>] sysfs_addrm_finish+0x5a/0xa8
>  [<0000000000169f38>] sysfs_hash_and_remove+0x64/0x9c
>  [<000000000016dbae>] sysfs_remove_group+0x76/0x12c
>  [<00000000003dfaae>] smp_cpu_notify+0xae/0xc8
>  [<00000000003eb652>] notifier_call_chain+0x56/0x98
>  [<000000000007a1b2>] raw_notifier_call_chain+0x2a/0x3c
>  [<00000000003dd132>] _cpu_down+0x1aa/0x34c
>  [<00000000003dd356>] cpu_down+0x82/0x88
>  [<00000000003ddac0>] store_online+0x5c/0xc8
>  [<000000000016a9be>] sysfs_write_file+0xf6/0x1a8
>  [<00000000000ffd5c>] vfs_write+0xac/0x178
>  [<00000000000fff24>] SyS_write+0x58/0xa8
>  [<00000000000295b6>] sysc_noemu+0x10/0x16
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

  reply	other threads:[~2010-01-22  3:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-21 15:53 Heiko Carstens
2010-01-22  3:24 ` Xiaotian Feng [this message]
2010-01-22  4:42 ` Américo Wang
2010-01-22  8:44   ` Heiko Carstens

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=7b6bb4a51001211924v12e6ebf9ve4795ce96cd0a3f8@mail.gmail.com \
    --to=xtfeng@gmail.com \
    --cc=ebiederm@xmission.com \
    --cc=gregkh@suse.de \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®