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]
Date:   Sat, 18 Dec 2021 17:58:28 +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 fixes for 5.16-rc6

The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc6

for you to fetch changes up to c4d936efa46d8ea183df16c0f3fa4423327da51d:

  Revert "usb: early: convert to readl_poll_timeout_atomic()" (2021-12-17 16:29:11 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc6

Here are a number of small USB driver fixes for reported problems for
5.16-rc6.  They include:
	- dwc2 driver fixes
	- xhci driver fixes
	- cdnsp driver fixes
	- typec driver fix
	- gadget u_ether driver fix
	- new quirk additions
	- usb gadget endpoint calculation fix
	- usb serial new device ids
	- revert of a xhci-dbg change that broke early debug booting

All changes, except for the revert, have been in linux-next with no
reported problems.  The revert was from yesterday, and it was reported
by the developers affected that it resolved their problem.

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

----------------------------------------------------------------
Amelie Delaunay (1):
      usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe

Chunfeng Yun (1):
      usb: xhci-mtk: fix list_del warning when enable list debug

Daniele Palmas (1):
      USB: serial: option: add Telit FN990 compositions

Greg Kroah-Hartman (3):
      USB: gadget: bRequestType is a bitfield, not a enum
      Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
      Revert "usb: early: convert to readl_poll_timeout_atomic()"

Jimmy Wang (1):
      USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)

Johan Hovold (1):
      USB: serial: cp210x: fix CP2105 GPIO registration

Marian Postevca (1):
      usb: gadget: u_ether: fix race in setting MAC address in setup phase

Nehal Bakulchandra Shah (1):
      usb: xhci: Extend support for runtime power management for AMD's Yellow carp.

Pawel Laszczak (4):
      usb: cdnsp: Fix incorrect calling of cdnsp_died function
      usb: cdnsp: Fix issue in cdnsp_log_ep trace event
      usb: cdnsp: Fix incorrect status for control request
      usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore

Xu Yang (1):
      usb: typec: tcpm: fix tcpm unregister port but leave a pending timer

 drivers/usb/cdns3/cdnsp-gadget.c      | 12 ++++++++++++
 drivers/usb/cdns3/cdnsp-ring.c        | 11 ++++++++++-
 drivers/usb/cdns3/cdnsp-trace.h       |  4 ++--
 drivers/usb/core/quirks.c             |  3 +++
 drivers/usb/dwc2/platform.c           |  3 +++
 drivers/usb/early/xhci-dbc.c          | 15 +++++++++++----
 drivers/usb/gadget/composite.c        |  6 +++---
 drivers/usb/gadget/function/u_ether.c | 16 ++++++----------
 drivers/usb/gadget/legacy/dbgp.c      |  6 +++---
 drivers/usb/gadget/legacy/inode.c     |  6 +++---
 drivers/usb/host/xhci-mtk-sch.c       |  2 +-
 drivers/usb/host/xhci-pci.c           |  6 +++++-
 drivers/usb/serial/cp210x.c           |  6 ++++--
 drivers/usb/serial/option.c           |  8 ++++++++
 drivers/usb/typec/tcpm/tcpm.c         | 18 +++++++++++++-----
 15 files changed, 87 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ