public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.18 0/9] Backports for security and critical bug fixes
@ 2018-02-07 21:20 Shuah Khan
  2018-02-07 21:20 ` [PATCH 3.18 1/9] usbip: fix stub_rx: get_pipe() to validate endpoint number Shuah Khan
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Shuah Khan @ 2018-02-07 21:20 UTC (permalink / raw)
  To: valentina.manea.m, shuah, gregkh
  Cc: Shuah Khan, linux-usb, linux-kernel, stable

As I started backporting security fixes, found a few problems
that prevent tools to build on newer gcc releases, deadlock bug,
and another bug that prevents client from being able to use
imported devices.

This patch series consists of security fixes and fixes to critical
bugs.

Andrew Goodbody (1):
  usb: usbip: Fix possible deadlocks reported by lockdep

Shuah Khan (8):
  usbip: fix stub_rx: get_pipe() to validate endpoint number
  usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
  usbip: prevent vhci_hcd driver from leaking a socket pointer address
  usbip: Fix potential format overflow in userspace tools
  usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bit
  usbip: prevent leaking socket pointer address in messages
  usbip: stub: stop printing kernel pointer addresses in messages
  usbip: vhci: stop printing kernel pointer addresses in messages

 drivers/usb/usbip/stub_dev.c               |   3 +-
 drivers/usb/usbip/stub_main.c              |   5 +-
 drivers/usb/usbip/stub_rx.c                |  53 +++++++++++----
 drivers/usb/usbip/stub_tx.c                |   4 +-
 drivers/usb/usbip/usbip_common.c           |  15 ++---
 drivers/usb/usbip/usbip_common.h           |   1 +
 drivers/usb/usbip/usbip_event.c            |   5 +-
 drivers/usb/usbip/vhci_hcd.c               | 102 +++++++++++++++--------------
 drivers/usb/usbip/vhci_rx.c                |  53 ++++++++-------
 drivers/usb/usbip/vhci_sysfs.c             |  45 +++++++------
 drivers/usb/usbip/vhci_tx.c                |  17 +++--
 tools/usb/usbip/libsrc/usbip_common.c      |   9 ++-
 tools/usb/usbip/libsrc/usbip_host_driver.c |  27 ++++++--
 tools/usb/usbip/libsrc/vhci_driver.c       |   8 +--
 14 files changed, 205 insertions(+), 142 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-13 15:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07 21:20 [PATCH 3.18 0/9] Backports for security and critical bug fixes Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 1/9] usbip: fix stub_rx: get_pipe() to validate endpoint number Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 2/9] usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 3/9] usbip: prevent vhci_hcd driver from leaking a socket pointer address Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 4/9] usbip: Fix potential format overflow in userspace tools Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 5/9] usb: usbip: Fix possible deadlocks reported by lockdep Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 6/9] usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bit Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 7/9] usbip: prevent leaking socket pointer address in messages Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 8/9] usbip: stub: stop printing kernel pointer addresses " Shuah Khan
2018-02-07 21:20 ` [PATCH 3.18 9/9] usbip: vhci: " Shuah Khan
2018-02-13 16:00 ` [PATCH 3.18 0/9] Backports for security and critical bug fixes Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox