Return-path: Received: from mtiwmhc12.worldnet.att.net ([204.127.131.116]:35048 "EHLO mtiwmhc12.worldnet.att.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753545AbYLEPOM (ORCPT ); Fri, 5 Dec 2008 10:14:12 -0500 Message-ID: <49394541.30404@lwfinger.net> (sfid-20081205_161416_744342_7EEDED1A) Date: Fri, 05 Dec 2008 09:14:09 -0600 From: Larry Finger MIME-Version: 1.0 To: Christian Lamparter CC: linux-wireless@vger.kernel.org, Johannes Berg , John W Linville , linux-usb@vger.kernel.org, gregkh@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] p54usb: fix usb_kill_urb hang with slub_debug=P References: <200812051547.45790.chunkeey@web.de> In-Reply-To: <200812051547.45790.chunkeey@web.de> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Christian Lamparter wrote: > This patch fixes a problem identified by Johannes Berg. > > It looks like this is a classic case of "use-after-freed". > A module which should reproduce the problem on > any other USB device can be found right here: > http://kerneltrap.org/mailarchive/linux-usb/2008/12/4/4317064 I didn't find either the code nor a link to it in the above link. What did I miss? Larry