All of lore.kernel.org
 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 driver fixes for 6.10-final
Date: Fri, 12 Jul 2024 12:40:43 +0200	[thread overview]
Message-ID: <ZpEIK6JklAx8aZ08@kroah.com> (raw)

The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.10-final

for you to fetch changes up to 70c8e3944063a83b7fae1996db7971e9b858c635:

  Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-07-10 19:55:07 +0200)

----------------------------------------------------------------
USB fixes for 6.10-final

Here are some small USB driver fixes and new device ids for 6.10-final.
Included in here are:
  - new usb-serial device ids for reported devices
  - syzbot-triggered duplicate endpoint bugfix
  - gadget bugfix for configfs memory overwrite
  - xhci resume bugfix
  - new device quirk added
  - usb core error path bugfix

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor

Bjørn Mork (1):
      USB: serial: option: add Fibocom FM350-GL

Daniele Palmas (2):
      USB: serial: option: add Telit FN912 rmnet compositions
      USB: serial: option: add Telit generic core-dump composition

Dmitry Smirnov (1):
      USB: serial: mos7840: fix crash on resume

Greg Kroah-Hartman (2):
      Merge tag 'usb-serial-6.10-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
      Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Heikki Krogerus (1):
      usb: dwc3: pci: add support for the Intel Panther Lake

Javier Carrasco (1):
      usb: core: add missing of_node_put() in usb_of_has_devices_or_graph

Lee Jones (1):
      usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()

Mank Wang (1):
      USB: serial: option: add Netprisma LCUK54 series modules

Mathias Nyman (1):
      xhci: always resume roothubs if xHC was reset during resume

Slark Xiao (1):
      USB: serial: option: add support for Foxconn T99W651

Vanillan Wang (1):
      USB: serial: option: add Rolling RW350-GL variants

WangYuli (1):
      USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k

 drivers/usb/core/config.c     | 18 ++++++++++++++---
 drivers/usb/core/of.c         |  7 +++++--
 drivers/usb/core/quirks.c     |  3 +++
 drivers/usb/dwc3/dwc3-pci.c   |  8 ++++++++
 drivers/usb/gadget/configfs.c |  3 +++
 drivers/usb/host/xhci.c       | 16 ++++++++++++---
 drivers/usb/serial/mos7840.c  | 45 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/serial/option.c   | 38 ++++++++++++++++++++++++++++++++++++
 8 files changed, 130 insertions(+), 8 deletions(-)

             reply	other threads:[~2024-07-12 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 10:40 Greg KH [this message]
2024-07-12 16:05 ` [GIT PULL] USB driver fixes for 6.10-final 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=ZpEIK6JklAx8aZ08@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.