Revision ef1fdc936cb004f25891de545b70e97958c33187 authored by Jakub Kicinski on 03 November 2022, 02:42:04 UTC, committed by Jakub Kicinski on 03 November 2022, 02:42:05 UTC
Luiz Augusto von Dentz says:

====================
bluetooth 2022-11-02

 - Fix memory leak in hci_vhci driver
 - Fix handling of skb on virtio_bt driver
 - Fix accepting connection for invalid L2CAP PSM
 - Fix attemting to access uninitialized memory
 - Fix use-after-free in l2cap_reassemble_sdu
 - Fix use-after-free in l2cap_conn_del
 - Fix handling of destination address type for CIS
 - Fix not restoring ISO buffer count on disconnect

* tag 'for-net-2022-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth:
  Bluetooth: L2CAP: Fix attempting to access uninitialized memory
  Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
  Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
  Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
  Bluetooth: L2CAP: Fix memory leak in vhci_write
  Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
  Bluetooth: virtio_bt: Use skb_put to set length
  Bluetooth: hci_conn: Fix CIS connection dst_type handling
  Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
====================

Link: https://lore.kernel.org/r/20221102235927.3324891-1-luiz.dentz@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s ba9169f + b1a2cd5
History
File Mode Size
Kconfig -rw-r--r-- 9.6 KB
Makefile -rw-r--r-- 735 bytes
acorn.c -rw-r--r-- 12.0 KB
aix.c -rw-r--r-- 6.0 KB
amiga.c -rw-r--r-- 3.6 KB
atari.c -rw-r--r-- 4.1 KB
atari.h -rw-r--r-- 1.0 KB
check.h -rw-r--r-- 2.1 KB
cmdline.c -rw-r--r-- 8.5 KB
core.c -rw-r--r-- 17.0 KB
efi.c -rw-r--r-- 23.0 KB
efi.h -rw-r--r-- 3.6 KB
ibm.c -rw-r--r-- 9.7 KB
karma.c -rw-r--r-- 1.1 KB
ldm.c -rw-r--r-- 42.0 KB
ldm.h -rw-r--r-- 4.5 KB
mac.c -rw-r--r-- 3.6 KB
mac.h -rw-r--r-- 1.2 KB
msdos.c -rw-r--r-- 21.3 KB
osf.c -rw-r--r-- 1.9 KB
sgi.c -rw-r--r-- 2.3 KB
sun.c -rw-r--r-- 3.9 KB
sysv68.c -rw-r--r-- 1.9 KB
ultrix.c -rw-r--r-- 1.2 KB

back to top