mbox series

[GIT,PULL] USB: fixes for v5.9-rc2

Message ID 87wo1uyhdm.fsf@kernel.org (mailing list archive)
State Mainlined
Commit ab565f7eb19340af7f33d010ce95a98a1ef3babf
Headers show
Series [GIT,PULL] USB: fixes for v5.9-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.9-rc2

Message

Felipe Balbi Aug. 19, 2020, 12:01 p.m. UTC
Hi Greg,

Here's my first pull request for the current -rc cycle. It contains only
4 commits. Hopefully this means the USB gadget framework is almost ready
;-)

Let me know if you want anything to be changed

cheers

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.9-rc2

for you to fetch changes up to bc9a2e226ea95e1699f7590845554de095308b75:

  usb: dwc3: gadget: Handle ZLP for sg requests (2020-08-17 15:22:08 +0300)

----------------------------------------------------------------
USB: fixes for v5.9-rc

Three ZLP fixes on dwc3 and a resource leak fix on the TCM gadget

Signed-off-by: Felipe Balbi <balbi@kernel.org>

----------------------------------------------------------------
Christophe JAILLET (1):
      usb: gadget: f_tcm: Fix some resource leaks in some error paths

Thinh Nguyen (3):
      usb: dwc3: gadget: Don't setup more than requested
      usb: dwc3: gadget: Fix handling ZLP
      usb: dwc3: gadget: Handle ZLP for sg requests

 drivers/usb/dwc3/gadget.c           | 107 ++++++++++++++++++++++++++++++------
 drivers/usb/gadget/function/f_tcm.c |   7 ++-
 2 files changed, 93 insertions(+), 21 deletions(-)

Comments

Greg KH Aug. 19, 2020, 12:10 p.m. UTC | #1
On Wed, Aug 19, 2020 at 03:01:09PM +0300, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> Here's my first pull request for the current -rc cycle. It contains only
> 4 commits. Hopefully this means the USB gadget framework is almost ready
> ;-)

Hah!

> Let me know if you want anything to be changed
> 
> cheers
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.9-rc2

now pulled and pushed out, thanks.

greg k-h