From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Alan Stern <stern@rowland.harvard.edu>,
Greg Kroah-Hartman <greg@kroah.com>,
"open list:BLUETOOTH DRIVERS" <linux-bluetooth@vger.kernel.org>,
linux-usb@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>,
Johan Hedberg <johan.hedberg@gmail.com>
Subject: Bluetooth: btusb: use irqsave() in URB's complete callback
Date: Sun, 1 Jul 2018 17:19:41 +0200 [thread overview]
Message-ID: <20180701151940.cbtbgpv3vncwugqz@linutronix.de> (raw)
On 2018-06-21 11:34:15 [-0400], Alan Stern wrote:
> On Thu, 21 Jun 2018, Sebastian Andrzej Siewior wrote:
>
> > On 2018-06-21 14:43:41 [+0200], Marcel Holtmann wrote:
> > > can I get an ACK from someone ensuring that this is the direction we are going with the USB host controllers?
> > +Alan.
> >
> > EHCI completes in BH since v3.12-rc1. In order to get rid of that
> > local_irq_save() in USB core code I need to make sure that the USB
> > device driver(s) use irqsave primitives. See
> > https://lkml.kernel.org/r/Pine.LNX.4.44L0.1806011629140.1404-100000@iolanthe.rowland.org
>
> Hi, Marcel!
Hi Marcel,
> Yes, Sebastian is right. We are aiming to make it possible for the USB
> core to invoke URB completion handlers with interrupts enabled, in
> order to reduce latency (since USB interrupt processing can take a
> fairly long time). And of course, this means completion handlers have
> to work correctly regardless of whether interrupts are enabled or
> disabled.
I don't see this patch in linux-next. Do you still need some kind of
confirmation or has this been resolved?
> Currently ehci-hcd supports this possibility. Other host controller
> drivers may follow along; I'd like to see xhci-hcd do this too.
>
> Alan Stern
Sebastian
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2018-07-01 15:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-01 15:19 Sebastian Andrzej Siewior [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-06 10:46 Bluetooth: btusb: use irqsave() in URB's complete callback Marcel Holtmann
2018-06-21 15:34 Alan Stern
2018-06-21 12:52 Sebastian Andrzej Siewior
2018-06-21 12:43 Marcel Holtmann
2018-06-19 21:56 Sebastian Andrzej Siewior
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=20180701151940.cbtbgpv3vncwugqz@linutronix.de \
--to=bigeasy@linutronix.de \
--cc=greg@kroah.com \
--cc=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=stern@rowland.harvard.edu \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).