Linux USB
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB/Thunderbolt driver fixes for 6.10-rc4
Date: Sun, 16 Jun 2024 12:52:15 +0200	[thread overview]
Message-ID: <Zm7D3-lc4t1sEinN@kroah.com> (raw)

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.10-rc4

for you to fetch changes up to 22f00812862564b314784167a89f27b444f82a46:

  USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (2024-06-14 08:47:59 +0200)

----------------------------------------------------------------
USB / Thunderbolt fixes for 6.10-rc4

Here are some small USB and Thunderbolt driver fixes for 6.10-rc4.
Included in here are:
  - thunderbolt debugfs bugfix
  - USB typec bugfixes
  - kcov usb bugfix
  - xhci bugfixes
  - usb-storage bugfix
  - dt-bindings bugfix
  - cdc-wdm log message spam bugfix

All of these, except for the last cdc-wdm log level change, have been in
linux-next for a while with no reported problems.  The cdc-wdm bugfix
has been tested by syzbot and proved to fix the reported cpu lockup
issues when the log is constantly spammed by a broken device.

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

----------------------------------------------------------------
Aapo Vienamo (1):
      thunderbolt: debugfs: Fix margin debugfs node creation condition

Alan Stern (1):
      USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages

Amit Sunil Dhamne (1):
      usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps

Andrey Konovalov (1):
      kcov, usb: disable interrupts in kcov_remote_start_usb_softirq

Greg Kroah-Hartman (1):
      Merge tag 'thunderbolt-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next

Hector Martin (1):
      xhci: Handle TD clearing for multiple streams case

Heikki Krogerus (1):
      usb: typec: ucsi: Ack also failed Get Error commands

Johan Hovold (1):
      usb: typec: ucsi: glink: increase max ports for x1e80100

John Ernberg (1):
      USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected

Kuangyi Chiang (2):
      xhci: Apply reset resume quirk to Etron EJ188 xHCI host
      xhci: Apply broken streams quirk to Etron EJ188 xHCI host

Kyle Tso (1):
      usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state

Mathias Nyman (1):
      xhci: Set correct transferred length for cancelled bulk transfers

Peter Chen (1):
      Revert "usb: chipidea: move ci_ulpi_init after the phy initialization"

Rob Herring (Arm) (1):
      dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on child nodes

Shichao Lai (1):
      usb-storage: alauda: Check whether the media is initialized

 .../devicetree/bindings/usb/realtek,rts5411.yaml   |  1 +
 drivers/thunderbolt/debugfs.c                      |  5 +-
 drivers/usb/Makefile                               |  1 +
 drivers/usb/chipidea/core.c                        |  8 +--
 drivers/usb/chipidea/ulpi.c                        |  5 ++
 drivers/usb/class/cdc-wdm.c                        |  4 +-
 drivers/usb/core/hcd.c                             | 12 +++--
 drivers/usb/host/xhci-pci.c                        |  7 +++
 drivers/usb/host/xhci-ring.c                       | 59 +++++++++++++++++-----
 drivers/usb/host/xhci.h                            |  1 +
 drivers/usb/storage/alauda.c                       |  9 ++--
 drivers/usb/typec/tcpm/tcpm.c                      |  5 +-
 drivers/usb/typec/ucsi/ucsi.c                      |  7 ++-
 drivers/usb/typec/ucsi/ucsi_glink.c                |  2 +-
 include/linux/kcov.h                               | 47 +++++++++++++----
 15 files changed, 131 insertions(+), 42 deletions(-)

             reply	other threads:[~2024-06-16 10:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16 10:52 Greg KH [this message]
2024-06-16 18:24 ` [GIT PULL] USB/Thunderbolt driver fixes for 6.10-rc4 pr-tracker-bot

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=Zm7D3-lc4t1sEinN@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox