From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbbCKQRE (ORCPT ); Wed, 11 Mar 2015 12:17:04 -0400 Received: from mail-we0-f178.google.com ([74.125.82.178]:42874 "EHLO mail-we0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750886AbbCKQRB convert rfc822-to-8bit (ORCPT ); Wed, 11 Mar 2015 12:17:01 -0400 MIME-Version: 1.0 In-Reply-To: References: <54FEEC52.8080308@linux.intel.com> <54FF2403.5030601@linux.intel.com> Date: Wed, 11 Mar 2015 17:16:59 +0100 Message-ID: Subject: Re: [V4.0.0-rc3] Xhci Regression: ERROR Transfer event TRB DMA ptr not part of current TD From: =?UTF-8?Q?J=C3=B6rg_Otte?= To: Mathias Nyman Cc: Linux Kernel Mailing List , Greg Kroah-Hartman , USB list , Linus Torvalds , Mauro Carvalho Chehab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2015-03-11 12:01 GMT+01:00 Jörg Otte : > 2015-03-10 18:04 GMT+01:00 Mathias Nyman : >> On 10.03.2015 17:36, Jörg Otte wrote: >> >>>>> Any chance you could take a log with xhci debugging enabled before attaching the DVB-T >>>>> stick? >>>>> >>>>> echo -n 'module xhci_hcd =p' > /sys/kernel/debug/dynamic_debug/control >>>>> >>>>> >>>> >>>> here it comes attached. >>>> >>>> >>>>> I'd suspect one of these two patches: >>>>> >>>>> commit 45ba2154d12fc43b70312198ec47085f10be801a >>>>> xhci: fix reporting of 0-sized URBs in control endpoint >>>>> >>>>> commit 27082e2654dc148078b0abdfc3c8e5ccbde0ebfa >>>>> xhci: Clear the host side toggle manually when endpoint is 'soft reset' >>>>> >>> >>> Revert the commits. >>> The second one "xhci: Clear the host side..." is it ! >>> >> >> Yes, thank you >> >> Seems that It wasn't mature enough, I'll revert it. >> >> From your logs I can see what went wrong, >> >> If you still have some time, could you try out a patch (attached) and see if it solves the >> issue for you. (on top of clean 4.0-rc3). I can't reproduce it with my own USB DVB-T device > > Problems: > error: patch failed: drivers/usb/host/xhci.c:2972 > error: drivers/usb/host/xhci.c: patch does not apply > > For me the patch looks formally good. > No idea why. OK, finally I got it applied successfully. I can confirm now it works for me. Thanks, Jörg