From: Gautham R Shenoy <ego@in.ibm.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Miles Lane <miles.lane@gmail.com>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
Oleg Nesterov <oleg@tv-sign.ru>, Andi Kleen <ak@suse.de>,
linux-kernel@vger.kernel.org
Subject: Re: 2.6.21-rc7-mm1 + sysfs-oops-workaround.patch -- software suspend failed (1 tasks refusing to freeze)
Date: Thu, 26 Apr 2007 03:07:25 +0530 [thread overview]
Message-ID: <20070425213725.GG15134@in.ibm.com> (raw)
In-Reply-To: <20070425141245.1bb29930.akpm@linux-foundation.org>
Hi Andrew,
Looks like we went off-list :)
On Wed, Apr 25, 2007 at 02:12:45PM -0700, Andrew Morton wrote:
> On Wed, 25 Apr 2007 13:00:01 -0700
> "Miles Lane" <miles.lane@gmail.com> wrote:
>
> > SysRq : Show State
>
> OK. Your freezer failure is caused by lots of breakage with networking's
> rtnl_lock.
>
> My usual first step with these traces is to search for " D ":
>
> avahi-daemon D 000003D0 0 2853 1 (NOTLB)
> c32e1c80 00000092 a4206282 000003d0 00000000 00000046 a4206282 000003d0
> c1ca35e4 c03b9b54 c30fc2f0 c1ca34d0 c036f520 c32e1cb0 c036f4e0 00000246
> c32e1cd0 c0299cc7 00000000 00000002 c0299dfe 00000246 00000202 c1f7f060
> Call Trace:
> [__mutex_lock_slowpath+330/610] __mutex_lock_slowpath+0x14a/0x262
> [mutex_lock+31/35] mutex_lock+0x1f/0x23
> [rtnl_lock+16/18] rtnl_lock+0x10/0x12
> [ip_mc_leave_group+24/170] ip_mc_leave_group+0x18/0xaa
> [ip_setsockopt+1608/2365] ip_setsockopt+0x648/0x93d
> [udp_setsockopt+67/74] udp_setsockopt+0x43/0x4a
> [sock_common_setsockopt+30/37] sock_common_setsockopt+0x1e/0x25
> [sys_setsockopt+105/133] sys_setsockopt+0x69/0x85
> [sys_socketcall+488/577] sys_socketcall+0x1e8/0x241
> [sysenter_past_esp+95/153] sysenter_past_esp+0x5f/0x99
>
> and
>
> multiload-app D 000003D0 0 4159 1 (NOTLB)
> c733ee10 00200092 aa7df471 000003d0 00000000 00200046 aa7df471 000003d0
> c7277624 c03b9b54 c72fea98 00000000 c036f520 c733ee40 c036f4e0 00200246
> c733ee60 c0299cc7 00000000 00000002 c0299dfe 00200246 00000000 00000000
> Call Trace:
> [__mutex_lock_slowpath+330/610] __mutex_lock_slowpath+0x14a/0x262
> [mutex_lock+31/35] mutex_lock+0x1f/0x23
> [rtnl_lock+16/18] rtnl_lock+0x10/0x12
> [dev_ioctl+1066/1134] dev_ioctl+0x42a/0x46e
> [sock_ioctl+446/458] sock_ioctl+0x1be/0x1ca
> [do_ioctl+34/104] do_ioctl+0x22/0x68
> [vfs_ioctl+575/594] vfs_ioctl+0x23f/0x252
> [sys_ioctl+49/74] sys_ioctl+0x31/0x4a
> [sysenter_past_esp+95/153] sysenter_past_esp+0x5f/0x99
>
>
> and
>
> wpa_supplican D 000003D0 0 6511 1 (NOTLB)
> c724cc50 00200092 a33ddada 000003d0 00000000 00200046 a33ddada 000003d0
> c7191624 c03b9b54 c72fe330 c46c64d0 c036f520 c724cc80 c036f4e0 00200246
> c724cca0 c0299cc7 00000000 00000002 c0299dfe 00200046 00000000 00000000
> Call Trace:
> [__mutex_lock_slowpath+330/610] __mutex_lock_slowpath+0x14a/0x262
> [mutex_lock+31/35] mutex_lock+0x1f/0x23
> [rtnetlink_rcv+26/68] rtnetlink_rcv+0x1a/0x44
> [netlink_data_ready+21/85] netlink_data_ready+0x15/0x55
> [netlink_sendskb+34/83] netlink_sendskb+0x22/0x53
> [netlink_unicast+443/469] netlink_unicast+0x1bb/0x1d5
> [netlink_sendmsg+582/594] netlink_sendmsg+0x246/0x252
> [sock_sendmsg+204/229] sock_sendmsg+0xcc/0xe5
> [sys_sendto+204/236] sys_sendto+0xcc/0xec
> [sys_send+54/56] sys_send+0x36/0x38
> [sys_socketcall+318/577] sys_socketcall+0x13e/0x241
> [sysenter_past_esp+95/153] sysenter_past_esp+0x5f/0x99
>
> and lots more of the same.
>
>
> There is something seriously scrogged with networking locking in -mm. We
> know there's one locking bug which manifests in the bare net-2.6.22 tree,
> and I'm suspecting that there are other (albeit perhaps related) locking
> bugs triggered by something else in -mm. Something which precedes
> git-net.patch in the series file (ie: another subsystem tree).
>
> So for now, we should assume that there's no freezer-related problem being
> demonstrated here.
Doesn't look like it ATM.
>
Regards
gautham.
--
Gautham R Shenoy
Linux Technology Center
IBM India.
"Freedom comes with a price tag of responsibility, which is still a bargain,
because Freedom is priceless!"
prev parent reply other threads:[~2007-04-25 21:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-25 5:27 2.6.21-rc7-mm1 + sysfs-oops-workaround.patch -- software suspend failed (1 tasks refusing to freeze) Miles Lane
2007-04-25 5:41 ` Andrew Morton
2007-04-25 5:49 ` Miles Lane
2007-04-25 5:54 ` Andrew Morton
2007-04-25 6:41 ` Miles Lane
2007-04-25 7:07 ` Andrew Morton
2007-04-25 7:32 ` Andi Kleen
[not found] ` <a44ae5cd0704250048i474d7249l7d5b27f6adaf2742@mail.gmail.com>
2007-04-25 19:52 ` Rafael J. Wysocki
[not found] ` <20070425011902.714d85d6.akpm@linux-foundation.org>
[not found] ` <a44ae5cd0704251300o2804e71dwebeda266415b691b@mail.gmail.com>
2007-04-25 21:33 ` Gautham R Shenoy
[not found] ` <20070425141245.1bb29930.akpm@linux-foundation.org>
2007-04-25 21:37 ` Gautham R Shenoy [this message]
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=20070425213725.GG15134@in.ibm.com \
--to=ego@in.ibm.com \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miles.lane@gmail.com \
--cc=oleg@tv-sign.ru \
--cc=rjw@sisk.pl \
/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