All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: linux-bluetooth@vger.kernel.org, linux-usb@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Johan Hedberg <johan.hedberg@gmail.com>
Subject: Re: [PATCH] Bluetooth: btusb: use irqsave() in URB's complete callback
Date: Fri, 6 Jul 2018 12:46:22 +0200	[thread overview]
Message-ID: <7C7F6423-3DFE-47F7-9A68-31817C1A3DC5@holtmann.org> (raw)
In-Reply-To: <20180619215657.13745-1-bigeasy@linutronix.de>

Hi Sebastian,

> The USB completion callback does not disable interrupts while acquiring
> the ->lock. We want to remove the local_irq_disable() invocation from
> __usb_hcd_giveback_urb() and therefore it is required for the callback
> handler to disable the interrupts while acquiring the lock.
> The callback may be invoked either in IRQ or BH context depending on the
> USB host controller.
> Use the _irqsave variant of the locking primitives.
> 
> Cc: Marcel Holtmann <marcel@holtmann.org>
> Cc: Johan Hedberg <johan.hedberg@gmail.com>
> Cc: linux-bluetooth@vger.kernel.org
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
> drivers/bluetooth/btusb.c | 20 ++++++++++++--------
> 1 file changed, 12 insertions(+), 8 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


WARNING: multiple messages have this Message-ID (diff)
From: Marcel Holtmann <marcel@holtmann.org>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: 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: Fri, 6 Jul 2018 12:46:22 +0200	[thread overview]
Message-ID: <7C7F6423-3DFE-47F7-9A68-31817C1A3DC5@holtmann.org> (raw)

Hi Sebastian,

> The USB completion callback does not disable interrupts while acquiring
> the ->lock. We want to remove the local_irq_disable() invocation from
> __usb_hcd_giveback_urb() and therefore it is required for the callback
> handler to disable the interrupts while acquiring the lock.
> The callback may be invoked either in IRQ or BH context depending on the
> USB host controller.
> Use the _irqsave variant of the locking primitives.
> 
> Cc: Marcel Holtmann <marcel@holtmann.org>
> Cc: Johan Hedberg <johan.hedberg@gmail.com>
> Cc: linux-bluetooth@vger.kernel.org
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
> drivers/bluetooth/btusb.c | 20 ++++++++++++--------
> 1 file changed, 12 insertions(+), 8 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel
---
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

  parent reply	other threads:[~2018-07-06 10:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 21:56 [PATCH] Bluetooth: btusb: use irqsave() in URB's complete callback Sebastian Andrzej Siewior
2018-06-19 21:56 ` Sebastian Andrzej Siewior
2018-06-21 12:43 ` [PATCH] " Marcel Holtmann
2018-06-21 12:43   ` Marcel Holtmann
2018-06-21 12:52   ` [PATCH] " Sebastian Andrzej Siewior
2018-06-21 12:52     ` Sebastian Andrzej Siewior
2018-06-21 15:34     ` [PATCH] " Alan Stern
2018-06-21 15:34       ` Alan Stern
2018-07-01 15:19       ` [PATCH] " Sebastian Andrzej Siewior
2018-07-01 15:19         ` Sebastian Andrzej Siewior
2018-07-06 10:46 ` Marcel Holtmann [this message]
2018-07-06 10:46   ` Marcel Holtmann

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=7C7F6423-3DFE-47F7-9A68-31817C1A3DC5@holtmann.org \
    --to=marcel@holtmann.org \
    --cc=bigeasy@linutronix.de \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --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 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.