public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Maxim Levitsky <maximlevitsky@gmail.com>
To: linux-pm <linux-pm@lists.linux-foundation.org>
Subject: Lokdep messages during resume from disk
Date: Wed, 03 Feb 2010 18:31:34 +0200	[thread overview]
Message-ID: <1265214694.18521.3.camel@maxim-laptop> (raw)

Hi,

Since now, my notebook finally have the ability to do hibernate
reliably, I want to report this, probably cosmetic issue.

This lockdep message shows up always in the kernel that does the resume.

[    3.111118] Freezing user space processes ... (elapsed 0.01 seconds) done.
[    3.130340] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[    3.150375] PM: Reading hibernation image.
[    3.160309] PM: Loading image data pages (128548 pages) ... done
[   14.385776] PM: Read 514192 kbytes in 11.22 seconds (45.82 MB/s)
[   14.385867] PM: Image successfully loaded
[   14.386838] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   14.470597] ata_piix 0000:00:1f.1: PCI INT A disabled
[   14.470997] PM: quiesce of devices complete after 84.232 msecs
[   14.472289] PM: late quiesce of devices complete after 1.200 msecs
[   14.472399] Suspending EC transactions
[   14.472850] Disabling non-boot CPUs ...
[   14.591472] CPU 1 is now offline
[   14.591555] lockdep: fixing up alternatives.
[   14.591646] SMP alternatives: switching to UP code
[   14.598663] 
[   14.598665] =============================================
[   14.598824] [ INFO: possible recursive locking detected ]
[   14.598911] 2.6.33-rc5-wl #37
[   14.598987] ---------------------------------------------
[   14.599074] resume/1066 is trying to acquire lock:
[   14.599170]  (s_active){++++.+}, at: [<ffffffff81172ae3>] sysfs_addrm_finish+0x43/0x70
[   14.599483] 
[   14.599485] but task is already holding lock:
[   14.599656]  (s_active){++++.+}, at: [<ffffffff81172e35>] sysfs_get_active_two+0x45/0x60
[   14.599967] 
[   14.599969] other info that might help us debug this:
[   14.600008] 6 locks held by resume/1066:
[   14.600008]  #0:  (&buffer->mutex){+.+.+.}, at: [<ffffffff81171004>] sysfs_write_file+0x44/0x170
[   14.600008]  #1:  (s_active){++++.+}, at: [<ffffffff81172e35>] sysfs_get_active_two+0x45/0x60
[   14.600008]  #2:  (s_active){++++.+}, at: [<ffffffff81172e17>] sysfs_get_active_two+0x27/0x60
[   14.600008]  #3:  (pm_mutex/1){+.+.+.}, at: [<ffffffff8108bd84>] software_resume+0x34/0x210
[   14.600008]  #4:  (cpu_add_remove_lock){+.+.+.}, at: [<ffffffff81046137>] cpu_maps_update_begin+0x17/0x20
[   14.600008]  #5:  (cpu_hotplug.lock){+.+.+.}, at: [<ffffffff8104618c>] cpu_hotplug_begin+0x2c/0x60
[   14.600008] 
[   14.600008] stack backtrace:
[   14.600008] Pid: 1066, comm: resume Not tainted 2.6.33-rc5-wl #37
[   14.600008] Call Trace:
[   14.600008]  [<ffffffff8107aad0>] __lock_acquire+0xf40/0x1d00
[   14.600008]  [<ffffffff81077cca>] ? add_lock_to_list+0x5a/0xe0
[   14.600008]  [<ffffffff8107765e>] ? lockdep_init_map+0x5e/0x5b0
[   14.600008]  [<ffffffff8107b92b>] lock_acquire+0x9b/0x160
[   14.600008]  [<ffffffff81172ae3>] ? sysfs_addrm_finish+0x43/0x70
[   14.600008]  [<ffffffff811721e7>] sysfs_deactivate+0xd7/0x130
[   14.600008]  [<ffffffff81172ae3>] ? sysfs_addrm_finish+0x43/0x70
[   14.600008]  [<ffffffff81172ae3>] sysfs_addrm_finish+0x43/0x70
[   14.600008]  [<ffffffff81172bf8>] sysfs_remove_dir+0x88/0xd0
[   14.600008]  [<ffffffff8122de86>] kobject_del+0x16/0x40
[   14.600008]  [<ffffffff8122df1e>] kobject_release+0x6e/0x240
[   14.600008]  [<ffffffff8122deb0>] ? kobject_release+0x0/0x240
[   14.600008]  [<ffffffff8122f487>] kref_put+0x37/0x70
[   14.600008]  [<ffffffff8122ddb7>] kobject_put+0x27/0x60
[   14.600008]  [<ffffffff81400f39>] cacheinfo_cpu_callback+0xa2/0xdb
[   14.600008]  [<ffffffff8106bb77>] notifier_call_chain+0x47/0x90
[   14.600008]  [<ffffffff8106bc66>] raw_notifier_call_chain+0x16/0x20
[   14.600008]  [<ffffffff813f7c40>] _cpu_down+0x140/0x2e0
[   14.600008]  [<ffffffff81046270>] disable_nonboot_cpus+0xb0/0x120
[   14.600008]  [<ffffffff8108bcc5>] hibernation_restore+0xa5/0x130
[   14.600008]  [<ffffffff8108bf3f>] software_resume+0x1ef/0x210
[   14.600008]  [<ffffffff8108c014>] resume_store+0xb4/0xc0
[   14.600008]  [<ffffffff8122db07>] kobj_attr_store+0x17/0x20
[   14.600008]  [<ffffffff811710a6>] sysfs_write_file+0xe6/0x170
[   14.600008]  [<ffffffff811087f8>] vfs_write+0xb8/0x1a0
[   14.600008]  [<ffffffff811089d1>] sys_write+0x51/0x90
[   14.600008]  [<ffffffff8100305b>] system_call_fastpath+0x16/0x1b
[   14.605822] Task events/1 (pid = 10) is on cpu 1				(state = 1, flags = 84208040) 
[   14.605940] Task kblockd/1 (pid = 142) is on cpu 1				(state = 1, flags = 84208040) 
<6>[ 3060.213061] PM: Restoring platform NVS memory

Everything works fine now though.

Best regards,
	Maxim Levitsky

             reply	other threads:[~2010-02-03 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03 16:31 Maxim Levitsky [this message]
2010-02-03 22:23 ` Lokdep messages during resume from disk 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=1265214694.18521.3.camel@maxim-laptop \
    --to=maximlevitsky@gmail.com \
    --cc=linux-pm@lists.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