All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
To: netdev@vger.kernel.org
Subject: 3.9.0-rc8-00005-g824282c: [24988.276086] unregister_netdevice: waiting for tap0 to become free. Usage count = 1
Date: Thu, 25 Apr 2013 08:22:38 +0200	[thread overview]
Message-ID: <201304250822.38944.a.miskiewicz@gmail.com> (raw)


suspend & resume from ram on 3.9.0-rc8-00005-g824282c
causes problem below. 3.8.x line doesn't have this problem.

[23429.361300] Freezing user space processes ... 
[23449.380695] Freezing of tasks failed after 20.01 seconds (1 tasks refusing to freeze, wq_busy=0):
[23449.385438] openvpn         D 0000000000000001     0  4668      1 0x00000006
[23449.390225]  ffff88022a1f3b08 0000000000000046 ffff88022a1696c0 ffff88022a1f3fd8
[23449.395020]  0000000000012780 ffff88022a1f3fd8 ffffffff81611410 ffff88022a1696c0
[23449.399833]  00000000000000ce ffffffffa06e0978 0000000000000080 ffff880229b9c000
[23449.404619] Call Trace:
[23449.409356]  [<ffffffff81328e8d>] ? pneigh_queue_purge+0x2a/0x34
[23449.414163]  [<ffffffff8132b1da>] ? neigh_ifdown+0xc0/0xd1
[23449.418942]  [<ffffffff8103e90a>] ? lock_timer_base.isra.38+0x26/0x4a
[23449.423720]  [<ffffffff8103e97e>] ? try_to_del_timer_sync+0x50/0x5c
[23449.428484]  [<ffffffff813bff33>] schedule+0x60/0x62
[23449.433166]  [<ffffffff813be466>] schedule_timeout+0x1aa/0x1fd
[23449.437847]  [<ffffffff8103dfa1>] ? call_timer_fn+0x15f/0x15f
[23449.442555]  [<ffffffff813be4d2>] schedule_timeout_uninterruptible+0x19/0x1b
[23449.447244]  [<ffffffff8103ef24>] msleep+0x16/0x1d
[23449.451900]  [<ffffffff81324b6e>] netdev_run_todo+0x175/0x245
[23449.456498]  [<ffffffff8132e848>] rtnl_unlock+0x9/0xb
[23449.461131]  [<ffffffffa05dccd5>] tun_chr_close+0x2d/0x47 [tun]
[23449.465699]  [<ffffffff81109fe0>] __fput+0xf0/0x1e1
[23449.470227]  [<ffffffff8110a0da>] ____fput+0x9/0xb
[23449.474736]  [<ffffffff8104b6fb>] task_work_run+0x79/0x92
[23449.479169]  [<ffffffff81036088>] do_exit+0x3b8/0x8ee
[23449.483631]  [<ffffffff810406fc>] ? __dequeue_signal+0x16/0x114
[23449.488130]  [<ffffffff8103673a>] do_group_exit+0x6a/0x9d
[23449.492662]  [<ffffffff81042c7a>] get_signal_to_deliver+0x50f/0x554
[23449.497178]  [<ffffffff810020de>] do_signal+0x48/0x49f
[23449.501721]  [<ffffffff8107afe9>] ? sys_futex+0x11a/0x14d
[23449.506319]  [<ffffffff81002565>] do_notify_resume+0x30/0x6d
[23449.510881]  [<ffffffff813c1d5a>] int_signal+0x12/0x17

[23449.517219] Restarting tasks ... done.

and that ends up with:
[23527.916091] unregister_netdevice: waiting for tap0 to become free. Usage count = 1
[23537.956095] unregister_netdevice: waiting for tap0 to become free. Usage count = 1
[23548.196057] unregister_netdevice: waiting for tap0 to become free. Usage count = 1
[23558.440052] unregister_netdevice: waiting for tap0 to become free. Usage count = 1
[23568.684099] unregister_netdevice: waiting for tap0 to become free. Usage count = 1

complete dmesg: http://pastebin.com/5Eq8dz8T

-- 
Arkadiusz Miśkiewicz, arekm / maven.pl [domain blocked by vger and still no clue why]

             reply	other threads:[~2013-04-25  6:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-25  6:22 Arkadiusz Miskiewicz [this message]
2013-04-25  7:59 ` [PATCH] net: tun: release the reference of tun device in tun_recvmsg Gao feng
2013-04-25  7:59   ` Jason Wang
2013-04-25 15:04   ` Arkadiusz Miskiewicz
2013-04-26  5:03     ` Gao feng
2013-04-26  5:08       ` Jason Wang
2013-05-28 22:29         ` Arkadiusz Miskiewicz
2013-06-03  8:16           ` [PATCH] ipv6: assign rt6_info to inet6_ifaddr in init_loopback Gao feng
2013-06-04 23:58             ` David Miller
2013-06-03  8:26           ` [PATCH] net: tun: release the reference of tun device in tun_recvmsg Gao feng
2013-06-05 15:20             ` Arkadiusz Miskiewicz
2013-06-05 15:36               ` Eric Dumazet
2013-04-29 15:07   ` David Miller

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=201304250822.38944.a.miskiewicz@gmail.com \
    --to=a.miskiewicz@gmail.com \
    --cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.