mbox series

[BlueZ,0/1] Fix bug where bluetooth-meshd stops sending

Message ID 20220610152902.21677-1-jonas@dptechnics.com
Headers show
Series Fix bug where bluetooth-meshd stops sending | expand

Message

Jonas Maes June 10, 2022, 3:29 p.m. UTC
This patch fixes a bug where bluetooth-meshd may stop invoking the tx
worker thread and hence stop broadcasting, accumulating all packets
in its tx_pkts queue instead.

Updated: long line split in 2 lines

Jonas Maes (1):
  Fix bug where bluetooth-meshd stops sending

 mesh/mesh-io-generic.c | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org June 21, 2022, 8:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Brian Gix <brian.gix@intel.com>:

On Fri, 10 Jun 2022 17:29:01 +0200 you wrote:
> This patch fixes a bug where bluetooth-meshd may stop invoking the tx
> worker thread and hence stop broadcasting, accumulating all packets
> in its tx_pkts queue instead.
> 
> Updated: long line split in 2 lines
> 
> Jonas Maes (1):
>   Fix bug where bluetooth-meshd stops sending
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] Fix bug where bluetooth-meshd stops sending
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=71560e12863f

You are awesome, thank you!