diff mbox series

[BlueZ,v4,1/1] bluetooth.ver: Export sanitizer symbols

Message ID 20221201184848.4061303-1-allenwebb@google.com
State Superseded
Headers show
Series Fix spelling error in the commit message | expand

Commit Message

Allen Webb Dec. 1, 2022, 6:48 p.m. UTC
Fix llvm sanitizer support by not hiding sanitizer related symbols.
---
 src/bluetooth.ver | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

bluez.test.bot@gmail.com Dec. 1, 2022, 8:06 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=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 mbox series

Patch

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:
 		*;
 };