Message ID | 20221105060156.686027537@goodmis.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | timers: Use timer_shutdown*() before freeing timers | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/subjectprefix | success | PASS |
tedd_an/buildkernel | fail | Build Kernel make FAIL: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 |
tedd_an/buildkernel32 | fail | Build Kernel32 make FAIL: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 |
tedd_an/incremental_build | pending | Incremental Build Kernel SKIP(Build Fail) |
tedd_an/testrunnersetup | success | Test Runner Setup PASS |
tedd_an/testrunnerl2cap-tester | success | Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneriso-tester | success | Total: 55, Passed: 55 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerbnep-tester | success | Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermgmt-tester | success | Total: 494, Passed: 494 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerrfcomm-tester | success | Total: 11, Passed: 11 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersco-tester | success | Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerioctl-tester | success | Total: 28, Passed: 28 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermesh-tester | success | Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersmp-tester | success | Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneruserchan-tester | success | Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/SubjectPrefix | success | Gitlint PASS |
tedd_an/BuildKernel | fail | BuildKernel: make FAIL: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 |
tedd_an/BuildKernel32 | fail | BuildKernel32: make FAIL: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | success | TestRunner PASS |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
tedd_an/IncrementalBuild | fail | [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 |
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=692348 ---Test result--- Test Summary: CheckPatch PASS 1.29 seconds GitLint PASS 0.49 seconds SubjectPrefix PASS 0.35 seconds BuildKernel FAIL 30.86 seconds BuildKernel32 FAIL 25.94 seconds Incremental Build with patchesERROR 0.18 seconds TestRunner: Setup PASS 598.19 seconds TestRunner: l2cap-tester PASS 19.13 seconds TestRunner: iso-tester PASS 18.83 seconds TestRunner: bnep-tester PASS 7.40 seconds TestRunner: mgmt-tester PASS 121.79 seconds TestRunner: rfcomm-tester PASS 12.04 seconds TestRunner: sco-tester PASS 11.01 seconds TestRunner: ioctl-tester PASS 12.36 seconds TestRunner: mesh-tester PASS 8.84 seconds TestRunner: smp-tester PASS 10.71 seconds TestRunner: userchan-tester PASS 7.61 seconds Details ############################## Test: BuildKernel - FAIL - 30.86 seconds Build Kernel with minimal configuration supports Bluetooth drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL - 25.94 seconds Build 32bit Kernel with minimal configuration supports Bluetooth drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: Incremental Build with patches - SKIPPED - 0.18 seconds Incremental build per patch in the series buildkernel failed --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.88 seconds GitLint PASS 0.28 seconds SubjectPrefix PASS 0.09 seconds BuildKernel FAIL 25.45 seconds BuildKernel32 FAIL 21.86 seconds TestRunnerSetup PASS 415.52 seconds TestRunner_l2cap-tester PASS 15.37 seconds TestRunner_iso-tester PASS 14.88 seconds TestRunner_bnep-tester PASS 5.24 seconds TestRunner_mgmt-tester PASS 102.37 seconds TestRunner_rfcomm-tester PASS 9.01 seconds TestRunner_sco-tester PASS 8.48 seconds TestRunner_ioctl-tester PASS 9.72 seconds TestRunner_mesh-tester PASS 6.58 seconds TestRunner_smp-tester PASS 8.42 seconds TestRunner_userchan-tester PASS 5.53 seconds IncrementalBuild FAIL 23.27 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.96 seconds GitLint PASS 0.33 seconds SubjectPrefix PASS 0.12 seconds BuildKernel FAIL 26.03 seconds BuildKernel32 FAIL 22.37 seconds TestRunnerSetup PASS 417.48 seconds TestRunner_l2cap-tester PASS 15.69 seconds TestRunner_iso-tester PASS 15.18 seconds TestRunner_bnep-tester PASS 5.35 seconds TestRunner_mgmt-tester PASS 103.46 seconds TestRunner_rfcomm-tester PASS 9.17 seconds TestRunner_sco-tester PASS 8.46 seconds TestRunner_ioctl-tester PASS 9.59 seconds TestRunner_mesh-tester PASS 6.62 seconds TestRunner_smp-tester PASS 8.45 seconds TestRunner_userchan-tester PASS 5.51 seconds IncrementalBuild FAIL 23.43 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 1.16 seconds GitLint PASS 0.39 seconds SubjectPrefix PASS 0.13 seconds BuildKernel FAIL 31.44 seconds BuildKernel32 FAIL 27.57 seconds TestRunnerSetup PASS 530.56 seconds TestRunner_l2cap-tester PASS 18.62 seconds TestRunner_iso-tester PASS 19.26 seconds TestRunner_bnep-tester PASS 6.43 seconds TestRunner_mgmt-tester PASS 126.64 seconds TestRunner_rfcomm-tester PASS 11.23 seconds TestRunner_sco-tester PASS 10.92 seconds TestRunner_ioctl-tester PASS 12.14 seconds TestRunner_mesh-tester PASS 8.50 seconds TestRunner_smp-tester PASS 10.29 seconds TestRunner_userchan-tester PASS 7.26 seconds IncrementalBuild FAIL 28.77 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.89 seconds GitLint PASS 0.28 seconds SubjectPrefix PASS 0.09 seconds BuildKernel FAIL 26.33 seconds BuildKernel32 FAIL 22.61 seconds TestRunnerSetup PASS 433.82 seconds TestRunner_l2cap-tester PASS 16.34 seconds TestRunner_iso-tester PASS 16.08 seconds TestRunner_bnep-tester PASS 5.56 seconds TestRunner_mgmt-tester PASS 108.15 seconds TestRunner_rfcomm-tester PASS 9.46 seconds TestRunner_sco-tester PASS 8.92 seconds TestRunner_ioctl-tester PASS 10.28 seconds TestRunner_mesh-tester PASS 7.01 seconds TestRunner_smp-tester PASS 8.73 seconds TestRunner_userchan-tester PASS 5.90 seconds IncrementalBuild FAIL 24.40 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 1.05 seconds GitLint PASS 0.31 seconds SubjectPrefix PASS 0.09 seconds BuildKernel FAIL 32.28 seconds BuildKernel32 FAIL 28.03 seconds TestRunnerSetup PASS 536.04 seconds TestRunner_l2cap-tester PASS 18.88 seconds TestRunner_iso-tester PASS 19.85 seconds TestRunner_bnep-tester PASS 6.78 seconds TestRunner_mgmt-tester PASS 130.63 seconds TestRunner_rfcomm-tester PASS 11.40 seconds TestRunner_sco-tester PASS 10.66 seconds TestRunner_ioctl-tester PASS 12.53 seconds TestRunner_mesh-tester PASS 8.66 seconds TestRunner_smp-tester PASS 10.40 seconds TestRunner_userchan-tester PASS 7.19 seconds IncrementalBuild FAIL 29.62 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.97 seconds GitLint PASS 0.34 seconds SubjectPrefix PASS 0.12 seconds BuildKernel FAIL 26.26 seconds BuildKernel32 FAIL 22.46 seconds TestRunnerSetup PASS 419.16 seconds TestRunner_l2cap-tester PASS 15.70 seconds TestRunner_iso-tester PASS 15.00 seconds TestRunner_bnep-tester PASS 5.31 seconds TestRunner_mgmt-tester PASS 103.63 seconds TestRunner_rfcomm-tester PASS 9.06 seconds TestRunner_sco-tester PASS 8.54 seconds TestRunner_ioctl-tester PASS 9.69 seconds TestRunner_mesh-tester PASS 6.69 seconds TestRunner_smp-tester PASS 8.43 seconds TestRunner_userchan-tester PASS 5.49 seconds IncrementalBuild FAIL 23.72 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.87 seconds GitLint PASS 0.29 seconds SubjectPrefix PASS 0.09 seconds BuildKernel FAIL 26.38 seconds BuildKernel32 FAIL 22.62 seconds TestRunnerSetup PASS 429.18 seconds TestRunner_l2cap-tester PASS 16.38 seconds TestRunner_iso-tester PASS 15.93 seconds TestRunner_bnep-tester PASS 5.64 seconds TestRunner_mgmt-tester PASS 111.19 seconds TestRunner_rfcomm-tester PASS 9.57 seconds TestRunner_sco-tester PASS 8.90 seconds TestRunner_ioctl-tester PASS 10.43 seconds TestRunner_mesh-tester PASS 7.11 seconds TestRunner_smp-tester PASS 8.75 seconds TestRunner_userchan-tester PASS 5.86 seconds IncrementalBuild FAIL 23.89 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.91 seconds GitLint PASS 0.29 seconds SubjectPrefix PASS 0.09 seconds BuildKernel FAIL 26.34 seconds BuildKernel32 FAIL 23.05 seconds TestRunnerSetup PASS 432.68 seconds TestRunner_l2cap-tester PASS 16.08 seconds TestRunner_iso-tester PASS 15.67 seconds TestRunner_bnep-tester PASS 5.53 seconds TestRunner_mgmt-tester PASS 106.96 seconds TestRunner_rfcomm-tester PASS 9.39 seconds TestRunner_sco-tester PASS 8.91 seconds TestRunner_ioctl-tester PASS 10.33 seconds TestRunner_mesh-tester PASS 7.06 seconds TestRunner_smp-tester PASS 8.79 seconds TestRunner_userchan-tester PASS 5.86 seconds IncrementalBuild FAIL 24.65 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
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=692348 ---Test result--- Test Summary: CheckPatch PASS 0.92 seconds GitLint PASS 0.30 seconds SubjectPrefix PASS 0.10 seconds BuildKernel FAIL 27.59 seconds BuildKernel32 FAIL 23.22 seconds TestRunnerSetup PASS 506.57 seconds TestRunner_l2cap-tester PASS 16.35 seconds TestRunner_iso-tester PASS 16.07 seconds TestRunner_bnep-tester PASS 5.59 seconds TestRunner_mgmt-tester PASS 108.38 seconds TestRunner_rfcomm-tester PASS 9.62 seconds TestRunner_sco-tester PASS 8.95 seconds TestRunner_ioctl-tester PASS 10.39 seconds TestRunner_mesh-tester PASS 7.11 seconds TestRunner_smp-tester PASS 8.85 seconds TestRunner_userchan-tester PASS 5.92 seconds IncrementalBuild FAIL 24.82 seconds Details ############################## Test: BuildKernel - FAIL Desc: Build Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: BuildKernel32 - FAIL Desc: Build 32bit Kernel for Bluetooth Output: drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [v4a,10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer drivers/bluetooth/hci_bcsp.c: In function ‘bcsp_close’: drivers/bluetooth/hci_bcsp.c:740:2: error: implicit declaration of function ‘timer_shutdown_sync’ [-Werror=implicit-function-declaration] 740 | timer_shutdown_sync(&bcsp->tbcsp); | ^~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:249: drivers/bluetooth/hci_bcsp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:465: drivers/bluetooth] Error 2 make: *** [Makefile:1852: drivers] Error 2 --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/hci_bcsp.c b/drivers/bluetooth/hci_bcsp.c index cf4a56095817..834b2efaa9bf 100644 --- a/drivers/bluetooth/hci_bcsp.c +++ b/drivers/bluetooth/hci_bcsp.c @@ -737,7 +737,7 @@ static int bcsp_close(struct hci_uart *hu) { struct bcsp_struct *bcsp = hu->priv; - del_timer_sync(&bcsp->tbcsp); + timer_shutdown_sync(&bcsp->tbcsp); hu->priv = NULL; diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c index c5a0409ef84f..633f3027abd2 100644 --- a/drivers/bluetooth/hci_h5.c +++ b/drivers/bluetooth/hci_h5.c @@ -265,8 +265,10 @@ static int h5_close(struct hci_uart *hu) if (h5->vnd && h5->vnd->close) h5->vnd->close(h5); - if (!hu->serdev) + if (!hu->serdev) { + timer_shutdown_sync(&h5->timer); kfree(h5); + } return 0; } diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index 8df11016fd51..eb81296b284c 100644 --- a/drivers/bluetooth/hci_qca.c +++ b/drivers/bluetooth/hci_qca.c @@ -697,8 +697,8 @@ static int qca_close(struct hci_uart *hu) skb_queue_purge(&qca->txq); skb_queue_purge(&qca->rx_memdump_q); destroy_workqueue(qca->workqueue); - del_timer_sync(&qca->tx_idle_timer); - del_timer_sync(&qca->wake_retrans_timer); + timer_shutdown_sync(&qca->tx_idle_timer); + timer_shutdown_sync(&qca->wake_retrans_timer); qca->hu = NULL; kfree_skb(qca->rx_skb);