diff mbox series

[BlueZ] Avoid spurious warnings when dbus.service stops

Message ID 20250310114719.4141881-1-kernel.org@pileofstuff.org (mailing list archive)
State Accepted
Commit 8e835a685935b8e90fb45b96e6781d8332b00ef3
Headers show
Series [BlueZ] Avoid spurious warnings when dbus.service stops | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
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/CheckSmatch success CheckSparse PASS
tedd_an/bluezmakeextell success Make External ELL PASS
tedd_an/ScanBuild success Scan Build PASS

Commit Message

Andrew Sayers March 10, 2025, 11:47 a.m. UTC
The systemd services generates a warning when it loses
ownership of its D-Bus name, which happens routinely
when dbus.service exits (e.g. when the user logs out).
---
 tools/mpris-proxy.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

bluez.test.bot@gmail.com March 10, 2025, 1:27 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=942219

---Test result---

Test Summary:
CheckPatch                    PENDING   0.19 seconds
GitLint                       PENDING   0.21 seconds
BuildEll                      PASS      20.45 seconds
BluezMake                     PASS      1506.61 seconds
MakeCheck                     PASS      13.11 seconds
MakeDistcheck                 PASS      160.81 seconds
CheckValgrind                 PASS      214.94 seconds
CheckSmatch                   PASS      287.50 seconds
bluezmakeextell               PASS      98.37 seconds
IncrementalBuild              PENDING   0.26 seconds
ScanBuild                     PASS      864.38 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:



---
Regards,
Linux Bluetooth
patchwork-bot+bluetooth@kernel.org March 12, 2025, 4:50 p.m. UTC | #2
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 10 Mar 2025 11:47:19 +0000 you wrote:
> The systemd services generates a warning when it loses
> ownership of its D-Bus name, which happens routinely
> when dbus.service exits (e.g. when the user logs out).
> ---
>  tools/mpris-proxy.service.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] Avoid spurious warnings when dbus.service stops
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e835a685935

You are awesome, thank you!
diff mbox series

Patch

diff --git a/tools/mpris-proxy.service.in b/tools/mpris-proxy.service.in
index 530749094..c49d255b3 100644
--- a/tools/mpris-proxy.service.in
+++ b/tools/mpris-proxy.service.in
@@ -3,7 +3,7 @@  Description=Bluetooth mpris proxy
 Documentation=man:mpris-proxy(1)
 
 Wants=dbus.socket
-After=dbus.socket
+After=dbus.socket dbus.service
 
 [Service]
 Type=simple