Message ID | 87r1pcqh7u.fsf@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 58d51f330e76cd7536d1f7e6ef46dd241a7b38ef |
Headers | show |
Series | [GIT,PULL] USB: fixes for v5.10-rc2 | expand |
On Mon, Nov 02, 2020 at 10:46:13AM +0200, Felipe Balbi wrote: > > 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 Pulled and pushed out, thanks. greg k-h
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(-)