lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 27 Nov 2022 15:01:58 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 6.1-rc7

The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc7

for you to fetch changes up to 7a21b27aafa3edead79ed97e6f22236be6b9f447:

  usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1 (2022-11-22 16:52:05 +0100)

----------------------------------------------------------------
USB fixes for 6.1-rc7

Here are some small USB fixes for 6.1-rc7 that resolve some reported
problems:
	- cdnsp driver fixes for reported problems
	- dwc3 fixes for some small reported problems
	- uvc gadget driver fix for reported regression due to changes
	  in 6.1-rc1.

All of these have been in linux-next with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Marek Szyprowski (1):
      usb: dwc3: exynos: Fix remove() function

Michael Grzeschik (1):
      usb: gadget: uvc: also use try_format in set_format

Pawel Laszczak (2):
      usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
      usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1

Thinh Nguyen (2):
      usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
      usb: dwc3: gadget: Clear ep descriptor last

 drivers/usb/cdns3/cdnsp-gadget.c       | 12 ++----
 drivers/usb/cdns3/cdnsp-ring.c         | 17 +++++---
 drivers/usb/dwc3/dwc3-exynos.c         | 11 +-----
 drivers/usb/dwc3/gadget.c              | 15 +++----
 drivers/usb/gadget/function/uvc_v4l2.c | 72 ++++++++++------------------------
 5 files changed, 46 insertions(+), 81 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ