linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, andrei.istodorescu@nxp.com
Subject: RE: Update Sink BASE management
Date: Fri, 01 Mar 2024 09:02:59 -0800 (PST)	[thread overview]
Message-ID: <65e20a43.c80a0220.f2c3c.9710@mx.google.com> (raw)
In-Reply-To: <20240301150029.14386-2-andrei.istodorescu@nxp.com>

[-- Attachment #1: Type: text/plain, Size: 2547 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=831555

---Test result---

Test Summary:
CheckPatch                    PASS      3.17 seconds
GitLint                       PASS      1.86 seconds
BuildEll                      PASS      23.87 seconds
BluezMake                     PASS      698.28 seconds
MakeCheck                     PASS      11.97 seconds
MakeDistcheck                 PASS      162.56 seconds
CheckValgrind                 PASS      226.73 seconds
CheckSmatch                   PASS      330.56 seconds
bluezmakeextell               PASS      106.97 seconds
IncrementalBuild              PASS      3956.07 seconds
ScanBuild                     WARNING   936.82 seconds

Details
##############################
Test: ScanBuild - WARNING
Desc: Run Scan Build
Output:
src/shared/bap.c:1156:2: warning: Use of memory after it is freed
        DBG(stream->bap, "stream %p", stream);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/bap.c:40:2: note: expanded from macro 'DBG'
        bap_debug(_bap, "%s:%s() " fmt, __FILE__, __func__, ## arg)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from tools/mesh-gatt/crypto.c:32:
./src/shared/util.h:238:9: warning: 1st function call argument is an uninitialized value
        return be32_to_cpu(get_unaligned((const uint32_t *) ptr));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/shared/util.h:33:26: note: expanded from macro 'be32_to_cpu'
#define be32_to_cpu(val) bswap_32(val)
                         ^~~~~~~~~~~~~
/usr/include/byteswap.h:34:21: note: expanded from macro 'bswap_32'
#define bswap_32(x) __bswap_32 (x)
                    ^~~~~~~~~~~~~~
In file included from tools/mesh-gatt/crypto.c:32:
./src/shared/util.h:248:9: warning: 1st function call argument is an uninitialized value
        return be64_to_cpu(get_unaligned((const uint64_t *) ptr));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/shared/util.h:34:26: note: expanded from macro 'be64_to_cpu'
#define be64_to_cpu(val) bswap_64(val)
                         ^~~~~~~~~~~~~
/usr/include/byteswap.h:37:21: note: expanded from macro 'bswap_64'
#define bswap_64(x) __bswap_64 (x)
                    ^~~~~~~~~~~~~~
2 warnings generated.



---
Regards,
Linux Bluetooth


  reply	other threads:[~2024-03-01 17:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 15:00 [PATCH BlueZ v5 0/6] Update Sink BASE management Andrei Istodorescu
2024-03-01 15:00 ` [PATCH BlueZ v5 1/6] shared/util: Add push LTV utilitary function Andrei Istodorescu
2024-03-01 17:02   ` bluez.test.bot [this message]
2024-03-01 15:00 ` [PATCH BlueZ v5 2/6] shared/bap: Allow reading endpoint metadata and data Andrei Istodorescu
2024-03-01 15:00 ` [PATCH BlueZ v5 3/6] shared/bap: Update local PACS for broadcast sink also Andrei Istodorescu
2024-03-01 15:00 ` [PATCH BlueZ v5 4/6] shared/bap: Do stream configuration in bap_bcast_config Andrei Istodorescu
2024-03-01 15:00 ` [PATCH BlueZ v5 5/6] shared/bap: Add API to add an observed BIS Andrei Istodorescu
2024-03-01 15:00 ` [PATCH BlueZ v5 6/6] bap: Do PA Sync for each BAP Broadcast source discovered Andrei Istodorescu
2024-03-01 20:50 ` [PATCH BlueZ v5 0/6] Update Sink BASE management patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2024-02-23 15:34 [PATCH BlueZ v4 1/2] shared/bap: Add API to add an observed BIS Andrei Istodorescu
2024-02-23 17:21 ` Update Sink BASE management bluez.test.bot
2024-02-19 12:15 [PATCH BlueZ v3 1/4] shared/bap: Add API to convert BASE into bt_bap_base queue Andrei Istodorescu
2024-02-19 13:52 ` Update Sink BASE management bluez.test.bot
2024-02-09 16:46 [PATCH BlueZ v2 1/6] shared/bap: Add API to convert BASE into bt_bap_base queue Andrei Istodorescu
2024-02-09 19:04 ` Update Sink BASE management bluez.test.bot
2024-02-07 12:23 [PATCH BlueZ 1/3] shared/bap: Add API to convert BASE into bt_bap_base queue Andrei Istodorescu
2024-02-07 14:03 ` Update Sink BASE management bluez.test.bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65e20a43.c80a0220.f2c3c.9710@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=andrei.istodorescu@nxp.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).