Message ID | 20221201161502.1067068-2-allenwebb@google.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add missing sanitizers. | 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,v2,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=700907 ---Test result--- Test Summary: CheckPatch PASS 0.44 seconds GitLint FAIL 0.59 seconds BuildEll PASS 26.49 seconds BluezMake PASS 768.96 seconds MakeCheck PASS 11.50 seconds MakeDistcheck PASS 148.78 seconds CheckValgrind PASS 244.46 seconds bluezmakeextell PASS 95.06 seconds IncrementalBuild PASS 639.32 seconds ScanBuild PASS 979.22 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v2,1/1] bluetooth.ver: Export sanitizer symbols. 1: T3 Title has trailing punctuation (.): "[BlueZ,v2,1/1] bluetooth.ver: Export sanitizer symbols." --- Regards, Linux Bluetooth
diff --git a/src/bluetooth.ver b/src/bluetooth.ver index 214fa8a61..a96fda2a1 100644 --- a/src/bluetooth.ver +++ b/src/bluetooth.ver @@ -7,6 +7,14 @@ debug; baswap; ba2str; + /* Don't break LLVM sanitizers */ + __asan*; + __dfsan*; + __lsan*; + __msan*; + __sanitizer*; + __tsan*; + __ubsan*; local: *; };