Message ID | 20221201184848.4061303-1-allenwebb@google.com |
---|---|
State | Superseded |
Headers | show |
Series | Fix spelling error in the commit message | expand |
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: *; };