From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: <gregkh@linuxfoundation.org>
Cc: <linux-usb@vger.kernel.org>,
Mathias Nyman <mathias.nyman@linux.intel.com>
Subject: [PATCH 0/5] xhci features for usb-next
Date: Fri, 27 Dec 2024 14:01:37 +0200 [thread overview]
Message-ID: <20241227120142.1035206-1-mathias.nyman@linux.intel.com> (raw)
Hi Greg
Some xhci features and a fix for usb-next, improving DbC performance and
defining a few missing bits in xhci spec
The NULL pointer fix by Michal solves a rare, 10 year old issue.
I don't want to force it into 6.13/usb-linus at this stage over the
holidays. Adding it to 6.14/usb-next and stable should be fine.
Thanks
Mathias
Mathias Nyman (4):
xhci: dbc: Improve performance by removing delay in transfer event
polling.
xhci: dbgtty: Improve performance by handling received data
immediately.
xhci: Add command completion parameter support
xhci: Add missing capability definition bits
Michal Pecio (1):
usb: xhci: Fix NULL pointer dereference on certain command aborts
drivers/usb/host/xhci-caps.h | 6 +++
drivers/usb/host/xhci-dbgcap.c | 2 +-
drivers/usb/host/xhci-dbgtty.c | 98 ++++++++++++++++++++++------------
drivers/usb/host/xhci-ring.c | 13 +++--
drivers/usb/host/xhci.h | 4 ++
5 files changed, 84 insertions(+), 39 deletions(-)
--
2.25.1
next reply other threads:[~2024-12-27 12:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-27 12:01 Mathias Nyman [this message]
2024-12-27 12:01 ` [PATCH 1/5] xhci: dbc: Improve performance by removing delay in transfer event polling Mathias Nyman
2024-12-27 12:01 ` [PATCH 2/5] xhci: dbgtty: Improve performance by handling received data immediately Mathias Nyman
2024-12-27 12:01 ` [PATCH 3/5] usb: xhci: Fix NULL pointer dereference on certain command aborts Mathias Nyman
2024-12-27 12:01 ` [PATCH 4/5] xhci: Add command completion parameter support Mathias Nyman
2024-12-27 12:01 ` [PATCH 5/5] xhci: Add missing capability definition bits Mathias Nyman
-- strict thread matches above, loose matches on Subject: below --
2020-12-08 9:29 [PATCH 0/5] xhci features for usb-next Mathias Nyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241227120142.1035206-1-mathias.nyman@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.