* [PATCH BlueZ] build: never build test-runner with ASAN
@ 2026-04-06 10:55 Pauli Virtanen
2026-04-06 11:59 ` [BlueZ] " bluez.test.bot
2026-04-06 17:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Pauli Virtanen @ 2026-04-06 10:55 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Pauli Virtanen
test-runner cannot run as pid 1 inside VM when built with ASAN enabled.
Drop MISC_CFLAGS/LDFLAGS from its build; the additional flags they
contain beyond ASAN enable are not important for test-runner build.
---
Makefile.tools | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.tools b/Makefile.tools
index 4a51762c3..8e0eae04e 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -321,6 +321,9 @@ tools_btgatt_server_SOURCES = tools/btgatt-server.c src/uuid-helper.c
tools_btgatt_server_LDADD = src/libshared-mainloop.la \
lib/libbluetooth-internal.la
+tools_test_runner_CFLAGS = $(WARNING_CFLAGS)
+tools_test_runner_LDFLAGS =
+
tools_rctest_LDADD = lib/libbluetooth-internal.la
tools_l2test_LDADD = lib/libbluetooth-internal.la
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] build: never build test-runner with ASAN
2026-04-06 10:55 [PATCH BlueZ] build: never build test-runner with ASAN Pauli Virtanen
@ 2026-04-06 11:59 ` bluez.test.bot
2026-04-06 17:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-04-06 11:59 UTC (permalink / raw)
To: linux-bluetooth, pav
[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]
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=1077632
---Test result---
Test Summary:
CheckPatch PENDING 0.31 seconds
GitLint PENDING 0.34 seconds
BuildEll PASS 20.11 seconds
BluezMake PASS 652.68 seconds
MakeCheck PASS 18.11 seconds
MakeDistcheck PASS 243.92 seconds
CheckValgrind PASS 290.72 seconds
CheckSmatch PASS 346.74 seconds
bluezmakeextell PASS 180.84 seconds
IncrementalBuild PENDING 0.32 seconds
ScanBuild PASS 1013.01 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
https://github.com/bluez/bluez/pull/2017/checks
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ] build: never build test-runner with ASAN
2026-04-06 10:55 [PATCH BlueZ] build: never build test-runner with ASAN Pauli Virtanen
2026-04-06 11:59 ` [BlueZ] " bluez.test.bot
@ 2026-04-06 17:00 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-04-06 17:00 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 6 Apr 2026 13:55:15 +0300 you wrote:
> test-runner cannot run as pid 1 inside VM when built with ASAN enabled.
> Drop MISC_CFLAGS/LDFLAGS from its build; the additional flags they
> contain beyond ASAN enable are not important for test-runner build.
> ---
> Makefile.tools | 3 +++
> 1 file changed, 3 insertions(+)
Here is the summary with links:
- [BlueZ] build: never build test-runner with ASAN
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=dd9d9dab4135
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-06 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-06 10:55 [PATCH BlueZ] build: never build test-runner with ASAN Pauli Virtanen
2026-04-06 11:59 ` [BlueZ] " bluez.test.bot
2026-04-06 17:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox