public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.4 0/4] Backport missing sccurity and deadlock fix
@ 2018-01-25 18:37 Shuah Khan
  2018-01-25 18:37 ` [PATCH 4.4 1/4] usb: usbip: Fix possible deadlocks reported by lockdep Shuah Khan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Shuah Khan @ 2018-01-25 18:37 UTC (permalink / raw)
  To: valentina.manea.m, shuah, gregkh
  Cc: Shuah Khan, linux-usb, linux-kernel, stable

As I started backporting security fixes, I found a deadlock bug that was
fixed in a later release. This patch series contains backports for all
these problems.

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

Shuah Khan (3):
  usbip: fix stub_rx: get_pipe() to validate endpoint number
  usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
  usbip: prevent leaking socket pointer address in messages

 drivers/usb/usbip/stub_dev.c     |  3 +-
 drivers/usb/usbip/stub_rx.c      | 46 ++++++++++++++++----
 drivers/usb/usbip/usbip_common.c | 15 ++-----
 drivers/usb/usbip/usbip_event.c  |  5 ++-
 drivers/usb/usbip/vhci_hcd.c     | 90 +++++++++++++++++++++++-----------------
 drivers/usb/usbip/vhci_rx.c      | 30 ++++++++------
 drivers/usb/usbip/vhci_sysfs.c   | 19 +++++----
 drivers/usb/usbip/vhci_tx.c      | 14 ++++---
 8 files changed, 134 insertions(+), 88 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-01-26  9:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-25 18:37 [PATCH 4.4 0/4] Backport missing sccurity and deadlock fix Shuah Khan
2018-01-25 18:37 ` [PATCH 4.4 1/4] usb: usbip: Fix possible deadlocks reported by lockdep Shuah Khan
2018-01-25 18:37 ` [PATCH 4.4 2/4] usbip: fix stub_rx: get_pipe() to validate endpoint number Shuah Khan
2018-01-25 18:37 ` [PATCH 4.4 3/4] usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input Shuah Khan
2018-01-25 18:37 ` [PATCH 4.4 4/4] usbip: prevent leaking socket pointer address in messages Shuah Khan
2018-01-26  9:33 ` [PATCH 4.4 0/4] Backport missing sccurity and deadlock fix Greg KH

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