All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, arnd@kernel.org
Subject: RE: [RFC] gpiolib: introduce gpio_name() helper
Date: Mon, 29 Jun 2026 11:35:09 -0700 (PDT)	[thread overview]
Message-ID: <6a42badd.97bb2efc.2241ed.eeec@mx.google.com> (raw)
In-Reply-To: <20260629135917.1308621-1-arnd@kernel.org>

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

---Test result---

Test Summary:
CheckPatch                    FAIL      3.84 seconds
VerifyFixes                   PASS      0.22 seconds
VerifySignedoff               PASS      0.20 seconds
GitLint                       FAIL      0.58 seconds
SubjectPrefix                 FAIL      0.20 seconds
BuildKernel                   PASS      26.40 seconds
CheckAllWarning               PASS      35.60 seconds
CheckSparse                   PASS      28.00 seconds
BuildKernel32                 PASS      25.79 seconds
CheckKernelLLVM               SKIP      0.00 seconds
TestRunnerSetup               PASS      490.36 seconds
TestRunner_l2cap-tester       FAIL      57.02 seconds
TestRunner_iso-tester         PASS      78.67 seconds
TestRunner_bnep-tester        PASS      18.84 seconds
TestRunner_mgmt-tester        FAIL      204.92 seconds
TestRunner_rfcomm-tester      PASS      30.24 seconds
TestRunner_sco-tester         PASS      31.85 seconds
TestRunner_ioctl-tester       PASS      25.76 seconds
TestRunner_mesh-tester        FAIL      25.14 seconds
TestRunner_smp-tester         PASS      23.27 seconds
TestRunner_userchan-tester    PASS      20.56 seconds
TestRunner_6lowpan-tester     PASS      22.18 seconds
IncrementalBuild              PASS      25.31 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[RFC] gpiolib: introduce gpio_name() helper
ERROR: code indent should use tabs where possible
#296: FILE: drivers/mmc/host/atmel-mci.c:2258:
+^I        "slot[%u]: bus_width=%u, detect_pin=%s, "$

WARNING: quoted string split across lines
#297: FILE: drivers/mmc/host/atmel-mci.c:2259:
+	        "slot[%u]: bus_width=%u, detect_pin=%s, "
+		"detect_is_active_high=%s, wp_pin=%s\n",

total: 1 errors, 1 warnings, 166 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

NOTE: Whitespace errors detected.
      You may wish to use scripts/cleanpatch or scripts/cleanfile

/github/workspace/src/patch/14651677.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[RFC] gpiolib: introduce gpio_name() helper

22: B3 Line contains hard tab characters (\t): "arch/arm/mach-pxa/pxa27x.c:	reset_gpio = desc_to_gpio(gpiod);"
23: B3 Line contains hard tab characters (\t): "arch/arm/plat-orion/gpio.c:	unsigned gpio = desc_to_gpio(desc);"
24: B1 Line exceeds max length (91>80): "drivers/gpio/gpio-nomadik.c:		mode = nmk_prcm_gpiocr_get_mode(pctldev, desc_to_gpio(desc));"
24: B3 Line contains hard tab characters (\t): "drivers/gpio/gpio-nomadik.c:		mode = nmk_prcm_gpiocr_get_mode(pctldev, desc_to_gpio(desc));"
25: B1 Line exceeds max length (85>80): "drivers/gpio/gpiolib-acpi-core.c:			desc = gpio_to_desc(agpio->pin_table[pin_index]);"
25: B3 Line contains hard tab characters (\t): "drivers/gpio/gpiolib-acpi-core.c:			desc = gpio_to_desc(agpio->pin_table[pin_index]);"
26: B1 Line exceeds max length (93>80): "drivers/gpio/gpiolib-cdev.c:	hte_init_line_attr(hdesc, desc_to_gpio(line->desc), flags, NULL,"
26: B3 Line contains hard tab characters (\t): "drivers/gpio/gpiolib-cdev.c:	hte_init_line_attr(hdesc, desc_to_gpio(line->desc), flags, NULL,"
27: B3 Line contains hard tab characters (\t): "drivers/gpio/gpiolib-sysfs.c:	desc = gpio_to_desc(gpio);"
28: B3 Line contains hard tab characters (\t): "drivers/gpio/gpiolib-sysfs.c:						   desc_to_gpio(desc));"
29: B3 Line contains hard tab characters (\t): "drivers/gpio/gpiolib.c:	trace_gpio_direction(desc_to_gpio(desc), 1, ret);"
30: B3 Line contains hard tab characters (\t): "drivers/input/misc/soc_button_array.c:	*gpio_ret = desc_to_gpio(desc);"
31: B3 Line contains hard tab characters (\t): "drivers/pinctrl/core.c:			gdev = gpiod_to_gpio_device(gpio_to_desc(gpio_num));"
32: B1 Line exceeds max length (122>80): "drivers/platform/x86/x86-android-tablets/core.c: * 2. Calling desc_to_gpio() to get an old style GPIO number for gpio-keys"
33: B3 Line contains hard tab characters (\t): "drivers/soc/fsl/qe/gpio.c:	gpio_num = desc_to_gpio(gpiod);"
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
##############################
Test: TestRunner_l2cap-tester - FAIL
Desc: Run l2cap-tester with test-runner
Output:
Total: 96, Passed: 95 (99.0%), Failed: 1, Not Run: 0

Failed Test Cases
L2CAP BR/EDR Server - Set PHY 2M                     Failed       0.242 seconds
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4

Failed Test Cases
Read Exp Feature - Success                           Failed       0.232 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0

Failed Test Cases
Mesh - Send cancel - 1                               Timed out    1.862 seconds
Mesh - Send cancel - 2                               Timed out    1.987 seconds


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

---
Regards,
Linux Bluetooth


      parent reply	other threads:[~2026-06-29 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 13:56 [PATCH] [RFC] gpiolib: introduce gpio_name() helper Arnd Bergmann
2026-06-29 14:10 ` sashiko-bot
2026-06-29 15:23 ` Andy Shevchenko
2026-06-29 15:45   ` Arnd Bergmann
2026-06-29 15:29 ` Geert Uytterhoeven
2026-06-29 15:48   ` Arnd Bergmann
2026-06-30 16:01     ` Geert Uytterhoeven
2026-07-01  8:31       ` Arnd Bergmann
2026-06-29 18:35 ` bluez.test.bot [this message]

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=6a42badd.97bb2efc.2241ed.eeec@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=arnd@kernel.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.