2022-12-01 19:02:58

by Allen Webb

[permalink] [raw]
Subject: [PATCH BlueZ v4 1/1] bluetooth.ver: Export sanitizer symbols

Fix llvm sanitizer support by not hiding sanitizer related symbols.
---
src/bluetooth.ver | 8 ++++++++
1 file changed, 8 insertions(+)

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:
*;
};
--
2.39.0.rc0.267.gcb52ba06e7-goog


2022-12-01 20:07:20

by bluez.test.bot

[permalink] [raw]
Subject: RE: Fix spelling error in the commit message

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