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]
Message-ID: <20200426104915.GA2121124@kroah.com>
Date:   Sun, 26 Apr 2020 12:49:15 +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 driver fixes for 5.7-rc3

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.7-rc3

for you to fetch changes up to 2df7405f79ce1674d73c2786fe1a8727c905d65b:

  USB: sisusbvga: Change port variable from signed to unsigned (2020-04-23 15:26:17 +0200)

----------------------------------------------------------------
USB fixes for 5.7-rc3

Here are a number of USB driver fixes for 5.7-rc3.

Nothing huge, just the usual collection of:
	- xhci fixes
	- gadget driver fixes
	- syzkaller fuzzing fixes
	- new device ids and DT bindings
	- new quirks added for broken devices

A few of the gadget driver fixes show up twice here as they were applied
to my branch, and also by Felipe to his branch which I then pulled in as
we got out of sync a bit.

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

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

----------------------------------------------------------------
Alan Stern (4):
      USB: core: Fix free-while-in-use bug in the USB S-Glibrary
      USB: hub: Fix handling of connect changes during sleep
      USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices")
      usb-storage: Add unusual_devs entry for JMicron JMS566

Andrey Konovalov (2):
      usb: raw-gadget: fix raw_event_queue_fetch locking
      usb: raw-gadget: fix raw_event_queue_fetch locking

Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change

Changming Liu (1):
      USB: sisusbvga: Change port variable from signed to unsigned

Cristian Birsan (1):
      usb: gadget: udc: atmel: Fix vbus disconnect handling

Dan Carpenter (2):
      usb: raw-gadget: Fix copy_to/from_user() checks
      usb: raw-gadget: Fix copy_to/from_user() checks

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus

Hans de Goede (1):
      usb: typec: pi3usb30532: Set switch_ / mux_desc name field to NULL

Jann Horn (1):
      USB: early: Handle AMD's spec-compliant identifiers, too

Jonathan Cox (1):
      USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE

Mathias Nyman (3):
      xhci: Fix handling halted endpoint even if endpoint ring appears empty
      xhci: prevent bus suspend if a roothub port detected a over-current condition
      xhci: Don't clear hub TT buffer on ep0 protocol stall

Mauro Carvalho Chehab (1):
      docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file

Naoki Kiryu (1):
      usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer

Nathan Chancellor (1):
      usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete

Oliver Neukum (4):
      UAS: no use logging any details in case of ENODEV
      UAS: fix deadlock in error handling and PM flushing work
      cdc-acm: close race betrween suspend() and acm_softint
      cdc-acm: introduce a cool down

Thierry Reding (1):
      phy: tegra: Select USB_COMMON for usb_get_maximum_speed()

Thinh Nguyen (4):
      usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name
      usb: dwc3: gadget: Properly set maxpacket limit
      usb: dwc3: gadget: Do link recovery for SS and SSP
      usb: dwc3: gadget: Fix request completion check

Udipto Goswami (1):
      usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()

Yoshihiro Shimoda (3):
      dt-bindings: usb: usb-xhci: add r8a77961 support
      dt-bindings: usb: renesas,usbhs: add r8a77961 support
      dt-bindings: usb: renesas,usb3-peri: add r8a77961 support

 Documentation/admin-guide/kernel-parameters.txt    |  3 +-
 .../devicetree/bindings/usb/qcom,dwc3.txt          |  4 +-
 .../devicetree/bindings/usb/renesas,usb3-peri.yaml |  1 +
 .../devicetree/bindings/usb/renesas,usbhs.yaml     |  1 +
 Documentation/devicetree/bindings/usb/usb-xhci.txt |  3 +-
 drivers/phy/tegra/Kconfig                          |  3 +-
 drivers/usb/class/cdc-acm.c                        | 36 ++++++++--
 drivers/usb/class/cdc-acm.h                        |  5 +-
 drivers/usb/core/hub.c                             | 18 ++++-
 drivers/usb/core/message.c                         |  9 ++-
 drivers/usb/core/quirks.c                          |  4 ++
 drivers/usb/dwc3/core.h                            |  8 ++-
 drivers/usb/dwc3/gadget.c                          | 76 +++++++++++++---------
 drivers/usb/early/xhci-dbc.c                       |  8 +--
 drivers/usb/early/xhci-dbc.h                       | 18 ++++-
 drivers/usb/gadget/function/f_fs.c                 |  4 ++
 drivers/usb/gadget/legacy/raw_gadget.c             | 71 +++++++++++---------
 drivers/usb/gadget/udc/atmel_usba_udc.c            |  4 +-
 drivers/usb/gadget/udc/bdc/bdc_ep.c                |  2 +-
 drivers/usb/host/xhci-hub.c                        |  9 +++
 drivers/usb/host/xhci-ring.c                       | 46 +++++++++++--
 drivers/usb/host/xhci.c                            | 14 ++--
 drivers/usb/host/xhci.h                            |  5 +-
 drivers/usb/misc/sisusbvga/sisusb.c                | 20 +++---
 drivers/usb/misc/sisusbvga/sisusb_init.h           | 14 ++--
 drivers/usb/storage/uas.c                          | 46 ++++++++++++-
 drivers/usb/storage/unusual_devs.h                 |  7 ++
 drivers/usb/typec/bus.c                            |  5 +-
 drivers/usb/typec/mux/pi3usb30532.c                |  4 +-
 drivers/usb/typec/tcpm/tcpm.c                      | 26 ++++++++
 30 files changed, 351 insertions(+), 123 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ