From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753383AbbCLIbF (ORCPT ); Thu, 12 Mar 2015 04:31:05 -0400 Received: from mga03.intel.com ([134.134.136.65]:49403 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbbCLIbA (ORCPT ); Thu, 12 Mar 2015 04:31:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,387,1422950400"; d="scan'208";a="697633551" Message-ID: <55014F1F.8020801@linux.intel.com> Date: Thu, 12 Mar 2015 10:32:31 +0200 From: Mathias Nyman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: =?UTF-8?B?SsO2cmcgT3R0ZQ==?= CC: Linux Kernel Mailing List , Greg Kroah-Hartman , USB list , Linus Torvalds , Mauro Carvalho Chehab Subject: Re: [V4.0.0-rc3] Xhci Regression: ERROR Transfer event TRB DMA ptr not part of current TD References: <54FEEC52.8080308@linux.intel.com> <54FF2403.5030601@linux.intel.com> In-Reply-To: X-Enigmail-Version: 1.6 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 On 11.03.2015 18:16, Jörg Otte wrote: > 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: >>> >>>>>> 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. > Great, Thanks -Mathias