Hi Johan,
Am 2014-04-23 17:15, schrieb Johan Hedberg:
On Wed, Apr 16, 2014, Andreas Bießmann wrote:
This patch fixes a recursive locking scenario when using BCSP
connection via
8250 driver. The 8250 driver may tty_wakeup() in interrupt context
which
results in hci_uart_tx_wakeup(). This in tur
Hi Andreas,
On Wed, Apr 16, 2014, Andreas Bießmann wrote:
> This patch fixes a recursive locking scenario when using BCSP connection via
> 8250 driver. The 8250 driver may tty_wakeup() in interrupt context which
> results in hci_uart_tx_wakeup(). This in turn will call uart_write() in the
> very s
This patch fixes a recursive locking scenario when using BCSP connection via
8250 driver. The 8250 driver may tty_wakeup() in interrupt context which
results in hci_uart_tx_wakeup(). This in turn will call uart_write() in the
very same context and therefore will spin_lock() the same lock within the
3 matches
Mail list logo