Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp141997rwb; Mon, 26 Sep 2022 10:17:53 -0700 (PDT) X-Google-Smtp-Source: AMsMyM6ed9L+uUVszHbPe7jn3X3DfQYYYq/uDqFlZgtgy/9m9YiGVxDG2o3ufs2CB5rx7bcHX+zF X-Received: by 2002:a05:6402:50d1:b0:452:899e:77c with SMTP id h17-20020a05640250d100b00452899e077cmr23728913edb.0.1664212672960; Mon, 26 Sep 2022 10:17:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1664212672; cv=none; d=google.com; s=arc-20160816; b=cdAAVHb6ZZetgPYvhFsdK7DtYx+QF8tg0dFig50I0REQTNR+s7ME2CvsvOAik3FzRW 7X3KyQEozzTuKO1/XxI64SX3eGfPbq2yfBJK3umgqXmwY/avDbbepofz8nCF8KDibNu8 M8uraHXWKGqKtj4ufB9IMX+QZkLONLiQdClBUZMyKhcmeUD6+8lF2seQ+uwBDRXKHTmn 7/7ma3jme7deLLF7l1TNciIWaYrqwG+3VQbYw7Fl3CtWnEPW2JmZz+fuTAqT093sh78p Nd3k4iAHos6m8NjcdOCmi+Lrd1dFHwWXshgDu1FjB5Ad1bwmptPU12r3vmsS0hVty+64 yM4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=XTpLiPFcKB5losy5hZOSKdHgW9awDQGsV1f31hx9jr4=; b=y4+f/4ix7krJXoFbdrz6E9UJRpfQVctw4aRhl1qbaJ7LRKbdlBz5pOoRU9sj3OsKzC WQ9fefO/jgIgzn7vV06NXfjQOaIGGctJyMT2NlZ5LSJeyRr5hwnlJBILszD/PJr1LBCt 30pPREgLxnOmnr8h4CZZK1Q4fEehEMNsh7VY/yrNNul9ps7cjdZv7ln+aR4QO41hq+jp cUjPQ6EwH9c/qHIiTXPNBbqCCFB+N92WzAHVEdt19JqMHhxOydTjShoNH/dw/yIdfumV U6EBCaJbnOtu7TY2xsAcPwIeuQUbOzJUoBLQCIBVDYpRtL5L2BJwCP11wL8uf/EnqQEv HdQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id m17-20020a056402511100b004542781a13bsi17662066edd.383.2022.09.26.10.17.27; Mon, 26 Sep 2022 10:17:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229535AbiIZQaH (ORCPT + 99 others); Mon, 26 Sep 2022 12:30:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229983AbiIZQ3p (ORCPT ); Mon, 26 Sep 2022 12:29:45 -0400 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id 305987FE50 for ; Mon, 26 Sep 2022 08:18:28 -0700 (PDT) Received: (qmail 410830 invoked by uid 1000); 26 Sep 2022 11:18:27 -0400 Date: Mon, 26 Sep 2022 11:18:27 -0400 From: Alan Stern To: Mathias Nyman Cc: Jens Glathe , mathias.nyman@intel.com, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller Message-ID: References: <20220925172236.2288-1-jens.glathe@oldschoolsolutions.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2022 at 02:31:42PM +0300, Mathias Nyman wrote: > Hi > > Thanks for the patch, some small changes still needed: > > Include subsystem in subject line, something like > usb: xhci: Add XHCI_SPURIOUS... And don't forget to include a revision number inside the []'s on the Subject line for all revised submissions. > On 25.9.2022 20.22, Jens Glathe wrote: > > only if it reports as a V0.96 XHCI controller. Appears to fix the errors It would be nice if the first sentence (not to mention the later ones) of the patch description actually was a complete sentence. I realize that lots of commits don't bother to do this, but IMNSHO they ought to. > > "xhci_hcd
; ERROR Transfer event TRB DMA ptr not part of > > current TD ep_index 2 comp_code 13" that appear spuriously (or pretty > > often) when using a r8152 USB3 ethernet adapter with integrated hub. > > > > Signed-off-by: Jens Glathe > > --- Likewise, for resubmissions don't forget to include a quick description here (just below the "---" line) of how the resubmission differs from the earlier versions. Alan Stern