From patchwork Wed Aug 19 12:01:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 11723767 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C404A739 for ; Wed, 19 Aug 2020 12:02:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A83A3206DA for ; Wed, 19 Aug 2020 12:02:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597838522; bh=XPF4pUZ9XLJGLm2ke+y+xWCrX98qc3PG+j5IETCQ9Ow=; h=From:To:Cc:Subject:Date:List-ID:From; b=hriZfgQObcTsxsAVNs0IfF+5D+qV99/FlYikLhhqLUV6bGOpMKHoZ0lQOt149TEzq RCKIehFzKj6cypuWizMtM+G2WsEzGqlTh72fx+3bGSdBeDsnD6RDWnwl+tAhKMNsEM RX1rJlvepnZocS+5etoYMotBPmMNEkNTViVFhCgo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728150AbgHSMB7 (ORCPT ); Wed, 19 Aug 2020 08:01:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:55304 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728143AbgHSMBR (ORCPT ); Wed, 19 Aug 2020 08:01:17 -0400 Received: from saruman (unknown [85.206.163.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C6D78205CB; Wed, 19 Aug 2020 12:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597838476; bh=XPF4pUZ9XLJGLm2ke+y+xWCrX98qc3PG+j5IETCQ9Ow=; h=From:To:Cc:Subject:Date:From; b=UNK33lHaHxwT7+a2XY32U1EWo0vGDHUJZutlBk+Jxk6OKw9bbLNDBCtUB8q47j2Q6 GvqkI//cnFYgBjSPjNQoVlmR5FKsen70TlvgtV4EVWtZoznppLJjh9Ayo0ANo2djaN iZLHsrz4pvVmiE7MpEg+l3DkpG9glsuZhbc4mtdY= From: Felipe Balbi To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Subject: [GIT PULL] USB: fixes for v5.9-rc2 Date: Wed, 19 Aug 2020 15:01:09 +0300 Message-ID: <87wo1uyhdm.fsf@kernel.org> MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)