lp:bluez
- Get this branch:
- bzr branch lp:bluez
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/bluetooth/bluez.git.
Last successful import was 5 hours ago.
Whiteboard
NOTE: Upstream imports have moved. They are done (by hand for now) here:
https:/
Recent revisions
- 21046. By Przemysław Fierek <email address hidden> on 2021-03-01
-
mesh: Fix infinite loop on IVIndex update
This patch fixes inifinite loop problem caused by recurring call
of the `net_key_beacon_ refresh` function. Problem occurs when at least two nodes are connected to the same
BlueZ instance and they are connected to the same network
(use same network key). Issue is triggered when IVIndex update
process stabilize and one of the nodes receives network beacon
with IVUpdate flag set to 0. Then it processes the "local" beacon
and compose new `snb` (with IVUpdate flag set to 0) attached to
`net_key` instance. After that it calls `net_local_beacon` and
another node processes the new beacon (this node has IVUpdate
flag still set to 1). Note that the `net->ivupdate` has set value 1.
The `update_iv_ivu_ state` says that "IVU clear attempted too soon".
The node composes new `snb` with IVUpdate flag set to 1 and writes
it to the `net_key` instance in the `net_key_beacon_ refresh`
function. After that it calls `net_local_beacon` which causes
repeat of all process. We are rotating in this loop until end-of-memory. - 21045. By Brian Gix <email address hidden> on 2021-02-24
-
tools: Cleanup deprecated symbolic file permissions
- 21044. By Brian Gix <email address hidden> on 2021-02-24
-
src: Cleanup deprecated symbolic file permissions
- 21043. By Brian Gix <email address hidden> on 2021-02-24
-
profiles: Cleanup deprecated symbolic file permissions
- 21042. By Brian Gix <email address hidden> on 2021-02-24
-
peripheral: Cleanup deprecated symbolic file permissions
- 21041. By Brian Gix <email address hidden> on 2021-02-24
-
obexd: Cleanup deprecated symbolic file permissions
- 21040. By Brian Gix <email address hidden> on 2021-02-24
-
mesh: Cleanup deprecated symbolic file permissions
- 21039. By Luiz Augusto von Dentz <email address hidden> on 2021-02-23
-
monitor: Fix handling of BT_HCI_
EVT_LE_ BIG_SYNC_ ESTABILISHED This adds the missing fields for BT_HCI_
EVT_LE_ BIG_SYNC_ ESTABILISHED
event. - 21038. By Luiz Augusto von Dentz <email address hidden> on 2021-02-23
-
monitor: Fix handling of BT_HCI_
EVT_LE_ BIG_COMPLETE This adds the missing fields for BT_HCI_
EVT_LE_ BIG_COMPLETE event.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)