Message ID | 20221201184848.4061303-1-allenwebb@google.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Fix spelling error in the commit message | expand |
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/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=700956 ---Test result--- Test Summary: CheckPatch PASS 0.50 seconds GitLint PASS 0.37 seconds BuildEll PASS 27.16 seconds BluezMake PASS 873.98 seconds MakeCheck PASS 11.15 seconds MakeDistcheck PASS 146.04 seconds CheckValgrind PASS 243.63 seconds bluezmakeextell PASS 94.74 seconds IncrementalBuild PASS 712.61 seconds ScanBuild PASS 1013.02 seconds --- 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: *; };