Return-path: Received: from DMZ-MAILSEC-SCANNER-3.MIT.EDU ([18.9.25.14]:53533 "EHLO dmz-mailsec-scanner-3.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754935Ab2K1PWf (ORCPT ); Wed, 28 Nov 2012 10:22:35 -0500 Date: Wed, 28 Nov 2012 10:17:28 -0500 (EST) From: Anders Kaseorg To: Tejun Heo , Herbert Xu , "John W. Linville" cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Wireless regression in workqueue: use mod_delayed_work() instead of __cancel + queue In-Reply-To: Message-ID: (sfid-20121128_162238_788298_ED47B9DB) References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 28 Nov 2012, Anders Kaseorg wrote: > My Intel 6250 wireless card (iwldvm) can no longer associate with a > WPA-Enterprise network (PEAP-MSCHAPv2). To my surprise, I bisected this > regression to commit e7c2f967445dd2041f0f8e3179cca22bb8bb7f79, > workqueue: use mod_delayed_work() instead of __cancel + queue. > > A bunch of logs collected by Ubuntu apport are in this bug report: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1083980 > > How can I help to debug this? > > I see that someone else reported another regression with the same commit > last week, although this looks unrelated at first glance: > http://thread.gmane.org/gmane.linux.kernel/1395938 > > Anders (Oops, re-sending to fix a typo in the LKML address.) Anders