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 CE48CC3DA6F for ; Fri, 25 Aug 2023 08:27:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240087AbjHYI0e (ORCPT ); Fri, 25 Aug 2023 04:26:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243492AbjHYI0e (ORCPT ); Fri, 25 Aug 2023 04:26:34 -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 71B5D19A1 for ; Fri, 25 Aug 2023 01:26:32 -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 0824262450 for ; Fri, 25 Aug 2023 08:26:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3918C433C8; Fri, 25 Aug 2023 08:26:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692951991; bh=rS7nJOT7jSNBOOFuhSPsGo80VRBi0vicxS2o2qswm/4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JjCCjOu6AUQrtVUV58wtAUW6Vg9SCK1JYvdhzJwJhhaOarGh5aoIRTRxp9c+AOqsr jW5E5UVUzHtPWN0CrMBXKD1PIfs/Ge8URvLQubyS7IBh6Sj27QDuCL+u0pI5AobZNC gb8WUCF1y0BmJrG2u6A4MtmLl9Wqdk5wpoC7oDv4= Date: Fri, 25 Aug 2023 09:12:28 +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: <2023082541-reshape-bagel-f9f2@gregkh> References: <20230824170617.074557800@linuxfoundation.org> <20230824170619.509775632@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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... thanks, greg k-h