All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] xhci features and fixes for usb-next
@ 2021-08-20 12:34 Mathias Nyman
  2021-08-20 12:34 ` [PATCH 1/6] xhci: fix unsafe memory usage in xhci tracing Mathias Nyman
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Mathias Nyman @ 2021-08-20 12:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

Some xhci features and fixes for usb-next.
Fixes are late for 5.14 so I'll add them here for 5.15-rc1 instead.
They are marked for stable.

Thanks
-Mathias

Mathias Nyman (6):
  xhci: fix unsafe memory usage in xhci tracing
  xhci: fix even more unsafe memory usage in xhci tracing
  xhci: Fix failure to give back some cached cancelled URBs.
  Revert "USB: xhci: fix U1/U2 handling for hardware with
    XHCI_INTEL_HOST quirk set"
  xhci: Add additional dynamic debug to follow URBs in cancel and error
    cases.
  xhci: Add bus number to some debug messages

 drivers/usb/host/xhci-debugfs.c | 14 ++++--
 drivers/usb/host/xhci-hub.c     |  6 ++-
 drivers/usb/host/xhci-ring.c    | 76 +++++++++++++++++++++++----------
 drivers/usb/host/xhci-trace.h   | 26 ++++++-----
 drivers/usb/host/xhci.c         | 30 +++++++------
 drivers/usb/host/xhci.h         | 73 ++++++++++++++++---------------
 6 files changed, 134 insertions(+), 91 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/6] xhci features and fixes for usb-next
@ 2022-09-21 12:34 Mathias Nyman
  2022-09-22 12:08 ` Greg KH
  0 siblings, 1 reply; 11+ messages in thread
From: Mathias Nyman @ 2022-09-21 12:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

Some xhci features and fixes for usb-next.
Both fixing some possible memory leaks that are too late for usb-linus,
and simple code cleanups for usb-next

Thanks
-Mathias

Jianglei Nie (1):
  usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()

Mario Limonciello (1):
  xhci: Don't show warning for reinit on known broken suspend

Mathias Nyman (3):
  xhci: show fault reason for a failed enable slot command
  xhci: remove unused command member from struct xhci_hcd struct
  xhci: remove unused lpm_failed_dev member from struct xhci_hcd

Rafael Mendonca (1):
  xhci: dbc: Fix memory leak in xhci_alloc_dbc()

 drivers/usb/host/xhci-dbgcap.c | 2 +-
 drivers/usb/host/xhci-mem.c    | 7 ++++++-
 drivers/usb/host/xhci.c        | 6 ++++--
 drivers/usb/host/xhci.h        | 3 ---
 4 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-22 12:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 12:34 [PATCH 0/6] xhci features and fixes for usb-next Mathias Nyman
2021-08-20 12:34 ` [PATCH 1/6] xhci: fix unsafe memory usage in xhci tracing Mathias Nyman
2021-08-20 12:34 ` [PATCH 2/6] xhci: fix even more " Mathias Nyman
2021-08-20 12:35 ` [PATCH 3/6] xhci: Fix failure to give back some cached cancelled URBs Mathias Nyman
2021-08-20 12:35 ` [PATCH 4/6] Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set" Mathias Nyman
2021-08-20 12:35 ` [PATCH 5/6] xhci: Add additional dynamic debug to follow URBs in cancel and error cases Mathias Nyman
2021-08-20 12:35 ` [PATCH 6/6] xhci: Add bus number to some debug messages Mathias Nyman
2022-09-21 12:34 [PATCH 0/6] xhci features and fixes for usb-next Mathias Nyman
2022-09-22 12:08 ` Greg KH
2022-09-22 12:43   ` Mathias Nyman
2022-09-22 12:52     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.