* [PATCH BlueZ] gdbus: define MAX_INPUT for musl
@ 2024-11-02 16:10 Guðni Már Gilbert
2024-11-02 17:43 ` [BlueZ] " bluez.test.bot
2024-11-05 2:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-11-02 16:10 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Guðni Már Gilbert
This is the same solution as was done in src/shared/util.c
---
gdbus/object.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gdbus/object.c b/gdbus/object.c
index 84f116bf1..7b0476f1a 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -20,6 +20,12 @@
#include <dbus/dbus.h>
#include "gdbus.h"
+
+/* define MAX_INPUT for musl */
+#ifndef MAX_INPUT
+#define MAX_INPUT _POSIX_MAX_INPUT
+#endif
+
#include "src/shared/util.h"
#define info(fmt...)
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] gdbus: define MAX_INPUT for musl
2024-11-02 16:10 [PATCH BlueZ] gdbus: define MAX_INPUT for musl Guðni Már Gilbert
@ 2024-11-02 17:43 ` bluez.test.bot
2024-11-05 2:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2024-11-02 17:43 UTC (permalink / raw)
To: linux-bluetooth, gudni.m.g
[-- Attachment #1: Type: text/plain, Size: 948 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=905688
---Test result---
Test Summary:
CheckPatch PASS 0.25 seconds
GitLint PASS 0.21 seconds
BuildEll PASS 24.81 seconds
BluezMake PASS 1627.06 seconds
MakeCheck PASS 13.31 seconds
MakeDistcheck PASS 179.51 seconds
CheckValgrind PASS 252.39 seconds
CheckSmatch PASS 356.55 seconds
bluezmakeextell PASS 119.70 seconds
IncrementalBuild PASS 1406.49 seconds
ScanBuild PASS 996.64 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ] gdbus: define MAX_INPUT for musl
2024-11-02 16:10 [PATCH BlueZ] gdbus: define MAX_INPUT for musl Guðni Már Gilbert
2024-11-02 17:43 ` [BlueZ] " bluez.test.bot
@ 2024-11-05 2:40 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-11-05 2:40 UTC (permalink / raw)
To: =?utf-8?b?R3XDsG5pIE3DoXIgR2lsYmVydCA8Z3VkbmkubS5nQGdtYWlsLmNvbT4=?=
Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Sat, 2 Nov 2024 16:10:18 +0000 you wrote:
> This is the same solution as was done in src/shared/util.c
> ---
> gdbus/object.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Here is the summary with links:
- [BlueZ] gdbus: define MAX_INPUT for musl
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9d69dba21f1e
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:[~2024-11-05 2:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 16:10 [PATCH BlueZ] gdbus: define MAX_INPUT for musl Guðni Már Gilbert
2024-11-02 17:43 ` [BlueZ] " bluez.test.bot
2024-11-05 2:40 ` [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;
as well as URLs for NNTP newsgroup(s).