From: Felipe Balbi <balbi@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB: fixes for v5.10-rc2
Date: Mon, 02 Nov 2020 10:46:13 +0200 [thread overview]
Message-ID: <87r1pcqh7u.fsf@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]
Hi Greg,
here's my first pull request for the current -rc. Not much here this
time around, hopefully this comment didn't jinx it ;-)
Let me know if you want anything to be changed.
cheers
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.10-rc2
for you to fetch changes up to 129aa9734559a17990ee933351c7b6956f1dba62:
usb: raw-gadget: fix memory leak in gadget_setup (2020-10-27 11:34:09 +0200)
----------------------------------------------------------------
USB: fixes for v5.10-rc2
Nothing major as of yet, we're adding support for Intel Alder Lake-S
in dwc3, together with a few fixes that are quite important (memory
leak in raw-gadget, probe crashes in goku_udc, and so on).
Signed-off-by: Felipe Balbi <balbi@kernel.org>
----------------------------------------------------------------
Evgeny Novikov (1):
usb: gadget: goku_udc: fix potential crashes in probe
Heikki Krogerus (1):
usb: dwc3: pci: add support for the Intel Alder Lake-S
Martin Blumenstingl (1):
usb: dwc2: Avoid leaving the error_debugfs label unused
Ran Wang (1):
usb: gadget: fsl: fix null pointer checking
Thinh Nguyen (1):
usb: dwc3: ep0: Fix delay status handling
Zqiang (1):
usb: raw-gadget: fix memory leak in gadget_setup
drivers/usb/dwc2/platform.c | 3 +++
drivers/usb/dwc3/dwc3-pci.c | 4 ++++
drivers/usb/dwc3/ep0.c | 3 ++-
drivers/usb/gadget/legacy/raw_gadget.c | 5 ++++-
drivers/usb/gadget/udc/fsl_udc_core.c | 2 +-
drivers/usb/gadget/udc/goku_udc.c | 2 +-
6 files changed, 15 insertions(+), 4 deletions(-)
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]
next reply other threads:[~2020-11-02 8:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 8:46 Felipe Balbi [this message]
2020-11-02 12:36 ` [GIT PULL] USB: fixes for v5.10-rc2 Greg Kroah-Hartman
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=87r1pcqh7u.fsf@kernel.org \
--to=balbi@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@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.