A bisect implicates this bad commit.

commit e7c2f967445dd2041f0f8e3179cca22bb8bb7f79
Author: Tejun Heo <t...@kernel.org>
Date:   Tue Aug 21 13:18:24 2012 -0700

    workqueue: use mod_delayed_work() instead of __cancel + queue
    
    Now that mod_delayed_work() is safe to call from IRQ handlers,
    __cancel_delayed_work() followed by queue_delayed_work() can be
    replaced with mod_delayed_work().
    
    Most conversions are straight-forward except for the following.
    
    * net/core/link_watch.c: linkwatch_schedule_work() was doing a quite
      elaborate dancing around its delayed_work.  Collapse it such that
      linkwatch_work is queued for immediate execution if LW_URGENT and
      existing timer is kept otherwise.
    
    Signed-off-by: Tejun Heo <t...@kernel.org>
    Cc: "David S. Miller" <da...@davemloft.net>
    Cc: Tomi Valkeinen <tomi.valkei...@ti.com>

 block/blk-core.c                    |  6 ++----
 block/blk-throttle.c                |  7 +------
 drivers/block/floppy.c              |  3 +--
 drivers/infiniband/core/mad.c       | 14 +++++---------
 drivers/input/keyboard/qt2160.c     |  3 +--
 drivers/input/mouse/synaptics_i2c.c |  7 +------
 net/core/link_watch.c               | 21 ++++++---------------
 7 files changed, 17 insertions(+), 44 deletions(-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1083980

Title:
  Intel Wi-Fi 6250 (iwldvm) fails to associate with WPA-Enterprise PEAP-
  MSCHAPv2 network in kernel 3.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1083980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to