mbox series

[BlueZ,v4,0/2] MICP-MICS implementation's memory fix and Unit Test case's fix

Message ID 20231005121544.306495-1-mahesh.talewad@nxp.com (mailing list archive)
Headers show
Series MICP-MICS implementation's memory fix and Unit Test case's fix | expand

Message

Mahesh Talewad Oct. 5, 2023, 12:15 p.m. UTC
Hello Maintainers,

This Patch series contains following points:
- MICP-MICS implementation[src/shared/micp.c] memory leak issue fix.
  Tested all mandatory PTS test cases and all are passing.
- MICP-MICS Unit test cases fix: Fixed the issue that was occurred 
  when MICP-MICS Unit Test cases ran at a time.
  Tested all Unit Testcases and all are passing.
  
Thank you in advance for your review.

Thanks and regards,
Mahesh Vithal Talewad

Mahesh Talewad (1):
  src/shared/micp.c :MICP-MICS implementation memory leak fix

maheshtalewad (1):
  unit/test-micp.c : MICP-MICS unit test case implementation

 Makefile.am       |   6 +
 src/shared/micp.c |   3 +
 unit/test-micp.c  | 838 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 847 insertions(+)
 create mode 100644 unit/test-micp.c

Comments

patchwork-bot+bluetooth@kernel.org Oct. 5, 2023, 9 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 Thu,  5 Oct 2023 15:15:42 +0300 you wrote:
> Hello Maintainers,
> 
> This Patch series contains following points:
> - MICP-MICS implementation[src/shared/micp.c] memory leak issue fix.
>   Tested all mandatory PTS test cases and all are passing.
> - MICP-MICS Unit test cases fix: Fixed the issue that was occurred
>   when MICP-MICS Unit Test cases ran at a time.
>   Tested all Unit Testcases and all are passing.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v4,1/2] unit/test-micp.c : MICP-MICS unit test case implementation
    (no matching commit)
  - [BlueZ,v4,2/2] src/shared/micp.c :MICP-MICS implementation memory leak fix
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0a749634f597

You are awesome, thank you!