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: <aP4pO8V4UAE3XEiY@kroah.com>
Date: Sun, 26 Oct 2025 14:59:23 +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.18-rc3

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a1b866f2018748282fa026eb4c92d032dfda11a9:

  Merge tag 'usb-serial-6.18-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2025-10-24 13:52:58 +0200)

----------------------------------------------------------------
USB driver fixes for 6.18-rc3

Here are some small USB driver fixes and new device ids for 6.18-rc3.
Included in here are:
  - new option serial driver device ids added
  - dt bindings fixes for numerous platforms
  - xhci bugfixes for many reported regressions
  - usbio dependency bugfix
  - dwc3 driver fix
  - raw-gadget bugfix

All of these have been in linux-next this week with no reported issues.

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

----------------------------------------------------------------
Andrey Konovalov (1):
      usb: raw-gadget: do not limit transfer length

Christophe JAILLET (1):
      usb: dwc3: Don't call clk_bulk_disable_unprepare() twice

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-6.18-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Krishna Kurapati (1):
      dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100

LI Qingwu (1):
      USB: serial: option: add Telit FN920C04 ECM compositions

Mathias Nyman (2):
      xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
      xhci: dbc: enable back DbC in resume if it was enabled before suspend

Michael Grzeschik (1):
      tcpm: switch check for role_sw device with fw_node

Michal Pecio (1):
      usb: xhci-pci: Fix USB2-only root hub registration

Neil Armstrong (1):
      dt-bindings: usb: switch: split out ports definition

Peter Robinson (1):
      usb: misc: Add x86 dependency for Intel USBIO driver

Reinhard Speyerer (1):
      USB: serial: option: add Quectel RG255C

Renjun Wang (1):
      USB: serial: option: add UNISOC UIS7720

Tim Guttzeit (1):
      usb/core/quirks: Add Huawei ME906S to wakeup quirk

Xu Yang (1):
      dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp

 .../bindings/phy/fsl,imx8mq-usb-phy.yaml           |  4 +-
 .../bindings/phy/samsung,usb3-drd-phy.yaml         |  4 +-
 .../devicetree/bindings/usb/fcs,fsa4480.yaml       |  1 +
 .../devicetree/bindings/usb/fsl,imx8mp-dwc3.yaml   | 10 +++-
 .../devicetree/bindings/usb/gpio-sbu-mux.yaml      |  1 +
 .../devicetree/bindings/usb/nxp,ptn36502.yaml      |  1 +
 .../devicetree/bindings/usb/onnn,nb7vpq904m.yaml   |  1 +
 .../devicetree/bindings/usb/parade,ps8830.yaml     |  1 +
 .../devicetree/bindings/usb/qcom,snps-dwc3.yaml    |  3 +
 .../bindings/usb/qcom,wcd939x-usbss.yaml           |  1 +
 .../devicetree/bindings/usb/ti,tusb1046.yaml       |  1 +
 .../devicetree/bindings/usb/usb-switch-ports.yaml  | 68 ++++++++++++++++++++++
 .../devicetree/bindings/usb/usb-switch.yaml        | 52 -----------------
 drivers/usb/core/quirks.c                          |  2 +
 drivers/usb/dwc3/dwc3-generic-plat.c               |  3 -
 drivers/usb/gadget/legacy/raw_gadget.c             |  2 -
 drivers/usb/host/xhci-dbgcap.c                     | 15 ++++-
 drivers/usb/host/xhci-pci.c                        |  3 +-
 drivers/usb/misc/Kconfig                           |  1 +
 drivers/usb/serial/option.c                        | 10 ++++
 drivers/usb/typec/tcpm/tcpm.c                      |  4 +-
 21 files changed, 122 insertions(+), 66 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/usb-switch-ports.yaml

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ