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:   Sun, 24 Jan 2021 13:57:18 +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 5.11-rc5

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.11-rc5

for you to fetch changes up to ef02684c4e67d8c35ac83083564135bc7b1d3445:

  usb: bdc: Make bdc pci driver depend on BROKEN (2021-01-19 14:10:46 +0100)

----------------------------------------------------------------
USB fixes for 5.11-rc5

Here are some small USB driver fixes for 5.11-rc5.  They resolve:
	- xhci issues for some reported problems
	- ehci driver issue for one specific device
	- USB gadget fixes for some reported problems
	- cdns3 driver fixes for issues reported
	- MAINTAINERS file update
	- thunderbolt minor fix

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: gadget: dummy-hcd: Fix errors in port-reset handling

Eugene Korenevsky (1):
      ehci: fix EHCI host controller initialization sequence

Greg Kroah-Hartman (2):
      Merge tag 'usb-v5.11-rc3' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'thunderbolt-for-v5.11-rc4' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus

JC Kuo (1):
      xhci: tegra: Delay for disabling LFPS detector

Longfang Liu (1):
      USB: ehci: fix an interrupt calltrace error

Mathias Nyman (1):
      xhci: make sure TRB is fully written before giving it to the controller

Mika Westerberg (1):
      thunderbolt: Drop duplicated 0x prefix from format string

Patrik Jakobsson (1):
      usb: bdc: Make bdc pci driver depend on BROKEN

Peter Chen (4):
      usb: cdns3: imx: fix writing read-only memory issue
      usb: cdns3: imx: fix can't create core device the second time issue
      usb: cdns3: imx: improve driver .remove API
      MAINTAINERS: update Peter Chen's email address

Roger Quadros (1):
      MAINTAINERS: Update address for Cadence USB3 driver

Ryan Chen (1):
      usb: gadget: aspeed: fix stop dma register setting.

Thinh Nguyen (1):
      usb: udc: core: Use lock when write to soft_connect

 MAINTAINERS                              |  6 +++---
 drivers/thunderbolt/icm.c                |  2 +-
 drivers/usb/cdns3/cdns3-imx.c            | 22 +++++++++++-----------
 drivers/usb/gadget/udc/aspeed-vhub/epn.c |  5 ++++-
 drivers/usb/gadget/udc/bdc/Kconfig       |  2 +-
 drivers/usb/gadget/udc/core.c            | 13 ++++++++++---
 drivers/usb/gadget/udc/dummy_hcd.c       | 10 +++++++---
 drivers/usb/host/ehci-hcd.c              | 12 ++++++++++++
 drivers/usb/host/ehci-hub.c              |  3 +++
 drivers/usb/host/xhci-ring.c             |  2 ++
 drivers/usb/host/xhci-tegra.c            |  7 +++++++
 11 files changed, 61 insertions(+), 23 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ