From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756089Ab1GAU3N (ORCPT ); Fri, 1 Jul 2011 16:29:13 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:35064 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755663Ab1GAU3L (ORCPT ); Fri, 1 Jul 2011 16:29:11 -0400 Subject: Re: Linux 3.0 oopses when pulling a USB CDROM From: James Bottomley To: Dave Jones Cc: Andi Kleen , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, axboe@kernel.dk, rjw@sisk.pl, linux-usb@vger.kernel.org In-Reply-To: <20110701181406.GA1614@redhat.com> References: <20110701170531.GA3693@tassilo.jf.intel.com> <20110701181406.GA1614@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 01 Jul 2011 15:29:08 -0500 Message-ID: <1309552148.2722.46.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2011-07-01 at 14:14 -0400, Dave Jones wrote: > On Fri, Jul 01, 2011 at 10:05:31AM -0700, Andi Kleen wrote: > > > I found I can reliably crash a 3.0 system by pulling the > > USB cable of a mounted USB cdrom (or rather a USB device which > > has a builtin fake CD-ROM) > > > > I suspect it's a regression too. > > We've been seeing a lot of similar bugs in Fedora since we pushed > a 2.6.38.8 update. Some of the traces are different, but some > look to be the same as yours. (here's one for eg: https://bugzilla.redhat.com/show_bug.cgi?id=712830) > > The common cause seems to be 'device went away'. So USB CD drives, > USB memory sticks, and for some reason virtualbox shutdown. I think it's something specific in the USB path. I can't reproduce on 3.0-rc5 with a SATA DVD hot unplug. USB cc's added. James