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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 9A489C4363C for ; Sun, 4 Oct 2020 05:17:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5BB38206DD for ; Sun, 4 Oct 2020 05:17:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601788652; bh=3qVFkra62m6VKWNZU53WNA9U+ftgMpquElg1Cq2XFI4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LLOOM//uEsvqvfJeeX8l1XsC/BcEcJzg9+GhWoDHgUZ9J8K6oem8GyaIL5jUJACYf 13NLH7D+rFKBnFJMMkrA7zK6jbzoObsLcI6l3IFZNuRjoAYOEA7x9yIz6Dk7piGdMQ tN9Qr0V+GEDsZSQWh1z4DhJ93R/qfJl6h8LKdZDg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725846AbgJDFRb (ORCPT ); Sun, 4 Oct 2020 01:17:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:51712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbgJDFRb (ORCPT ); Sun, 4 Oct 2020 01:17:31 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 086392068E; Sun, 4 Oct 2020 05:17:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601788650; bh=3qVFkra62m6VKWNZU53WNA9U+ftgMpquElg1Cq2XFI4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NhqtuyIEe82i8G9Be4vStwUMAmBDPW0248OyC9SmUKeof71/woFRl5hKbhd/AgvA4 e9PxWYcnYONhtD4lSAixFMN/k6QedXA7gm/lEIo85eGpSHLC5bDP7P/ffk2+k1GgBI 8iW2wMTpGGkt6tHdKD39yGdu8jbN1qeKp1l9CSDo= Date: Sun, 4 Oct 2020 07:17:27 +0200 From: Greg Kroah-Hartman To: Byron Stanoszek Cc: Valentina Manea , Shuah Khan , "M. Vefa Bicakci" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: USBIP is claiming all my USB devices - Commit 7a2f2974f265 is broken Message-ID: <20201004051727.GA133949@kroah.com> References: <20201003172738.GA1526548@kroah.com> 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-kernel@vger.kernel.org On Sat, Oct 03, 2020 at 01:54:46PM -0400, Byron Stanoszek wrote: > On Sat, 3 Oct 2020, Greg Kroah-Hartman wrote: > > > On Sat, Oct 03, 2020 at 01:18:36PM -0400, Byron Stanoszek wrote: > > > All, > > > > > > I was testing Linux 5.9-rc7 today when I realized that none of my USB devices > > > were responding anymore. For instance, my mouse does not respond and its usual > > > red LED is not on. > > > > > > Reverting git commit 7a2f2974f265 solved the problem for me. > > > > Can you try the patches listed here: > > https://lore.kernel.org/r/20201003142651.GA794077@kroah.com > > > > As this issue should be solved with them. Hopefully :) > > I confirm this also solved the problem for me. Great! Those patches are now in Linus's tree so all should be good. thanks for testing and letting me know. greg k-h