From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, ilpo.jarvinen@linux.intel.com
Subject: RE: PCI/ASPM: Make ASPM in core robust and remove driver workarounds
Date: Mon, 18 Sep 2023 09:41:36 -0700 (PDT) [thread overview]
Message-ID: <65087dc0.920a0220.d48f7.11b0@mx.google.com> (raw)
In-Reply-To: <20230918131103.24119-2-ilpo.jarvinen@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 5309 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=785259
---Test result---
Test Summary:
CheckPatch FAIL 9.87 seconds
GitLint FAIL 3.51 seconds
SubjectPrefix FAIL 1.40 seconds
BuildKernel PASS 34.49 seconds
CheckAllWarning PASS 38.59 seconds
CheckSparse PASS 43.62 seconds
CheckSmatch PASS 115.93 seconds
BuildKernel32 PASS 33.25 seconds
TestRunnerSetup PASS 506.78 seconds
TestRunner_l2cap-tester PASS 31.00 seconds
TestRunner_iso-tester PASS 52.07 seconds
TestRunner_bnep-tester PASS 10.59 seconds
TestRunner_mgmt-tester PASS 222.47 seconds
TestRunner_rfcomm-tester PASS 16.18 seconds
TestRunner_sco-tester PASS 19.55 seconds
TestRunner_ioctl-tester PASS 18.32 seconds
TestRunner_mesh-tester PASS 13.60 seconds
TestRunner_smp-tester PASS 14.51 seconds
TestRunner_userchan-tester PASS 11.44 seconds
IncrementalBuild PASS 79.48 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v2,03/13] PCI/ASPM: Disable ASPM when driver requests it
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#188:
new file mode 100644
total: 0 errors, 1 warnings, 141 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.
/github/workspace/src/src/13389910.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.
[v2,07/13] mt76: Remove unreliable pci_disable_link_state() workaround
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#226:
deleted file mode 100644
total: 0 errors, 1 warnings, 62 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.
/github/workspace/src/src/13389913.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:
[v2,01/13] PCI/ASPM: Rename pci_enable_link_state() to pci_set_default_link_state()
WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
1: T1 Title exceeds max length (83>80): "[v2,01/13] PCI/ASPM: Rename pci_enable_link_state() to pci_set_default_link_state()"
[v2,03/13] PCI/ASPM: Disable ASPM when driver requests it
WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
33: B1 Line exceeds max length (101>80): "Link: https://lore.kernel.org/all/CANUX_P3F5YhbZX3WGU-j1AGpbXb_T9Bis2ErhvKkFMtDvzatVQ@mail.gmail.com/"
34: B1 Line exceeds max length (87>80): "Link: https://lore.kernel.org/all/20230511131441.45704-1-ilpo.jarvinen@linux.intel.com/"
[v2,08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround
WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
1: T1 Title exceeds max length (82>80): "[v2,08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround"
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
---
Regards,
Linux Bluetooth
next prev parent reply other threads:[~2023-09-18 16:43 UTC|newest]
Thread overview: 187+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 13:10 [PATCH v2 00/13] PCI/ASPM: Make ASPM in core robust and remove driver workarounds Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 01/13] PCI/ASPM: Rename pci_enable_link_state() to pci_set_default_link_state() Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 16:41 ` bluez.test.bot [this message]
2023-09-18 13:10 ` [PATCH v2 02/13] PCI/ASPM: Improve pci_set_default_link_state() kerneldoc Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-10-11 20:04 ` Bjorn Helgaas
2023-10-11 20:04 ` Bjorn Helgaas
2023-10-11 20:04 ` Bjorn Helgaas
2023-10-11 20:04 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-11 20:04 ` Bjorn Helgaas
2023-10-11 20:04 ` Bjorn Helgaas
2023-10-12 10:47 ` Ilpo Järvinen
2023-10-12 10:47 ` Ilpo Järvinen
2023-10-12 10:47 ` Ilpo Järvinen
2023-10-12 10:47 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-12 10:47 ` Ilpo Järvinen
2023-10-12 10:47 ` Ilpo Järvinen
2023-10-11 21:22 ` Bjorn Helgaas
2023-10-11 21:22 ` Bjorn Helgaas
2023-10-11 21:22 ` Bjorn Helgaas
2023-10-11 21:22 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-11 21:22 ` Bjorn Helgaas
2023-10-11 21:22 ` Bjorn Helgaas
2023-10-12 10:56 ` Ilpo Järvinen
2023-10-12 10:56 ` Ilpo Järvinen
2023-10-12 10:56 ` Ilpo Järvinen
2023-10-12 10:56 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-12 10:56 ` Ilpo Järvinen
2023-10-12 10:56 ` Ilpo Järvinen
2023-10-13 16:42 ` Bjorn Helgaas
2023-10-13 16:42 ` Bjorn Helgaas
2023-10-13 16:42 ` Bjorn Helgaas
2023-10-13 16:42 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-13 16:42 ` Bjorn Helgaas
2023-10-13 16:42 ` Bjorn Helgaas
2023-10-16 14:27 ` Ilpo Järvinen
2023-10-16 14:27 ` Ilpo Järvinen
2023-10-16 14:27 ` Ilpo Järvinen
2023-10-16 14:27 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-16 14:27 ` Ilpo Järvinen
2023-10-16 14:27 ` Ilpo Järvinen
2023-10-26 22:02 ` Bjorn Helgaas
2023-10-26 22:02 ` Bjorn Helgaas
2023-10-26 22:02 ` Bjorn Helgaas
2023-10-26 22:02 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-26 22:02 ` Bjorn Helgaas
2023-10-26 22:02 ` Bjorn Helgaas
2023-09-18 13:10 ` [PATCH v2 04/13] PCI/ASPM: Move L0S/L1/sub states mask calculation into a helper Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-10-11 19:32 ` Bjorn Helgaas
2023-10-11 19:32 ` Bjorn Helgaas
2023-10-11 19:32 ` Bjorn Helgaas
2023-10-11 19:32 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-11 19:32 ` Bjorn Helgaas
2023-10-11 19:32 ` Bjorn Helgaas
2023-10-12 10:29 ` Ilpo Järvinen
2023-10-12 10:29 ` Ilpo Järvinen
2023-10-12 10:29 ` Ilpo Järvinen
2023-10-12 10:29 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-12 10:29 ` Ilpo Järvinen
2023-10-12 10:29 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state() Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-10-11 21:53 ` Bjorn Helgaas
2023-10-11 21:53 ` Bjorn Helgaas
2023-10-11 21:53 ` Bjorn Helgaas
2023-10-11 21:53 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-11 21:53 ` Bjorn Helgaas
2023-10-11 21:53 ` Bjorn Helgaas
2023-10-12 12:53 ` Ilpo Järvinen
2023-10-12 12:53 ` Ilpo Järvinen
2023-10-12 12:53 ` Ilpo Järvinen
2023-10-12 12:53 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-12 12:53 ` Ilpo Järvinen
2023-10-12 12:53 ` Ilpo Järvinen
2023-10-13 16:48 ` Bjorn Helgaas
2023-10-13 16:48 ` Bjorn Helgaas
2023-10-13 16:48 ` Bjorn Helgaas
2023-10-13 16:48 ` [Intel-wired-lan] " Bjorn Helgaas
2023-10-13 16:48 ` Bjorn Helgaas
2023-10-13 16:48 ` Bjorn Helgaas
2023-10-16 12:57 ` Ilpo Järvinen
2023-10-16 12:57 ` Ilpo Järvinen
2023-10-16 12:57 ` Ilpo Järvinen
2023-10-16 12:57 ` [Intel-wired-lan] " Ilpo Järvinen
2023-10-16 12:57 ` Ilpo Järvinen
2023-10-16 12:57 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 06/13] Bluetooth: hci_bcm4377: Convert aspm disable to quirk Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-19 13:36 ` Sven Peter
2023-09-19 13:36 ` Sven Peter
2023-09-19 13:36 ` [Intel-wired-lan] " Sven Peter
2023-09-19 13:36 ` Sven Peter
2023-09-19 13:36 ` Sven Peter
2023-09-19 13:36 ` Sven Peter
2023-09-18 13:10 ` [PATCH v2 07/13] mt76: Remove unreliable pci_disable_link_state() workaround Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] [PATCH v2 08/13] e1000e: Remove unreliable pci_disable_link_state{, _locked}() workaround Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [PATCH v2 09/13] wifi: ath10k: Use pci_disable/enable_link_state() Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-18 13:10 ` Ilpo Järvinen
2023-09-19 9:39 ` Kalle Valo
2023-09-19 9:39 ` Kalle Valo
2023-09-19 9:39 ` Kalle Valo
2023-09-19 9:39 ` [Intel-wired-lan] " Kalle Valo
2023-09-19 9:39 ` Kalle Valo
2023-09-19 9:39 ` Kalle Valo
2023-09-18 13:11 ` [PATCH v2 10/13] wifi: ath11k: " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` [Intel-wired-lan] " Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-18 13:11 ` [PATCH v2 11/13] wifi: ath12k: " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` [Intel-wired-lan] " Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-19 9:40 ` Kalle Valo
2023-09-18 13:11 ` [PATCH v2 12/13] RDMA/hfi1: " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` [PATCH v2 13/13] misc: rtsx: " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
2023-09-18 13:11 ` Ilpo Järvinen
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=65087dc0.920a0220.d48f7.11b0@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=ilpo.jarvinen@linux.intel.com \
--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.