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: <YzhrOlp3MwJzVpCh@kroah.com>
Date:   Sat, 1 Oct 2022 18:30:50 +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 / Thunderbolt driver fixes for 6.0-final

The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0fb9703a3eade0bb84c635705d9c795345e55053:

  uas: ignore UAS for Thinkplus chips (2022-09-27 10:50:29 +0200)

----------------------------------------------------------------
USB/Thunderbolt fixes for 6.0-final

Here are some tiny USB and Thunderbolt driver fixes and quirks, for
6.0-final.

Included in here are:
	- 3 uas/usb-storage driver quirks to get the devices working
	  properly due to broken firmware images in them (they can not
	  run at high data rates, and are also throttled on other
	  operating systems because of this.)
	- thunderbolt bugfix for plug event delays
	- typec runtime warning removal
	- dwc3 st driver bugfix.  Note, a follow-on fix for this will
	  end up coming in for 6.1-rc1 as the developers are still
	  arguing over what the final solution will be, but this should
	  be sufficient for now.

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

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

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

Heikki Krogerus (1):
      usb: typec: ucsi: Remove incorrect warning

Hongling Zeng (3):
      uas: add no-uas quirk for Hiksemi usb_disk
      usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS
      uas: ignore UAS for Thinkplus chips

Mario Limonciello (1):
      thunderbolt: Explicitly reset plug events delay back to USB4 spec value

Patrice Chotard (1):
      usb: dwc3: st: Fix node's child name

 drivers/thunderbolt/switch.c      |  1 +
 drivers/usb/dwc3/dwc3-st.c        |  2 +-
 drivers/usb/storage/unusual_uas.h | 21 +++++++++++++++++++++
 drivers/usb/typec/ucsi/ucsi.c     |  2 --
 4 files changed, 23 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ