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.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham 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 EC42DC2D0B1 for ; Tue, 4 Feb 2020 11:45:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5AA220730 for ; Tue, 4 Feb 2020 11:45:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=metanate.com header.i=@metanate.com header.b="Ib6TftNU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727100AbgBDLpq (ORCPT ); Tue, 4 Feb 2020 06:45:46 -0500 Received: from dougal.metanate.com ([90.155.101.14]:39523 "EHLO metanate.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727004AbgBDLpq (ORCPT ); Tue, 4 Feb 2020 06:45:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=metanate.com; s=stronger; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References :In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9ePgwnBjgekiWrBjs2uDftk3kIrbG4c/To6D7KPceM8=; b=Ib6TftNUMcJvsP9NZX8goMA5eE xdkdFhS2m9eRPr5ibPCCfbcQduhZMK34mwPqmQTt9cEeZ0XH8cxkePwiBTbqq3kO7fiXcX+LI9QIJ VLoxJFKf9or5b3A9NrGyY+1kiff8pVHqPPLaJKEPGnMd+DGfqWtL3Nw5bjRnjYFxh8czyFnoYLzQy GFyb2sXh3PDpItr1DZ2Xvifg+VzJ/EZSZRVFXlpG54cod/sdyoSP6wLN1eoByYoFLSwePaOgmNyfR uUVY4Nx7uhk035kXM/Abmv0KvAmkrMbFfNVB2X1CLj3jWFVifJ5qmHu0sH5MsPo7TxiPiPk5wUkTU QR74/6vQ==; Received: from dougal.metanate.com ([192.168.88.1] helo=donbot) by email.metanate.com with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1iyweA-0001Eb-LU; Tue, 04 Feb 2020 11:45:38 +0000 Date: Tue, 4 Feb 2020 11:45:38 +0000 From: John Keeping To: Minas Harutyunyan Cc: Felipe Balbi , Greg Kroah-Hartman , "linux-usb@vger.kernel.org" , John Youn , "stable@vger.kernel.org" Subject: Re: [PATCH] usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows Message-ID: <20200204114538.12af5d84.john@metanate.com> In-Reply-To: References: <8736dsl4u4.fsf@gmail.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated: YES Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi Minas, On Fri, 13 Dec 2019 11:54:11 +0000 Minas Harutyunyan wrote: > On 12/10/2019 6:19 PM, Minas Harutyunyan wrote: > > On 12/10/2019 4:53 PM, Felipe Balbi wrote: > >> Minas Harutyunyan writes: > >> > >>> SET/CLEAR_FEATURE for Remote Wakeup allowance not handled correctly. > >>> GET_STATUS handling provided not correct data on DATA Stage. > >>> Issue seen when gadget's dr_mode set to "otg" mode and connected > >>> to MacOS. > >>> Both are fixed and tested using USBCV Ch.9 tests. > >>> > >>> Signed-off-by: Minas Harutyunyan > >> > >> do you want to add a Fixes tag here? > > > > Fixes: fa389a6d7726 ("usb: dwc2: gadget: Add remote_wakeup_allowed flag") > > > Got tested tag by issue reported. > > Tested-By: Jack Mitchell > > Should I resubmit patch as v2 with added "Fixes" and "Tested-by" tags. Was this patch ever picked up? I don't see it in current next. Given Felipe's message [1], I guess it might have got lost. Would you mind resending? [1] https://lore.kernel.org/linux-usb/875zhd6pw0.fsf@kernel.org/ Thanks, John