From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
To: Felipe Balbi <balbi@kernel.org>
Cc: John Youn <John.Youn@synopsys.com>, stable@vger.kernel.org
Cc: stable@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH v2 2/7] usb: dwc3: gadget: Fix handling ZLP
Date: Wed, 26 Aug 2020 13:54:12 +0000 [thread overview]
Message-ID: <20200826135412.E6F4C22B4D@mail.kernel.org> (raw)
In-Reply-To: <14acf1f4680fbd9b8d6b60a748a17ee6a04380a8.1596767991.git.thinhn@synopsys.com>
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag
fixing commit: d6e5a549cc4d ("usb: dwc3: simplify ZLP handling").
The bot has tested the following trees: v5.8.2, v5.7.16, v5.4.59, v4.19.140, v4.14.193.
v5.8.2: Build OK!
v5.7.16: Failed to apply! Possible dependencies:
2e6e9e4b2ed7 ("usb: dwc3: gadget: Refactor TRB completion handler")
3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams")
b6842d4938c3 ("usb: dwc3: gadget: Check for in-progress END_TRANSFER")
d9feef974e0d ("usb: dwc3: gadget: Continue to process pending requests")
v5.4.59: Failed to apply! Possible dependencies:
2e6e9e4b2ed7 ("usb: dwc3: gadget: Refactor TRB completion handler")
3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams")
b6842d4938c3 ("usb: dwc3: gadget: Check for in-progress END_TRANSFER")
d9feef974e0d ("usb: dwc3: gadget: Continue to process pending requests")
v4.19.140: Failed to apply! Possible dependencies:
2e6e9e4b2ed7 ("usb: dwc3: gadget: Refactor TRB completion handler")
3aec99154db3 ("usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDING")
3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams")
974a1368c33e ("usb: dwc3: gadget: don't use resource_index as a flag")
a3af5e3ad3f1 ("usb: dwc3: gadget: add dwc3_request status tracking")
b6842d4938c3 ("usb: dwc3: gadget: Check for in-progress END_TRANSFER")
c58d8bfc77a2 ("usb: dwc3: gadget: Check END_TRANSFER completion")
d3abda5a98a1 ("usb: dwc3: gadget: Clear started flag for non-IOC")
d9feef974e0d ("usb: dwc3: gadget: Continue to process pending requests")
da10bcdd6f70 ("usb: dwc3: gadget: Delay starting transfer")
v4.14.193: Failed to apply! Possible dependencies:
09fe1f8d7e2f ("usb: dwc3: gadget: track number of TRBs per request")
0bd0f6d201eb ("usb: dwc3: gadget: remove allocated/queued request tracking")
1a22ec643580 ("usb: dwc3: gadget: combine unaligned and zero flags")
38408464aa76 ("usb: dwc3: gadget: XferNotReady is Isoc-only")
3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams")
502a37b98a7b ("usb: dwc3: gadget: cache frame number in struct dwc3_ep")
66f5dd5a0379 ("usb: dwc3: gadget: rename done_trbs and done_reqs")
7fdca766499b ("usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype")
8f608e8ab628 ("usb: dwc3: gadget: remove unnecessary 'dwc' parameter")
a31e63b608ff ("usb: dwc3: gadget: Correct handling of scattergather lists")
d80fe1b6e34d ("usb: dwc3: gadget: simplify short packet event")
e0c42ce590fe ("usb: dwc3: gadget: simplify IOC handling")
f38e35dd84e2 ("usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()")
fbea935accf4 ("usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
next prev parent reply other threads:[~2020-08-26 13:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-07 2:46 [PATCH v2 0/7] usb: dwc3: gadget: Fix TRB preparation Thinh Nguyen
2020-08-07 2:46 ` [PATCH v2 1/7] usb: dwc3: gadget: Don't setup more than requested Thinh Nguyen
2020-08-13 16:25 ` Sasha Levin
2020-08-19 23:56 ` Sasha Levin
2020-08-26 13:54 ` Sasha Levin
2020-08-07 2:46 ` [PATCH v2 2/7] usb: dwc3: gadget: Fix handling ZLP Thinh Nguyen
2020-08-19 23:57 ` Sasha Levin
2020-08-26 13:54 ` Sasha Levin [this message]
2020-08-07 2:46 ` [PATCH v2 3/7] usb: dwc3: gadget: Handle ZLP for sg requests Thinh Nguyen
2020-08-07 2:46 ` [PATCH v2 4/7] usb: dwc3: gadget: Refactor preparing TRBs Thinh Nguyen
2020-08-17 13:42 ` Felipe Balbi
2020-08-17 17:35 ` Thinh Nguyen
2020-08-07 2:46 ` [PATCH v2 5/7] usb: dwc3: gadget: Account for extra TRB Thinh Nguyen
2020-08-07 2:46 ` [PATCH v2 6/7] usb: dwc3: gadget: Rename misleading function names Thinh Nguyen
2020-09-24 7:47 ` Felipe Balbi
2020-09-24 7:54 ` Thinh Nguyen
2020-09-24 8:53 ` Felipe Balbi
2020-09-24 9:06 ` Felipe Balbi
2020-08-07 2:47 ` [PATCH v2 7/7] usb: dwc3: ep0: Skip ZLP setup for OUT Thinh Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200826135412.E6F4C22B4D@mail.kernel.org \
--to=sashal@kernel.org \
--cc=John.Youn@synopsys.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.