summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-report')
0 files changed, 0 insertions, 0 deletions
o.c?h=master&id=0e50474fa514822e9d990874e554bf8043a201d7'>net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook 2025-09-27Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz 2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet 2025-03-25Bluetooth: SCO: add TX timestampingPauli Virtanen 2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz 2025-03-07Bluetooth: SCO: fix sco_conn refcounting on sco_conn_readyPauli Virtanen 2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis 2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz 2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj 2024-11-26Bluetooth: SCO: remove the redundant sco_conn_putEdward Adam Davis 2024-11-14Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz 2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz 2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds 2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim 2024-05-13net: change proto and proto_ops accept typeJens Axboe 2024-05-03Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou 2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor 2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz 2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz 2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet 2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz 2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz 2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen 2023-04-10Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz 2023-04-10Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz 2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz 2022-05-13Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu 2021-09-21Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz 2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz 2021-09-13Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz 2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K 2021-09-07Bluetooth: Allow setting of codec for HFP offload use caseKiran K 2021-09-07Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K 2021-09-03Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi 2021-09-03Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi 2021-08-30Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai 2021-08-10Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi 2021-08-10Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi 2021-08-10Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi 2021-08-10Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi 2021-08-10Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi 2021-07-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter 2021-06-26Bluetooth: sco: Use the correct print formatKai Ye