All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, krzysztof.kozlowski@linaro.org
Subject: RE: mmc/wifi/bluetooth: store owner from modules with sdio_register_driver()
Date: Wed, 03 Apr 2024 07:56:33 -0700 (PDT)	[thread overview]
Message-ID: <660d6e21.a70a0220.59536.1688@mx.google.com> (raw)
In-Reply-To: <20240403-module-owner-sdio-v2-1-ae46d6b955eb@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 2691 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=841110

---Test result---

Test Summary:
CheckPatch                    PASS      3.07 seconds
GitLint                       PASS      1.40 seconds
SubjectPrefix                 FAIL      0.69 seconds
BuildKernel                   PASS      29.73 seconds
CheckAllWarning               PASS      32.46 seconds
CheckSparse                   PASS      38.12 seconds
CheckSmatch                   FAIL      34.81 seconds
BuildKernel32                 PASS      29.06 seconds
TestRunnerSetup               PASS      518.13 seconds
TestRunner_l2cap-tester       PASS      21.01 seconds
TestRunner_iso-tester         PASS      29.85 seconds
TestRunner_bnep-tester        PASS      4.62 seconds
TestRunner_mgmt-tester        PASS      110.07 seconds
TestRunner_rfcomm-tester      PASS      7.10 seconds
TestRunner_sco-tester         PASS      14.66 seconds
TestRunner_ioctl-tester       PASS      7.49 seconds
TestRunner_mesh-tester        PASS      5.64 seconds
TestRunner_smp-tester         PASS      6.63 seconds
TestRunner_userchan-tester    PASS      4.80 seconds
IncrementalBuild              PASS      57.83 seconds

Details
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckSmatch - FAIL
Desc: Run smatch tool with source
Output:

Segmentation fault (core dumped)
make[4]: *** [scripts/Makefile.build:244: net/bluetooth/hci_core.o] Error 139
make[4]: *** Deleting file 'net/bluetooth/hci_core.o'
make[3]: *** [scripts/Makefile.build:485: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:485: net] Error 2
make[2]: *** Waiting for unfinished jobs....
Segmentation fault (core dumped)
make[4]: *** [scripts/Makefile.build:244: drivers/bluetooth/bcm203x.o] Error 139
make[4]: *** Deleting file 'drivers/bluetooth/bcm203x.o'
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:485: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:485: drivers] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:1919: .] Error 2
make: *** [Makefile:240: __sub-make] Error 2


---
Regards,
Linux Bluetooth


  reply	other threads:[~2024-04-03 14:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 14:16 [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver() Krzysztof Kozlowski
2024-04-03 14:16 ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 1/7] Bluetooth: btmrvl_sdio: drop driver owner initialization Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:56   ` bluez.test.bot [this message]
2024-04-03 14:16 ` [PATCH v2 2/7] Bluetooth: btmtksdio: " Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 3/7] wifi: ath10k: sdio: simplify module initialization Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 4/7] wifi: ath10k: sdio: drop driver owner initialization Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 5/7] wifi: brcm80211: " Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 6/7] wifi: mwifiex: " Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-03 14:16 ` [PATCH v2 7/7] wifi: wfx: " Krzysztof Kozlowski
2024-04-03 14:16   ` Krzysztof Kozlowski
2024-04-04  9:30 ` [PATCH v2 0/7] mmc/wifi/bluetooth: store owner from modules with sdio_register_driver() Ulf Hansson
2024-04-04  9:30   ` Ulf Hansson
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29 17:24 [PATCH 1/7] mmc: sdio: " Krzysztof Kozlowski
2024-03-29 17:57 ` mmc/wifi/bluetooth: " 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=660d6e21.a70a0220.59536.1688@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.