Message ID | 20221028234712.2213561-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b3f76b30ec9d0e06d44a9240698698926df9e333 |
Headers | show |
Series | [BlueZ] tools/test-runner: Remove bluetooth.enable_ecred | 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/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makecheckvalgrind | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
tedd_an/scan_build | success | Pass |
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=690053 ---Test result--- Test Summary: CheckPatch PASS 0.66 seconds GitLint PASS 0.46 seconds Prep - Setup ELL PASS 32.13 seconds Build - Prep PASS 0.82 seconds Build - Configure PASS 9.93 seconds Build - Make PASS 1054.07 seconds Make Check PASS 12.67 seconds Make Check w/Valgrind PASS 347.68 seconds Make Distcheck PASS 291.17 seconds Build w/ext ELL - Configure PASS 10.33 seconds Build w/ext ELL - Make PASS 106.40 seconds Incremental Build w/ patches PASS 0.00 seconds Scan Build PASS 658.46 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 28 Oct 2022 16:47:12 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > L2CAP ECRED is now enabled by default by the following kernel change: > > 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") > --- > tools/test-runner.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [BlueZ] tools/test-runner: Remove bluetooth.enable_ecred https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b3f76b30ec9d You are awesome, thank you!
diff --git a/tools/test-runner.c b/tools/test-runner.c index 560d638e4db2..6660ea8de9bf 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -250,7 +250,6 @@ static void start_qemu(void) "rootfstype=9p " "rootflags=trans=virtio,version=9p2000.u " "acpi=off pci=noacpi noapic quiet ro init=%s " - "bluetooth.enable_ecred=1 " "TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u " "TESTDBUSSESSION=%u XDG_RUNTIME_DIR=/run/user/0 " "TESTAUDIO=%u "
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> L2CAP ECRED is now enabled by default by the following kernel change: 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") --- tools/test-runner.c | 1 - 1 file changed, 1 deletion(-)