All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, rostedt@goodmis.org
Subject: RE: timers: Use timer_shutdown*() before freeing timers
Date: Fri, 04 Nov 2022 00:18:59 -0700 (PDT)	[thread overview]
Message-ID: <6364bce3.050a0220.fdcd3.78cd@mx.google.com> (raw)
In-Reply-To: <20221104054913.358784408@goodmis.org>

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

---Test result---

Test Summary:
CheckPatch                    PASS      2.43 seconds
GitLint                       PASS      1.12 seconds
SubjectPrefix                 PASS      0.94 seconds
BuildKernel                   FAIL      30.74 seconds
BuildKernel32                 FAIL      26.69 seconds
Incremental Build with patchesERROR     0.44 seconds
TestRunner: Setup             PASS      610.85 seconds
TestRunner: l2cap-tester      PASS      19.59 seconds
TestRunner: iso-tester        PASS      19.51 seconds
TestRunner: bnep-tester       PASS      7.81 seconds
TestRunner: mgmt-tester       PASS      122.01 seconds
TestRunner: rfcomm-tester     PASS      12.14 seconds
TestRunner: sco-tester        PASS      11.33 seconds
TestRunner: ioctl-tester      PASS      13.07 seconds
TestRunner: mesh-tester       PASS      9.39 seconds
TestRunner: smp-tester        PASS      11.30 seconds
TestRunner: userchan-tester   PASS      8.11 seconds

Details
##############################
Test: BuildKernel - FAIL - 30.74 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 - 26.69 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.44 seconds
Incremental build per patch in the series
buildkernel failed



---
Regards,
Linux Bluetooth


  reply	other threads:[~2022-11-04  7:19 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04  5:40 [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers Steven Rostedt
2022-11-04  5:40 ` [Bridge] " Steven Rostedt
2022-11-04  5:40 ` Steven Rostedt
2022-11-04  5:40 ` [Intel-wired-lan] " Steven Rostedt
2022-11-04  5:40 ` [Intel-gfx] " Steven Rostedt
2022-11-04  5:40 ` Steven Rostedt
2022-11-04  5:40 ` [RFC][PATCH v3 01/33] timers: Add timer_shutdown_sync() and timer_shutdown() to be called " Steven Rostedt
2022-11-04  5:40 ` [RFC][PATCH v3 02/33] timers: s390/cmm: Use timer_shutdown_sync() before freeing timer Steven Rostedt
2022-11-04  5:40 ` [RFC][PATCH v3 03/33] timers: sh: " Steven Rostedt
2022-11-04  5:40 ` [RFC][PATCH v3 04/33] timers: block: " Steven Rostedt
2022-11-04  5:56   ` Steven Rostedt
2022-11-04  5:56     ` Steven Rostedt
2022-11-04  5:40 ` [RFC][PATCH v3 05/33] timers: ACPI: " Steven Rostedt
2022-11-07 15:47   ` Jarkko Sakkinen
2022-11-04  5:40 ` [RFC][PATCH v3 06/33] timers: atm: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 07/33] timers: PM: Use timer_shutdown_sync() Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 08/33] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer Steven Rostedt
2022-11-04  7:18   ` bluez.test.bot [this message]
2022-11-18  3:51   ` timers: Use timer_shutdown*() before freeing timers bluez.test.bot
2022-11-18  4:38   ` bluez.test.bot
2022-11-18  5:29   ` bluez.test.bot
2022-11-18  6:34   ` bluez.test.bot
2022-11-18  7:29   ` bluez.test.bot
2022-11-18  8:33   ` bluez.test.bot
2022-11-18  9:30   ` bluez.test.bot
2022-11-19  3:56   ` bluez.test.bot
2022-11-19  5:04   ` bluez.test.bot
2022-11-04  5:41 ` [RFC][PATCH v3 09/33] timers: hangcheck: Use timer_shutdown_sync() before freeing timer Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 10/33] timers: ipmi: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 11/33] random: use " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 12/33] timers: dma-buf: Use " Steven Rostedt
2022-11-04  5:54   ` Steven Rostedt
2022-11-04  5:54     ` Steven Rostedt
2022-11-04  7:15     ` Christian König
2022-11-04  7:15       ` Christian König
2022-11-04 18:58       ` Steven Rostedt
2022-11-04 18:58         ` Steven Rostedt
2022-11-05  8:12         ` [Linaro-mm-sig] " Christian König
2022-11-05  8:12           ` Christian König
2022-11-04  5:41 ` [RFC][PATCH v3 13/33] timers: drm: " Steven Rostedt
2022-11-04  5:41   ` [Intel-gfx] " Steven Rostedt
2022-11-04  5:55   ` Steven Rostedt
2022-11-04  5:55     ` Steven Rostedt
2022-11-04  5:55     ` [Intel-gfx] " Steven Rostedt
2022-11-04  8:48   ` Tvrtko Ursulin
2022-11-04  8:48     ` [Intel-gfx] " Tvrtko Ursulin
2022-11-04  8:48     ` Tvrtko Ursulin
2022-11-04 19:02     ` Steven Rostedt
2022-11-04 19:02       ` [Intel-gfx] " Steven Rostedt
2022-11-04 19:02       ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 14/33] timers: HID: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 16/33] timers: mISDN: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 17/33] timers: leds: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 18/33] timers: media: " Steven Rostedt
2022-11-04  5:57   ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 19/33] timers: net: " Steven Rostedt
2022-11-04  5:41   ` [Bridge] " Steven Rostedt
2022-11-04  5:41   ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 20/33] timers: usb: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 21/33] timers: cgroup: " Steven Rostedt
2022-11-04  5:41   ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 22/33] timers: workqueue: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 23/33] timers: nfc: pn533: " Steven Rostedt
2022-11-04 15:46   ` Krzysztof Kozlowski
2022-11-05  5:25     ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 24/33] timers: pcmcia: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 25/33] timers: scsi: Use timer_shutdown_sync() and timer_shutdown() " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 26/33] timers: tty: Use timer_shutdown_sync() " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 27/33] timers: ext4: " Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 28/33] timers: fs/nilfs2: " Steven Rostedt
2022-11-04  5:41   ` Steven Rostedt
2022-11-04  6:57   ` Ryusuke Konishi
2022-11-04  6:57     ` Ryusuke Konishi
2022-11-04 18:54     ` Steven Rostedt
2022-11-04 18:54       ` Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 29/33] timers: ALSA: " Steven Rostedt
2022-11-04  5:41   ` Steven Rostedt
2022-11-04  8:11   ` Takashi Iwai
2022-11-04  8:11     ` Takashi Iwai
2022-11-04  5:41 ` [RFC][PATCH v3 30/33] timers: jbd2: Use timer_shutdown() " Steven Rostedt
2022-11-07 12:37   ` Jan Kara
2022-11-04  5:41 ` [RFC][PATCH v3 31/33] timers: sched/psi: Use timer_shutdown_sync() " Steven Rostedt
2022-11-04 20:11   ` Johannes Weiner
2022-11-04 20:29     ` Suren Baghdasaryan
2022-11-04  5:41 ` [RFC][PATCH v3 32/33] timers: x86/mce: Use __init_timer() for resetting timers Steven Rostedt
2022-11-04  5:41 ` [RFC][PATCH v3 33/33] timers: Expand DEBUG_OBJECTS_TIMER to check if it ever was used Steven Rostedt
2022-11-04 17:00 ` [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers Linus Torvalds
2022-11-04 17:00   ` [Bridge] " Linus Torvalds
2022-11-04 17:00   ` Linus Torvalds
2022-11-04 17:00   ` Linus Torvalds
2022-11-04 17:00   ` [Intel-wired-lan] " Linus Torvalds
2022-11-04 17:00   ` [Intel-gfx] " Linus Torvalds
2022-11-04 19:22 ` Guenter Roeck
2022-11-04 19:22   ` [Bridge] " Guenter Roeck
2022-11-04 19:22   ` Guenter Roeck
2022-11-04 19:22   ` [Intel-wired-lan] " Guenter Roeck
2022-11-04 19:22   ` [Intel-gfx] " Guenter Roeck
2022-11-04 19:22   ` Guenter Roeck
2022-11-04 19:42   ` Steven Rostedt
2022-11-04 19:42     ` [Bridge] " Steven Rostedt
2022-11-04 19:42     ` Steven Rostedt
2022-11-04 19:42     ` [Intel-wired-lan] " Steven Rostedt
2022-11-04 19:42     ` [Intel-gfx] " Steven Rostedt
2022-11-04 19:42     ` Steven Rostedt
2022-11-04 19:50     ` Linus Torvalds
2022-11-04 19:50       ` [Bridge] " Linus Torvalds
2022-11-04 19:50       ` Linus Torvalds
2022-11-04 19:50       ` [Intel-wired-lan] " Linus Torvalds
2022-11-04 19:50       ` [Intel-gfx] " Linus Torvalds
2022-11-04 19:50       ` Linus Torvalds
2022-11-04 20:38     ` Steven Rostedt
2022-11-04 20:38       ` [Bridge] " Steven Rostedt
2022-11-04 20:38       ` Steven Rostedt
2022-11-04 20:38       ` [Intel-wired-lan] " Steven Rostedt
2022-11-04 20:38       ` [Intel-gfx] " Steven Rostedt
2022-11-04 20:38       ` Steven Rostedt
2022-11-04 20:42       ` Guenter Roeck
2022-11-04 20:42         ` [Bridge] " Guenter Roeck
2022-11-04 20:42         ` Guenter Roeck
2022-11-04 20:42         ` Guenter Roeck
2022-11-04 20:42         ` [Intel-wired-lan] " Guenter Roeck
2022-11-04 20:42         ` [Intel-gfx] " Guenter Roeck
2022-11-04 20:41     ` Guenter Roeck
2022-11-04 20:41       ` [Bridge] " Guenter Roeck
2022-11-04 20:41       ` Guenter Roeck
2022-11-04 20:41       ` [Intel-wired-lan] " Guenter Roeck
2022-11-04 20:41       ` [Intel-gfx] " Guenter Roeck
2022-11-04 20:41       ` Guenter Roeck
2022-11-04 23:34 ` Guenter Roeck
2022-11-04 23:34   ` [Bridge] " Guenter Roeck
2022-11-04 23:34   ` Guenter Roeck
2022-11-04 23:34   ` [Intel-wired-lan] " Guenter Roeck
2022-11-04 23:34   ` [Intel-gfx] " Guenter Roeck
2022-11-04 23:34   ` Guenter Roeck
2022-11-05  6:00 [PATCH v4a 10/38] timers: Bluetooth: Use timer_shutdown_sync() before freeing timer Steven Rostedt
2022-11-05  7:14 ` timers: Use timer_shutdown*() before freeing timers bluez.test.bot
2022-11-18  3:47 ` bluez.test.bot
2022-11-18  4:33 ` bluez.test.bot
2022-11-18  5:32 ` bluez.test.bot
2022-11-18  6:34 ` bluez.test.bot
2022-11-18  7:33 ` bluez.test.bot
2022-11-18  8:33 ` bluez.test.bot
2022-11-18  9:30 ` bluez.test.bot
2022-11-19  3:56 ` bluez.test.bot
2022-11-19  5:03 ` 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=6364bce3.050a0220.fdcd3.78cd@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=rostedt@goodmis.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.