* [PATCH BlueZ] shared/util: Increase debug trace buffer size
@ 2022-10-19 20:30 Frédéric Danis
2022-10-19 21:11 ` [BlueZ] " bluez.test.bot
2022-10-19 23:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2022-10-19 20:30 UTC (permalink / raw)
To: linux-bluetooth
Most of the debug traces are longer than 78 characters, increase the buffer
to not lost trace's end
---
src/shared/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shared/util.c b/src/shared/util.c
index e1e56459a..0a0308cb0 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -65,7 +65,7 @@ void *util_memdup(const void *src, size_t size)
void util_debug_va(util_debug_func_t function, void *user_data,
const char *format, va_list va)
{
- char str[78];
+ char str[MAX_INPUT];
if (!function || !format)
return;
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ] shared/util: Increase debug trace buffer size
2022-10-19 20:30 [PATCH BlueZ] shared/util: Increase debug trace buffer size Frédéric Danis
@ 2022-10-19 21:11 ` bluez.test.bot
2022-10-19 23:00 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-10-19 21:11 UTC (permalink / raw)
To: linux-bluetooth, frederic.danis
[-- Attachment #1: Type: text/plain, Size: 1047 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=686887
---Test result---
Test Summary:
CheckPatch PASS 1.04 seconds
GitLint PASS 0.69 seconds
Prep - Setup ELL PASS 27.86 seconds
Build - Prep PASS 0.70 seconds
Build - Configure PASS 8.79 seconds
Build - Make PASS 885.94 seconds
Make Check PASS 11.96 seconds
Make Check w/Valgrind PASS 298.50 seconds
Make Distcheck PASS 247.19 seconds
Build w/ext ELL - Configure PASS 9.02 seconds
Build w/ext ELL - Make PASS 88.93 seconds
Incremental Build w/ patches PASS 0.00 seconds
Scan Build PASS 545.81 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ] shared/util: Increase debug trace buffer size
2022-10-19 20:30 [PATCH BlueZ] shared/util: Increase debug trace buffer size Frédéric Danis
2022-10-19 21:11 ` [BlueZ] " bluez.test.bot
@ 2022-10-19 23:00 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-10-19 23:00 UTC (permalink / raw)
To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Wed, 19 Oct 2022 22:30:28 +0200 you wrote:
> Most of the debug traces are longer than 78 characters, increase the buffer
> to not lost trace's end
> ---
> src/shared/util.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [BlueZ] shared/util: Increase debug trace buffer size
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3153b0ecfe16
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:[~2022-10-19 23:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 20:30 [PATCH BlueZ] shared/util: Increase debug trace buffer size Frédéric Danis
2022-10-19 21:11 ` [BlueZ] " bluez.test.bot
2022-10-19 23: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