Linux bluetooth development
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, oss@fourdim.xyz
Subject: RE: Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Date: Thu, 11 Jun 2026 12:09:52 -0700 (PDT)	[thread overview]
Message-ID: <6a2b0800.ff298dd7.1b631b.b9c8@mx.google.com> (raw)
In-Reply-To: <20260611150822.2166160-2-oss@fourdim.xyz>

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

---Test result---

Test Summary:
CheckPatch                    PASS      1.67 seconds
VerifyFixes                   PASS      0.13 seconds
VerifySignedoff               PASS      0.12 seconds
GitLint                       PASS      0.32 seconds
SubjectPrefix                 PASS      0.12 seconds
BuildKernel                   FAIL      25.18 seconds
CheckAllWarning               FAIL      28.90 seconds
CheckSparse                   FAIL      26.64 seconds
BuildKernel32                 FAIL      24.50 seconds
TestRunnerSetup               FAIL      510.15 seconds
TestRunner_l2cap-tester       FAIL      0.13 seconds
TestRunner_smp-tester         FAIL      0.13 seconds
TestRunner_6lowpan-tester     FAIL      0.13 seconds
IncrementalBuild              PASS      23.83 seconds

Details
##############################
Test: BuildKernel - FAIL
Desc: Build Kernel for Bluetooth
Output:

net/bluetooth/6lowpan.c:768:13: error: redefinition of ‘unregister_dev’
  768 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: note: previous definition of ‘unregister_dev’ was here
  748 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: warning: ‘unregister_dev’ defined but not used [-Wunused-function]
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/6lowpan.o] Error 1
make[3]: *** [scripts/Makefile.build:548: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:548: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2143: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckAllWarning - FAIL
Desc: Run linux kernel with all warning enabled
Output:

net/bluetooth/6lowpan.c:768:13: error: redefinition of ‘unregister_dev’
  768 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: note: previous definition of ‘unregister_dev’ was here
  748 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: warning: ‘unregister_dev’ defined but not used [-Wunused-function]
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/6lowpan.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:548: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:548: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2143: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckSparse - FAIL
Desc: Run sparse tool with linux kernel
Output:

/github/workspace/src/src/Makefile:1246: C=1 specified, but sparse is not available or not up to date
/github/workspace/src/src/Makefile:1246: C=1 specified, but sparse is not available or not up to date
net/bluetooth/6lowpan.c:768:13: error: redefinition of ‘unregister_dev’
  768 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: note: previous definition of ‘unregister_dev’ was here
  748 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: warning: ‘unregister_dev’ defined but not used [-Wunused-function]
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/6lowpan.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:548: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:548: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2143: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: BuildKernel32 - FAIL
Desc: Build 32bit Kernel for Bluetooth
Output:

net/bluetooth/6lowpan.c:768:13: error: redefinition of ‘unregister_dev’
  768 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: note: previous definition of ‘unregister_dev’ was here
  748 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: warning: ‘unregister_dev’ defined but not used [-Wunused-function]
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/6lowpan.o] Error 1
make[3]: *** [scripts/Makefile.build:548: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:548: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2143: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: TestRunnerSetup - FAIL
Desc: Setup kernel and bluez for test-runner
Output:
Kernel: 
net/bluetooth/6lowpan.c:768:13: error: redefinition of ‘unregister_dev’
  768 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: note: previous definition of ‘unregister_dev’ was here
  748 | static void unregister_dev(struct lowpan_btle_dev *dev)
      |             ^~~~~~~~~~~~~~
net/bluetooth/6lowpan.c:748:13: warning: ‘unregister_dev’ defined but not used [-Wunused-function]
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/6lowpan.o] Error 1
make[3]: *** [scripts/Makefile.build:548: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:548: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2143: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: TestRunner_l2cap-tester - FAIL
Desc: Run l2cap-tester with test-runner
Output:

No kernel image found
##############################
Test: TestRunner_smp-tester - FAIL
Desc: Run smp-tester with test-runner
Output:

No kernel image found
##############################
Test: TestRunner_6lowpan-tester - FAIL
Desc: Run 6lowpan-tester with test-runner
Output:

No kernel image found


https://github.com/bluez/bluetooth-next/pull/304

---
Regards,
Linux Bluetooth


  reply	other threads:[~2026-06-11 19:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-11 15:08 [PATCH v10 0/1] Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb() Siwei Zhang
2026-06-11 15:08 ` [PATCH v10 1/1] " Siwei Zhang
2026-06-11 19:09   ` bluez.test.bot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-03 15:06 [PATCH v9 " Siwei Zhang
2026-06-03 17:40 ` bluez.test.bot
2026-06-02 12:55 [PATCH v8 1/1] " Siwei Zhang
2026-06-02 15:27 ` bluez.test.bot
2026-06-01 14:03 [PATCH v7 1/1] " Siwei Zhang
2026-06-01 18:50 ` bluez.test.bot
2026-05-29 16:54 [PATCH v6 1/1] " Siwei Zhang
2026-05-29 18:21 ` bluez.test.bot
2026-05-20 16:20 [PATCH v5 1/1] " Siwei Zhang
2026-05-20 18:07 ` bluez.test.bot
2026-05-11 17:09 [PATCH RESEND v4 1/1] " Siwei Zhang
2026-05-11 18:49 ` bluez.test.bot
2026-05-11  4:51 [PATCH 1/1] " Siwei Zhang
2026-05-11  8:32 ` bluez.test.bot
2026-05-11  3:18 [PATCH 1/1] " Siwei Zhang
2026-05-11  4:21 ` 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=6a2b0800.ff298dd7.1b631b.b9c8@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=oss@fourdim.xyz \
    /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