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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46A57C71133 for ; Fri, 25 Aug 2023 08:27:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238582AbjHYI1I (ORCPT ); Fri, 25 Aug 2023 04:27:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240830AbjHYI0h (ORCPT ); Fri, 25 Aug 2023 04:26:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68A5019A1 for ; Fri, 25 Aug 2023 01:26:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F24FC619E4 for ; Fri, 25 Aug 2023 08:26:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CF0EC433C7; Fri, 25 Aug 2023 08:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692951994; bh=jNR01QnbVvkLaNT68ey5tgbJzM2fnE53O4iIHKpT3rs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1U6KlNrajAy3rGD3kS5NKy0dD1C+Pfk8/T2fvsGEj8gXsOdS3mEDzw9GsWvmHWtD+ kIt/10PtNDeHAo7YMB7tWqskmpQaSSzQyhoIN5E8bkkeH5eKpCiLZRp3Yeff0w+ecU 8doMGBK3BxaHTJwI9EkG/c80OeS2BLOZPOCPxEwA= Date: Fri, 25 Aug 2023 09:13:50 +0200 From: Greg Kroah-Hartman To: Pawel Laszczak Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , Peter Chen , Sasha Levin Subject: Re: [PATCH 5.10 054/135] usb: cdnsp: Device side header file for CDNSP driver Message-ID: <2023082520-finance-cognitive-ba30@gregkh> References: <20230824170617.074557800@linuxfoundation.org> <20230824170619.509775632@linuxfoundation.org> <2023082541-reshape-bagel-f9f2@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2023082541-reshape-bagel-f9f2@gregkh> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Aug 25, 2023 at 09:12:29AM +0200, Greg Kroah-Hartman wrote: > On Fri, Aug 25, 2023 at 07:01:52AM +0000, Pawel Laszczak wrote: > > Hi Greg, > > > > I don't understand why this is queued for 5.10 stable version. > > > > Driver has been upstreamed into 5.12 version. > > Which specific driver? cdns3 is in 5.10 > > > >Because the size of main patch is very big, I’ve decided to create > > >separate patch for cdnsp-gadget.h. It should simplify reviewing the code. > > > > > >Signed-off-by: Pawel Laszczak > > >Signed-off-by: Peter Chen > > >Stable-dep-of: dbe678f6192f ("usb: cdns3: fix NCM gadget RX speed 20x slow > > >than expection at iMX8QM") > > The patch was taken as a dependancy of this commit, which is fixing an > issue for the change that went into 5.4, which is in 5.10.y. > > Maybe the dependancy checker got this incorrect, let me go see... Yes, the checker got this wrong, it wasn't needed at all, thanks for pointing it out. I've dropped this from the queue now. thanks, greg k-h