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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 12 Dec 2021 15:11:26 +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-rc5

The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ca5737396927afd4d57b133fd2874bbcf3421cdb:

  usb: core: config: using bit mask instead of individual bits (2021-12-12 13:06:39 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc5

Here are some small USB fixes for 5.16-rc5.  They include:
	- gadget driver fixes for reported issues
	- xhci fixes for reported problems.
	- config endpoint parsing fixes for where we got bitfields wrong

Most of these have been in linux-next, the remaining few were not, but
got lots of local testing in my systems and in some cloud testing
infrastructures.

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

----------------------------------------------------------------
Douglas Anderson (1):
      Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"

Greg Kroah-Hartman (2):
      USB: gadget: detect too-big endpoint 0 requests
      USB: gadget: zero allocate endpoint 0 buffers

Kai-Heng Feng (1):
      xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending

Mathias Nyman (1):
      xhci: avoid race between disable slot command and host runtime suspend

Pavel Hofman (2):
      usb: core: config: fix validation of wMaxPacketValue entries
      usb: core: config: using bit mask instead of individual bits

 drivers/usb/core/config.c         |  6 +++---
 drivers/usb/dwc3/dwc3-qcom.c      | 15 ---------------
 drivers/usb/gadget/composite.c    | 14 +++++++++++++-
 drivers/usb/gadget/legacy/dbgp.c  | 15 ++++++++++++++-
 drivers/usb/gadget/legacy/inode.c | 16 +++++++++++++++-
 drivers/usb/host/xhci-hub.c       |  1 +
 drivers/usb/host/xhci-ring.c      |  1 -
 drivers/usb/host/xhci.c           | 26 +++++++++++++++-----------
 8 files changed, 61 insertions(+), 33 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ