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>] [day] [month] [year] [list]
Date:   Fri, 19 Oct 2018 19:00:57 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.19-final

The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21:

  Linux 4.19-rc7 (2018-10-07 17:26:02 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9ae24af3669111d418242caec8dd4ebd9ba26860:

  usb: gadget: storage: Fix Spectre v1 vulnerability (2018-10-17 20:57:55 +0200)

----------------------------------------------------------------
USB fixes for 4.19-final

Here are a small number of last-minute USB driver fixes

Included here are:
  - spectre fix for usb storage gadgets
  - xhci fixes
  - cdc-acm fixes
  - usbip fixes for reported problems

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: fix the usbfs flag sanitization for control transfers

Gustavo A. R. Silva (1):
      usb: gadget: storage: Fix Spectre v1 vulnerability

Heikki Krogerus (1):
      usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platforms

Oliver Neukum (1):
      cdc-acm: fix race between reset and control messaging

Shuah Khan (Samsung OSG) (2):
      selftests: usbip: add wait after attach and before checking port status
      usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()

Tobias Herzog (2):
      cdc-acm: do not reset notification buffer index upon urb unlinking
      cdc-acm: correct counting of UART states in serial state notification

Wan Ahmad Zainie (1):
      usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enable

 drivers/usb/class/cdc-acm.c                        | 16 +++---
 drivers/usb/core/devio.c                           |  4 +-
 drivers/usb/gadget/function/f_mass_storage.c       |  3 ++
 drivers/usb/host/xhci-pci.c                        |  6 ++-
 drivers/usb/roles/intel-xhci-usb-role-switch.c     |  2 +
 drivers/usb/usbip/vhci_hcd.c                       | 57 ++++++++++++++++------
 .../selftests/drivers/usb/usbip/usbip_test.sh      |  4 ++
 7 files changed, 65 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ