From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7E0DC4338F for ; Thu, 5 Aug 2021 09:53:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 947E060F58 for ; Thu, 5 Aug 2021 09:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239754AbhHEJx3 (ORCPT ); Thu, 5 Aug 2021 05:53:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:54578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232930AbhHEJx3 (ORCPT ); Thu, 5 Aug 2021 05:53:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A31566104F; Thu, 5 Aug 2021 09:53:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628157194; bh=V1aHmeLRX6++4XDyNMvcfjO6Y76SBpqT5PWm6Es+pSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kRsUOYeD0MNRodBiiDiul52bTxM6iT43h7w/2/cXIl69MAMyDHCGLQ7LbTAFZG7lh B7cl2DfTWwD+3OZm8WskYoZelkC7ZgnehZQruQ+jBIdmyXXBvbmiPwRl/Lal0GXTGz N2pGvcfz1ZlIg09jeQvAsA7//TFLgBIWLg8clFPI= Date: Thu, 5 Aug 2021 11:53:06 +0200 From: Greg KH To: Mathias Nyman Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: USB xhci crash under load on 5.14-rc3 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Aug 04, 2021 at 10:00:46AM +0200, Greg KH wrote: > Hi, > > I was doing some filesystem backups from one USB device to another one > this weekend and kept running into the problem of the xhci controller > shutting down after an hour or so of high volume traffic. > > I finally captured the problem in the kernel log as this would also take > out my keyboard, making it hard to recover from :) > > The log is below for when the problem happens, and then the devices are > disconnected from the bus (ignore the filesystem errors, those are > expected when i/o is in flight and we disconnect a device. > > Any hint as to what the IO_PAGE_FAULT error messages are? > > I'll go back to 5.13.y now and see if I can reproduce it there or not, > as my backups are not yet done... 5.13.7 seemed to work, but locked up overnight when running this same workload, so it is a bit worse. Let me split the USB devices across PCI devices and see if that helps...