Message ID | 20210927221307.211767-1-hj.tedd.an@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ] doc/tester-config: Enable Microsoft Extension | expand |
Context | Check | Description |
---|---|---|
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/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 |
Hi Tedd, On Mon, Sep 27, 2021 at 3:14 PM Tedd Ho-Jeong An <hj.tedd.an@gmail.com> wrote: > > From: Tedd Ho-Jeong An <tedd.an@intel.com> > > This patch adds Microsoft Extension in tester config. > --- > doc/tester.config | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/tester.config b/doc/tester.config > index 850fb6a38..1f912cfc8 100644 > --- a/doc/tester.config > +++ b/doc/tester.config > @@ -30,6 +30,7 @@ CONFIG_BT_BNEP=y > CONFIG_BT_HIDP=y > CONFIG_BT_LE=y > CONFIG_BT_HS=y > +CONFIG_BT_MSFTEXT=y > > CONFIG_BT_HCIVHCI=y > > -- > 2.25.1 Applied, Ive also enabled AOSPEXT and KASAN to detect memory problems.
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=553807 ---Test result--- Test Summary: CheckPatch PASS 0.42 seconds GitLint PASS 0.30 seconds Prep - Setup ELL PASS 49.42 seconds Build - Prep PASS 0.22 seconds Build - Configure PASS 9.01 seconds Build - Make PASS 212.11 seconds Make Check PASS 9.18 seconds Make Distcheck PASS 249.61 seconds Build w/ext ELL - Configure PASS 9.02 seconds Build w/ext ELL - Make PASS 200.96 seconds --- Regards, Linux Bluetooth
diff --git a/doc/tester.config b/doc/tester.config index 850fb6a38..1f912cfc8 100644 --- a/doc/tester.config +++ b/doc/tester.config @@ -30,6 +30,7 @@ CONFIG_BT_BNEP=y CONFIG_BT_HIDP=y CONFIG_BT_LE=y CONFIG_BT_HS=y +CONFIG_BT_MSFTEXT=y CONFIG_BT_HCIVHCI=y
From: Tedd Ho-Jeong An <tedd.an@intel.com> This patch adds Microsoft Extension in tester config. --- doc/tester.config | 1 + 1 file changed, 1 insertion(+)