Message ID | 20220126173012.81238-1-marcel@holtmann.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 91cb4c19118a19470a9d7d6dbdf64763bbbadcde |
Headers | show |
Series | Bluetooth: Increment management interface revision | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/subjectprefix | success | PASS |
tedd_an/buildkernel | success | Build Kernel PASS |
tedd_an/buildkernel32 | success | Build Kernel32 PASS |
tedd_an/incremental_build | success | Pass |
tedd_an/testrunnersetup | success | Test Runner Setup PASS |
tedd_an/testrunnerl2cap-tester | success | Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerbnep-tester | success | Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermgmt-tester | success | Total: 493, Passed: 493 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerrfcomm-tester | success | Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersco-tester | success | Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersmp-tester | success | Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneruserchan-tester | success | Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 |
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=608717 ---Test result--- Test Summary: CheckPatch PASS 1.57 seconds GitLint PASS 0.99 seconds SubjectPrefix PASS 0.83 seconds BuildKernel PASS 27.93 seconds BuildKernel32 PASS 24.44 seconds Incremental Build with patchesPASS 35.92 seconds TestRunner: Setup PASS 422.60 seconds TestRunner: l2cap-tester PASS 12.37 seconds TestRunner: bnep-tester PASS 5.54 seconds TestRunner: mgmt-tester PASS 96.92 seconds TestRunner: rfcomm-tester PASS 6.75 seconds TestRunner: sco-tester PASS 6.93 seconds TestRunner: smp-tester PASS 6.92 seconds TestRunner: userchan-tester PASS 5.78 seconds --- Regards, Linux Bluetooth
Hi Marcel, On Wed, Jan 26, 2022 at 2:26 PM <bluez.test.bot@gmail.com> wrote: > > 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=608717 > > ---Test result--- > > Test Summary: > CheckPatch PASS 1.57 seconds > GitLint PASS 0.99 seconds > SubjectPrefix PASS 0.83 seconds > BuildKernel PASS 27.93 seconds > BuildKernel32 PASS 24.44 seconds > Incremental Build with patchesPASS 35.92 seconds > TestRunner: Setup PASS 422.60 seconds > TestRunner: l2cap-tester PASS 12.37 seconds > TestRunner: bnep-tester PASS 5.54 seconds > TestRunner: mgmt-tester PASS 96.92 seconds > TestRunner: rfcomm-tester PASS 6.75 seconds > TestRunner: sco-tester PASS 6.93 seconds > TestRunner: smp-tester PASS 6.92 seconds > TestRunner: userchan-tester PASS 5.78 seconds > > > > --- > Regards, > Linux Bluetooth Applied, thanks.
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 08d6494f1b34..5dd684e0b259 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -42,7 +42,7 @@ #include "aosp.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 21 +#define MGMT_REVISION 22 static const u16 mgmt_commands[] = { MGMT_OP_READ_INDEX_LIST,
Increment the mgmt revision due to recent changes. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> --- net/bluetooth/mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)