RE: [v3] Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready

[email protected]
Newsgroups org.kernel.vger.linux-bluetooth
Message-ID <[email protected]>
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=1147774

---Test result---

Test Summary:
CheckPatch                    PASS      0.62 seconds
VerifyFixes                   PASS      0.09 seconds
VerifySignedoff               PASS      0.09 seconds
GitLint                       PASS      0.25 seconds
SubjectPrefix                 PASS      0.08 seconds
BuildKernel                   FAIL      27.01 seconds
CheckAllWarning               FAIL      29.51 seconds
CheckSparse                   FAIL      28.14 seconds
BuildKernel32                 FAIL      25.77 seconds
CheckKernelLLVM               SKIP      0.00 seconds
TestRunnerSetup               FAIL      480.59 seconds
TestRunner_iso-tester         FAIL      0.09 seconds
IncrementalBuild              FAIL      24.59 seconds

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

net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckAllWarning - FAIL
Desc: Run linux kernel with all warning enabled
Output:

net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] 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:1283: C=1 specified, but sparse is not available or not up to date
/github/workspace/src/src/Makefile:1283: C=1 specified, but sparse is not available or not up to date
net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: BuildKernel32 - FAIL
Desc: Build 32bit Kernel for Bluetooth
Output:

net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
##############################
Test: TestRunnerSetup - FAIL
Desc: Setup kernel and bluez for test-runner
Output:
Kernel: 
net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: TestRunner_iso-tester - FAIL
Desc: Run iso-tester with test-runner
Output:

No kernel image found
##############################
Test: IncrementalBuild - FAIL
Desc: Incremental build with the patches in the series
Output:

net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
[v3] Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready

net/bluetooth/iso.c: In function ‘iso_conn_ready’:
net/bluetooth/iso.c:2282:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 2282 |       (parent, SOCK_ZAPPED)) {
      |              ^
net/bluetooth/iso.c:2283:4: error: implicit declaration of function ‘release_sock_flagsock’ [-Werror=implicit-function-declaration]
 2283 |    release_sock_flagsock(parent);
      |    ^~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:289: net/bluetooth/iso.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:549: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:549: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2187: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2


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

---
Regards,
Linux Bluetooth
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.