https://github.com/torvalds/linux
Revision 2e63a2dfe73fd00e48b615ef1274a44299f57c5f authored by Jakub Kicinski on 23 March 2023, 22:56:20 UTC, committed by Jakub Kicinski on 23 March 2023, 22:56:20 UTC
Luiz Augusto von Dentz says:

====================
bluetooth pull request for net:

 - Fix MGMT add advmon with RSSI command
 - L2CAP: Fix responding with wrong PDU type
 - Fix race condition in hci_cmd_sync_clear
 - ISO: Fix timestamped HCI ISO data packet parsing
 - HCI: Fix global-out-of-bounds
 - hci_sync: Resume adv with no RPA when active scan

* tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth:
  Bluetooth: HCI: Fix global-out-of-bounds
  Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
  Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
  Bluetooth: L2CAP: Fix responding with wrong PDU type
  Bluetooth: btqcomsmd: Fix command timeout after setting BD address
  Bluetooth: btinel: Check ACPI handle for NULL before accessing
  Bluetooth: Remove "Power-on" check from Mesh feature
  Bluetooth: Fix race condition in hci_cmd_sync_clear
  Bluetooth: btintel: Iterate only bluetooth device ACPI entries
  Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
  Bluetooth: btusb: Remove detection of ISO packets over bulk
  Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
  Bluetooth: hci_sync: Resume adv with no RPA when active scan
====================

Link: https://lore.kernel.org/r/20230323202335.3380841-1-luiz.dentz@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s 4f44d32 + bce5640
History
Tip revision: 2e63a2dfe73fd00e48b615ef1274a44299f57c5f authored by Jakub Kicinski on 23 March 2023, 22:56:20 UTC
Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Tip revision: 2e63a2d
File Mode Size
Makefile -rw-r--r-- 366 bytes
advise.c -rw-r--r-- 2.3 KB
advise.h -rw-r--r-- 316 bytes
alloc_cache.h -rw-r--r-- 1.1 KB
cancel.c -rw-r--r-- 7.2 KB
cancel.h -rw-r--r-- 579 bytes
epoll.c -rw-r--r-- 1.5 KB
epoll.h -rw-r--r-- 213 bytes
fdinfo.c -rw-r--r-- 6.7 KB
fdinfo.h -rw-r--r-- 100 bytes
filetable.c -rw-r--r-- 4.4 KB
filetable.h -rw-r--r-- 2.1 KB
fs.c -rw-r--r-- 6.8 KB
fs.h -rw-r--r-- 929 bytes
io-wq.c -rw-r--r-- 33.8 KB
io-wq.h -rw-r--r-- 2.0 KB
io_uring.c -rw-r--r-- 114.1 KB
io_uring.h -rw-r--r-- 10.7 KB
kbuf.c -rw-r--r-- 13.0 KB
kbuf.h -rw-r--r-- 3.6 KB
msg_ring.c -rw-r--r-- 7.6 KB
msg_ring.h -rw-r--r-- 226 bytes
net.c -rw-r--r-- 37.0 KB
net.h -rw-r--r-- 2.2 KB
nop.c -rw-r--r-- 498 bytes
nop.h -rw-r--r-- 168 bytes
notif.c -rw-r--r-- 2.2 KB
notif.h -rw-r--r-- 1.2 KB
opdef.c -rw-r--r-- 13.9 KB
opdef.h -rw-r--r-- 1.4 KB
openclose.c -rw-r--r-- 6.2 KB
openclose.h -rw-r--r-- 596 bytes
poll.c -rw-r--r-- 28.1 KB
poll.h -rw-r--r-- 1023 bytes
refs.h -rw-r--r-- 1.2 KB
rsrc.c -rw-r--r-- 32.6 KB
rsrc.h -rw-r--r-- 4.5 KB
rw.c -rw-r--r-- 27.6 KB
rw.h -rw-r--r-- 705 bytes
slist.h -rw-r--r-- 2.7 KB
splice.c -rw-r--r-- 2.9 KB
splice.h -rw-r--r-- 306 bytes
sqpoll.c -rw-r--r-- 9.5 KB
sqpoll.h -rw-r--r-- 754 bytes
statx.c -rw-r--r-- 1.6 KB
statx.h -rw-r--r-- 217 bytes
sync.c -rw-r--r-- 2.8 KB
sync.h -rw-r--r-- 460 bytes
tctx.c -rw-r--r-- 7.2 KB
tctx.h -rw-r--r-- 992 bytes
timeout.c -rw-r--r-- 16.7 KB
timeout.h -rw-r--r-- 1.2 KB
uring_cmd.c -rw-r--r-- 4.0 KB
uring_cmd.h -rw-r--r-- 494 bytes
xattr.c -rw-r--r-- 5.6 KB
xattr.h -rw-r--r-- 654 bytes

back to top