Message ID | 20210615192335.531929-1-marcel@holtmann.org |
---|---|
State | Accepted |
Commit | 190de68ba85c60c14d6b1bb930e259ca6be15e2d |
Headers | show |
Series | Bluetooth: Increment management interface revision | expand |
Hi Marcel, On Tue, Jun 15, 2021 at 1:10 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=500949 > > ---Test result--- > > Test Summary: > CheckPatch PASS 0.63 seconds > GitLint PASS 0.13 seconds > BuildKernel PASS 668.47 seconds > TestRunner: Setup PASS 435.30 seconds > TestRunner: l2cap-tester PASS 3.03 seconds > TestRunner: bnep-tester PASS 2.14 seconds > TestRunner: mgmt-tester PASS 32.75 seconds > TestRunner: rfcomm-tester PASS 2.37 seconds > TestRunner: sco-tester PASS 2.26 seconds > TestRunner: smp-tester PASS 2.40 seconds > TestRunner: userchan-tester PASS 2.07 seconds > > Details > ############################## > Test: CheckPatch - PASS - 0.63 seconds > Run checkpatch.pl script with rule in .checkpatch.conf > > > ############################## > Test: GitLint - PASS - 0.13 seconds > Run gitlint with rule in .gitlint > > > ############################## > Test: BuildKernel - PASS - 668.47 seconds > Build Kernel with minimal configuration supports Bluetooth > > > ############################## > Test: TestRunner: Setup - PASS - 435.30 seconds > Setup environment for running Test Runner > > > ############################## > Test: TestRunner: l2cap-tester - PASS - 3.03 seconds > Run test-runner with l2cap-tester > Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 > > ############################## > Test: TestRunner: bnep-tester - PASS - 2.14 seconds > Run test-runner with bnep-tester > Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 > > ############################## > Test: TestRunner: mgmt-tester - PASS - 32.75 seconds > Run test-runner with mgmt-tester > Total: 446, Passed: 433 (97.1%), Failed: 0, Not Run: 13 > > ############################## > Test: TestRunner: rfcomm-tester - PASS - 2.37 seconds > Run test-runner with rfcomm-tester > Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0 > > ############################## > Test: TestRunner: sco-tester - PASS - 2.26 seconds > Run test-runner with sco-tester > Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 > > ############################## > Test: TestRunner: smp-tester - PASS - 2.40 seconds > Run test-runner with smp-tester > Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 > > ############################## > Test: TestRunner: userchan-tester - PASS - 2.07 seconds > Run test-runner with userchan-tester > Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0 > > > > --- > Regards, > Linux Bluetooth Applied, thanks. -- Luiz Augusto von Dentz
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index d1bf5a55ff85..3663f880df11 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -40,7 +40,7 @@ #include "msft.h" #define MGMT_VERSION 1 -#define MGMT_REVISION 20 +#define MGMT_REVISION 21 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(-)