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 9AA9BC04AA5 for ; Thu, 25 Aug 2022 11:57:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240595AbiHYL5J (ORCPT ); Thu, 25 Aug 2022 07:57:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236914AbiHYL5I (ORCPT ); Thu, 25 Aug 2022 07:57:08 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CB31A50EF for ; Thu, 25 Aug 2022 04:57:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EBD76B82738 for ; Thu, 25 Aug 2022 11:57:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23C12C433D6; Thu, 25 Aug 2022 11:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661428625; bh=36ofyImJH4P6Zn0b+tKV/OH5hk1VWXPWFjYwwMHYljU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tJf2x2gldYPzy9dhhh0PJhZhUc4OW/FgqrlIresl912l4k/vYW6afb3Qx35nQ6gYX ZwEKR8p2QD8ZBFWA/DOpLltYb4oTsLQ9q1vQ7g87PYXu2dSgCwnwCwP9mVYEZUrmTK OzhZiO9F3lp28GDQOBCIYLmpgvoLZJ5Dvj+rrdUw= Date: Thu, 25 Aug 2022 13:57:02 +0200 From: Greg KH To: Pawel Laszczak Cc: "stable@vger.kernel.org" , Peter Chen Subject: Re: [PATCH] usb: cdns3: Fix issue for clear halt endpoint Message-ID: References: <20220825111235.29250-1-pawell@cadence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Aug 25, 2022 at 11:19:32AM +0000, Pawel Laszczak wrote: > > Hi Greg, > > It is backport to 5.4 stable version. > Please apply this patch. Now queued up, thanks. greg k-h