mbox series

[BlueZ,v3,0/3] Fixed the crash observed with VOCS

Message ID 20230725112126.49656-1-nitin.jadhav@nxp.com (mailing list archive)
Headers show
Series Fixed the crash observed with VOCS | expand

Message

Nitin Jadhav July 25, 2023, 11:21 a.m. UTC
Hello Maintainers

This series of patch handles the fix for the crash observed with VOCS when trying to pair with LE Audio TWS earbuds and few other issues. 

A crash was reported for the following patch by Pauli Virtanen <pav@iki.fi>. 
Patch Link: https://patchwork.kernel.org/project/bluetooth/patch/20230612133251.194-4-nitin.jadhav@nxp.com/

Root cause: 
- There are two types of database- Remote and Local (rdb and ldb)
- In client mode currently the code was written to access ldb

Fix:
- Correcting it to access rdb has resolved the problem in VOCS
- Same correction is done for VCS.

Later to fixing the above crash few more issues were observed, these are fixed in subsequent patches.

Thanks,
Warm Regards,
Nitin Jadhav

Nitin Jadhav (3):
  shared/vcp: Fixed the crash observed with VOCS
  shared/vcp: Fixed issues related to read audio location and descriptor
  shared/vcp: Corrected handle size to accommodate included service

 src/shared/vcp.c | 47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 25, 2023, 7:50 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 25 Jul 2023 14:21:23 +0300 you wrote:
> Hello Maintainers
> 
> This series of patch handles the fix for the crash observed with VOCS when trying to pair with LE Audio TWS earbuds and few other issues.
> 
> A crash was reported for the following patch by Pauli Virtanen <pav@iki.fi>.
> Patch Link: https://patchwork.kernel.org/project/bluetooth/patch/20230612133251.194-4-nitin.jadhav@nxp.com/
> 
> [...]

Here is the summary with links:
  - [BlueZ,v3,1/3] shared/vcp: Fixed the crash observed with VOCS
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=06ec4f61000a
  - [BlueZ,v3,2/3] shared/vcp: Fixed issues related to read audio location and descriptor
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=2a0e392b40fa
  - [BlueZ,v3,3/3] shared/vcp: Corrected handle size to accommodate included service
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4d714becb7df

You are awesome, thank you!