diff mbox series

[BlueZ,1/5] lib: add BT_POLL_ERRQUEUE socket option

Message ID b6b6d1de2e58ec4fcb8c5265753bdf0bb41796c1.1712503074.git.pav@iki.fi (mailing list archive)
State Accepted
Commit 138e97020d5fb2261ab2c4554dedf1f8216986d8
Headers show
Series Add BT_POLL_ERRQUEUE experimental feature and tests | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/BuildEll success Build ELL PASS
tedd_an/BluezMake success Bluez Make PASS
tedd_an/MakeCheck success Bluez Make Check PASS
tedd_an/MakeDistcheck success Make Distcheck PASS
tedd_an/CheckValgrind success Check Valgrind PASS
tedd_an/CheckSmatch success CheckSparse PASS
tedd_an/bluezmakeextell success Make External ELL PASS
tedd_an/IncrementalBuild success Incremental Build PASS
tedd_an/ScanBuild success Scan Build PASS

Commit Message

Pauli Virtanen April 7, 2024, 3:18 p.m. UTC
Add new (experimental) socket option.
---
 lib/bluetooth.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

bluez.test.bot@gmail.com April 7, 2024, 6:53 p.m. UTC | #1
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=842181

---Test result---

Test Summary:
CheckPatch                    PASS      2.39 seconds
GitLint                       PASS      1.59 seconds
BuildEll                      PASS      24.74 seconds
BluezMake                     PASS      1745.40 seconds
MakeCheck                     PASS      16.42 seconds
MakeDistcheck                 PASS      179.83 seconds
CheckValgrind                 PASS      249.66 seconds
CheckSmatch                   PASS      357.23 seconds
bluezmakeextell               PASS      121.04 seconds
IncrementalBuild              PASS      8023.76 seconds
ScanBuild                     PASS      1012.32 seconds



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index a4ed65d0b..073ed875d 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -240,6 +240,8 @@  enum {
 
 #define BT_ISO_BASE		20
 
+#define BT_POLL_ERRQUEUE	21
+
 /* Byte order conversions */
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define htobs(d)  (d)