* pull-request: bluetooth 2023-03-22
@ 2023-03-22 23:25 Luiz Augusto von Dentz
2023-03-23 4:46 ` Jakub Kicinski
0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2023-03-22 23:25 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2023-03-22
for you to fetch changes up to 3c8c5eef8bfcd3ab012a295e5550312152315a0e:
Bluetooth: HCI: Fix global-out-of-bounds (2023-03-22 16:05:56 -0700)
----------------------------------------------------------------
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
----------------------------------------------------------------
Brian Gix (1):
Bluetooth: Remove "Power-on" check from Mesh feature
Howard Chung (1):
Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
Kiran K (2):
Bluetooth: btintel: Iterate only bluetooth device ACPI entries
Bluetooth: btinel: Check ACPI handle for NULL before accessing
Luiz Augusto von Dentz (3):
Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
Bluetooth: btusb: Remove detection of ISO packets over bulk
Bluetooth: L2CAP: Fix responding with wrong PDU type
Min Li (1):
Bluetooth: Fix race condition in hci_cmd_sync_clear
Pauli Virtanen (1):
Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
Stephan Gerhold (1):
Bluetooth: btqcomsmd: Fix command timeout after setting BD address
Sungwoo Kim (1):
Bluetooth: HCI: Fix global-out-of-bounds
Zheng Wang (1):
Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
Zhengping Jiang (1):
Bluetooth: hci_sync: Resume adv with no RPA when active scan
drivers/bluetooth/btintel.c | 51 +++++++++++------
drivers/bluetooth/btintel.h | 7 ---
drivers/bluetooth/btqcomsmd.c | 17 +++++-
drivers/bluetooth/btsdio.c | 1 +
drivers/bluetooth/btusb.c | 10 ----
include/net/bluetooth/hci_core.h | 1 +
net/bluetooth/hci_core.c | 23 ++++++--
net/bluetooth/hci_sync.c | 68 ++++++++++++++++-------
net/bluetooth/iso.c | 9 ++-
net/bluetooth/l2cap_core.c | 117 ++++++++++++++++++++++++++-------------
net/bluetooth/mgmt.c | 9 +--
11 files changed, 206 insertions(+), 107 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: pull-request: bluetooth 2023-03-22
2023-03-22 23:25 pull-request: bluetooth 2023-03-22 Luiz Augusto von Dentz
@ 2023-03-23 4:46 ` Jakub Kicinski
2023-03-23 17:46 ` Jakub Kicinski
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-23 4:46 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Wed, 22 Mar 2023 16:25:43 -0700 Luiz Augusto von Dentz wrote:
> The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
>
> mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
Did you rebase? Do you still have the old head?
Because this fixes tag is now incorrect:
Fixes: ee9b749cb9ad ("Bluetooth: btintel: Iterate only bluetooth device ACPI entries")
Has these problem(s):
- Target SHA1 does not exist
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: pull-request: bluetooth 2023-03-22
2023-03-23 4:46 ` Jakub Kicinski
@ 2023-03-23 17:46 ` Jakub Kicinski
2023-03-23 20:06 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-23 17:46 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Wed, 22 Mar 2023 21:46:14 -0700 Jakub Kicinski wrote:
> On Wed, 22 Mar 2023 16:25:43 -0700 Luiz Augusto von Dentz wrote:
> > The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
> >
> > mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
>
> Did you rebase? Do you still have the old head?
> Because this fixes tag is now incorrect:
>
> Fixes: ee9b749cb9ad ("Bluetooth: btintel: Iterate only bluetooth device ACPI entries")
> Has these problem(s):
> - Target SHA1 does not exist
Hi, any chance of getting fix fixed in the next hour or so?
It can still make today's PR..
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: pull-request: bluetooth 2023-03-22
2023-03-23 17:46 ` Jakub Kicinski
@ 2023-03-23 20:06 ` Luiz Augusto von Dentz
0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2023-03-23 20:06 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: davem, linux-bluetooth, netdev
Hi Jakub,
On Thu, Mar 23, 2023 at 10:46 AM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Wed, 22 Mar 2023 21:46:14 -0700 Jakub Kicinski wrote:
> > On Wed, 22 Mar 2023 16:25:43 -0700 Luiz Augusto von Dentz wrote:
> > > The following changes since commit bb765a743377d46d8da8e7f7e5128022504741b9:
> > >
> > > mlxsw: spectrum_fid: Fix incorrect local port type (2023-03-22 15:50:32 +0100)
> >
> > Did you rebase? Do you still have the old head?
> > Because this fixes tag is now incorrect:
> >
> > Fixes: ee9b749cb9ad ("Bluetooth: btintel: Iterate only bluetooth device ACPI entries")
> > Has these problem(s):
> > - Target SHA1 does not exist
>
> Hi, any chance of getting fix fixed in the next hour or so?
> It can still make today's PR..
Sorry about the delay, Im on it should be able to send an update shortly.
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-23 20:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 23:25 pull-request: bluetooth 2023-03-22 Luiz Augusto von Dentz
2023-03-23 4:46 ` Jakub Kicinski
2023-03-23 17:46 ` Jakub Kicinski
2023-03-23 20:06 ` Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).