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]
Message-ID: <ZwvGEV3LouMEb3L1@kroah.com>
Date: Sun, 13 Oct 2024 15:07:29 +0200
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 fixes for 6.12-rc3

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc3

for you to fetch changes up to faa34159d08089036b6119c85e279fb36abb8bb5:

  net/9p/usbg: Fix build error (2024-10-09 09:56:40 +0200)

----------------------------------------------------------------
USB fixes for 6.12-rc3

Here are some small USB fixes for some reported problems for 6.12-rc3.
Include in here is:
  - fix for yurex driver that was caused in -rc1
  - build error fix for usbg network filesystem code
  - onboard_usb_dev build fix
  - dwc3 driver fixes for reported errors
  - gadget driver fix
  - new USB storage driver quirk
  - xhci resume bugfix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Icenowy Zheng (1):
      usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip

Jinjie Ruan (1):
      net/9p/usbg: Fix build error

John Keeping (1):
      usb: gadget: core: force synchronous registration

Jose Alberto Reguero (1):
      usb: xhci: Fix problem with xhci resume from suspend

Oliver Neukum (2):
      Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
      USB: yurex: kill needless initialization in yurex_read

Radhey Shyam Pandey (1):
      usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus support

Roy Luo (1):
      usb: dwc3: re-enable runtime PM after failed resume

Selvarasu Ganesan (1):
      usb: dwc3: core: Stop processing of pending events if controller is halted

 drivers/usb/dwc3/core.c            | 30 ++++++++++++++++++++++--------
 drivers/usb/dwc3/core.h            |  4 ----
 drivers/usb/dwc3/gadget.c          | 11 -----------
 drivers/usb/gadget/udc/core.c      |  1 +
 drivers/usb/host/xhci-pci.c        |  5 +++++
 drivers/usb/misc/Kconfig           | 12 ++++++++++++
 drivers/usb/misc/onboard_usb_dev.c |  6 ++++--
 drivers/usb/misc/yurex.c           | 21 +++++++++------------
 drivers/usb/storage/unusual_devs.h | 11 +++++++++++
 net/9p/Kconfig                     |  2 ++
 10 files changed, 66 insertions(+), 37 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ