* [PATCH v1] client/btpclient: Fix missing errno.h include @ 2026-08-07 6:13 Jinwang Li 2026-08-07 8:25 ` [v1] " bluez.test.bot 0 siblings, 1 reply; 2+ messages in thread From: Jinwang Li @ 2026-08-07 6:13 UTC (permalink / raw) To: linux-bluetooth Cc: cheng.jiang, quic_chezhou, wei.deng, shuai.zhang, mengshi.wu, jinwang.li, xiuzhuo.shang EINVAL is used in create_uuid() but errno.h was not included, causing a build failure. Signed-off-by: Jinwang Li <jinwang.li@oss.qualcomm.com> --- client/btpclient/gatt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/btpclient/gatt.c b/client/btpclient/gatt.c index d384b9c74..867bb6cf1 100644 --- a/client/btpclient/gatt.c +++ b/client/btpclient/gatt.c @@ -11,6 +11,7 @@ #include <config.h> #endif +#include <errno.h> #include <stdlib.h> #include <ell/ell.h> -- 2.34.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [v1] client/btpclient: Fix missing errno.h include 2026-08-07 6:13 [PATCH v1] client/btpclient: Fix missing errno.h include Jinwang Li @ 2026-08-07 8:25 ` bluez.test.bot 0 siblings, 0 replies; 2+ messages in thread From: bluez.test.bot @ 2026-08-07 8:25 UTC (permalink / raw) To: linux-bluetooth, jinwang.li [-- Attachment #1: Type: text/plain, Size: 1239 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=1141938 ---Test result--- Test Summary: CheckPatch PASS 0.26 seconds GitLint PASS 0.20 seconds BuildEll PASS 20.72 seconds BluezMake PASS 596.91 seconds CheckSmatch WARNING 312.85 seconds bluezmakeextell PASS 101.37 seconds IncrementalBuild PASS 596.49 seconds ScanBuild PASS 968.80 seconds Details ############################## Test: CheckSmatch - WARNING Desc: Run smatch tool with source Output: client/btpclient/gatt.c: note: in included file:./src/shared/btp.h:335:41: warning: array of flexible structures./src/shared/btp.h:340:55: warning: array of flexible structures./src/shared/btp.h:363:47: warning: array of flexible structures./src/shared/btp.h:392:42: warning: array of flexible structures https://github.com/bluez/bluez/pull/2385 --- Regards, Linux Bluetooth ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-07 8:25 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-08-07 6:13 [PATCH v1] client/btpclient: Fix missing errno.h include Jinwang Li 2026-08-07 8:25 ` [v1] " bluez.test.bot
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.