summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-05-12 16:11:50 -0300
committerJohn W. Linville <linville@tuxdriver.com>2012-05-14 13:56:15 -0400
commit671267bf3aac3dae0555730b07ef29c042e325b2 (patch)
tree89ee980737493ce6247b3a454636e48bd488e1c7 /tools/perf/scripts/python/flamegraph.py
parenta7d7723ae7c0178d715c06c5621e8fd8014ba92f (diff)
downloadkernel-671267bf3aac3dae0555730b07ef29c042e325b2.tar.gz
Bluetooth: mgmt: Fix device_connected sending order
The mgmt_ev_device_connected signal must be sent before any event indications happen for sockets associated with the connection. Otherwise e.g. device authorization for the sockets will fail with ENOTCONN as user space things that there is no baseband link. This patch fixes the issue by ensuring that the device_connected event if sent (if it hasn't been so already) as soon as the first ACL data packet arrives from the remote device. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
ing/selftests/powerpc/security?h=linux-6.6.y&id=da650ada100956b0f00aa4fe9ce33103378ce9ca'>selftests/powerpc: Add uaccess flush testThadeu Lima de Souza Cascardo 2021-03-24selftests/powerpc: Fix L1D flushing tests for Power10Russell Currey 2020-12-04selftests/powerpc: update .gitignoreDaniel Axtens 2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens 2020-11-19selftests/powerpc: entry flush testDaniel Axtens 2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey 2020-09-08selftests/powerpc: Skip security tests on older CPUsMichael Ellerman 2020-09-08selftests/powerpc: Move set_dscr() into rfi_flush.cMichael Ellerman 2020-07-29selftests/powerpc: Return skip code for spectre_v2Thadeu Lima de Souza Cascardo 2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada