Message ID | 20221201160941.1065499-2-allenwebb@google.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | bluetooth.ver: Export sanitizer symbols. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | fail | 1: T3 Title has trailing punctuation (.): "[BlueZ,1/1] bluetooth.ver: Export sanitizer symbols." |
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/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build 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=700903 ---Test result--- Test Summary: CheckPatch PASS 0.36 seconds GitLint FAIL 0.52 seconds BuildEll PASS 26.68 seconds BluezMake PASS 842.23 seconds MakeCheck PASS 11.03 seconds MakeDistcheck PASS 143.48 seconds CheckValgrind PASS 239.25 seconds bluezmakeextell PASS 93.39 seconds IncrementalBuild PASS 695.15 seconds ScanBuild PASS 986.64 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,1/1] bluetooth.ver: Export sanitizer symbols. 1: T3 Title has trailing punctuation (.): "[BlueZ,1/1] bluetooth.ver: Export sanitizer symbols." --- Regards, Linux Bluetooth
diff --git a/src/bluetooth.ver b/src/bluetooth.ver index 214fa8a61..158627cc3 100644 --- a/src/bluetooth.ver +++ b/src/bluetooth.ver @@ -7,6 +7,12 @@ debug; baswap; ba2str; + /* Sanitizer support */ + __asan*; + __lsan*; + __msan*; + __sanitizer*; + __ubsan*; local: *; };