Commit fdd9ebc
committed
Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Luiz Augusto von Dentz says:
====================
bluetooth pull request for net:
- MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
- MGMT: Protect mgmt_pending list with its own lock
- hci_core: fix list_for_each_entry_rcu usage
- btintel_pcie: Increase the tx and rx descriptor count
- btintel_pcie: Reduce driver buffer posting to prevent race condition
- btintel_pcie: Fix driver not posting maximum rx buffers
* tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth:
Bluetooth: MGMT: Protect mgmt_pending list with its own lock
Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
Bluetooth: btintel_pcie: Reduce driver buffer posting to prevent race condition
Bluetooth: btintel_pcie: Increase the tx and rx descriptor count
Bluetooth: btintel_pcie: Fix driver not posting maximum rx buffers
Bluetooth: hci_core: fix list_for_each_entry_rcu usage
====================
Link: https://patch.msgid.link/20250605191136.904411-1-luiz.dentz@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>File tree
7 files changed
+118
-115
lines changed- drivers/bluetooth
- include/net/bluetooth
- net/bluetooth
7 files changed
+118
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
399 | 404 | | |
400 | | - | |
| 405 | + | |
401 | 406 | | |
402 | 407 | | |
403 | 408 | | |
| |||
1782 | 1787 | | |
1783 | 1788 | | |
1784 | 1789 | | |
1785 | | - | |
1786 | | - | |
| 1790 | + | |
| 1791 | + | |
1787 | 1792 | | |
1788 | 1793 | | |
1789 | 1794 | | |
| |||
1808 | 1813 | | |
1809 | 1814 | | |
1810 | 1815 | | |
1811 | | - | |
1812 | | - | |
| 1816 | + | |
| 1817 | + | |
1813 | 1818 | | |
1814 | 1819 | | |
1815 | 1820 | | |
1816 | 1821 | | |
1817 | 1822 | | |
1818 | | - | |
1819 | | - | |
| 1823 | + | |
| 1824 | + | |
1820 | 1825 | | |
1821 | 1826 | | |
1822 | 1827 | | |
1823 | 1828 | | |
1824 | 1829 | | |
1825 | | - | |
1826 | | - | |
| 1830 | + | |
| 1831 | + | |
1827 | 1832 | | |
1828 | 1833 | | |
1829 | 1834 | | |
1830 | 1835 | | |
1831 | 1836 | | |
1832 | | - | |
1833 | | - | |
| 1837 | + | |
| 1838 | + | |
1834 | 1839 | | |
1835 | 1840 | | |
1836 | 1841 | | |
1837 | 1842 | | |
1838 | 1843 | | |
1839 | | - | |
1840 | | - | |
| 1844 | + | |
| 1845 | + | |
1841 | 1846 | | |
1842 | 1847 | | |
1843 | 1848 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| |||
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| 549 | + | |
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
| |||
2400 | 2401 | | |
2401 | 2402 | | |
2402 | 2403 | | |
2403 | | - | |
2404 | 2404 | | |
2405 | 2405 | | |
2406 | 2406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1877 | 1877 | | |
1878 | 1878 | | |
1879 | 1879 | | |
1880 | | - | |
| 1880 | + | |
1881 | 1881 | | |
1882 | | - | |
1883 | | - | |
1884 | 1882 | | |
1885 | 1883 | | |
1886 | 1884 | | |
| |||
2487 | 2485 | | |
2488 | 2486 | | |
2489 | 2487 | | |
| 2488 | + | |
2490 | 2489 | | |
2491 | 2490 | | |
2492 | 2491 | | |
| |||
3417 | 3416 | | |
3418 | 3417 | | |
3419 | 3418 | | |
3420 | | - | |
| 3419 | + | |
3421 | 3420 | | |
3422 | 3421 | | |
3423 | | - | |
| 3422 | + | |
3424 | 3423 | | |
3425 | 3424 | | |
3426 | 3425 | | |
3427 | | - | |
3428 | | - | |
3429 | | - | |
3430 | | - | |
3431 | 3426 | | |
3432 | | - | |
3433 | 3427 | | |
3434 | 3428 | | |
3435 | 3429 | | |
3436 | | - | |
| 3430 | + | |
3437 | 3431 | | |
3438 | 3432 | | |
3439 | 3433 | | |
| |||
0 commit comments