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=-5.8 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 C0AD9C433B4 for ; Thu, 22 Apr 2021 08:46:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8339F613DE for ; Thu, 22 Apr 2021 08:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235459AbhDVIqr (ORCPT ); Thu, 22 Apr 2021 04:46:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:33238 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230270AbhDVIqq (ORCPT ); Thu, 22 Apr 2021 04:46:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E98DD613DE; Thu, 22 Apr 2021 08:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619081170; bh=4nheqwl05OYDRXeZyfMJy6aYK1NXONMSey8HL0+Zb9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PvJpDtJegEqOa0Gd7QypJCSiRy/z84tE2k+DG4b7G8Z84NqqMouJ1TDqP+F9aZdmG /v/G2Z6WXt5hUeHrgeqf2JyrABxWl6I5tyZ3macKHTFj2QQ14OASQliwZezOgg1arb s8eROn+lnAu0DHmvTih4kHCbLHHUBArZLkQzlUqo= Date: Thu, 22 Apr 2021 10:46:07 +0200 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Ikjoon Jang , Yaqii Wu , linux-usb@vger.kernel.org, Mathias Nyman , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/2] usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler Message-ID: References: <20210330080617.3746932-1-ikjn@chromium.org> <20210330160508.1.I797d214790033d0402d19ff6b47a34aff60d3062@changeid> <1617179455.2752.1.camel@mhfsdcap03> <1617675492.22435.4.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1617675492.22435.4.camel@mhfsdcap03> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 06, 2021 at 10:18:12AM +0800, Chunfeng Yun wrote: > On Mon, 2021-04-05 at 09:04 +0200, Greg Kroah-Hartman wrote: > > On Wed, Mar 31, 2021 at 04:30:55PM +0800, Chunfeng Yun wrote: > > > cc Yaqii Wu > > > > > > I'll test it , thanks > > > > Did you test this series and find any problems? If not, I'll go queue > > these up... > Yes, found an issue on the start-split transaction, but not found the > root cause yet :( So you are objecting to these being merged at this point in time? Can you provide feedback to the author about what is wrong? thanks, greg k-h