* [PATCH BlueZ v1] btio: Fix not being able to set security level 4
@ 2025-05-07 16:29 Luiz Augusto von Dentz
2025-05-07 17:55 ` [BlueZ,v1] " bluez.test.bot
2025-05-07 20:50 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-05-07 16:29 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This adds support for BT_IO_SEC_FIPS which shall represent the security
level 4.
---
btio/btio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/btio/btio.c b/btio/btio.c
index 14f2b700e383..b8afe0580aa7 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -455,7 +455,7 @@ static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err)
struct bt_security sec;
int ret;
- if (level < BT_SECURITY_LOW || level > BT_SECURITY_HIGH) {
+ if (level < BT_SECURITY_LOW || level > BT_SECURITY_FIPS) {
g_set_error(err, BT_IO_ERROR, EINVAL,
"Valid security level range is %d-%d",
BT_SECURITY_LOW, BT_SECURITY_HIGH);
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ,v1] btio: Fix not being able to set security level 4
2025-05-07 16:29 [PATCH BlueZ v1] btio: Fix not being able to set security level 4 Luiz Augusto von Dentz
@ 2025-05-07 17:55 ` bluez.test.bot
2025-05-07 20:50 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-05-07 17:55 UTC (permalink / raw)
To: linux-bluetooth, luiz.dentz
[-- Attachment #1: Type: text/plain, Size: 1261 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=960563
---Test result---
Test Summary:
CheckPatch PENDING 0.28 seconds
GitLint PENDING 0.29 seconds
BuildEll PASS 20.35 seconds
BluezMake PASS 2742.55 seconds
MakeCheck PASS 20.11 seconds
MakeDistcheck PASS 198.54 seconds
CheckValgrind PASS 275.48 seconds
CheckSmatch PASS 302.18 seconds
bluezmakeextell PASS 127.74 seconds
IncrementalBuild PENDING 0.33 seconds
ScanBuild PASS 904.61 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ v1] btio: Fix not being able to set security level 4
2025-05-07 16:29 [PATCH BlueZ v1] btio: Fix not being able to set security level 4 Luiz Augusto von Dentz
2025-05-07 17:55 ` [BlueZ,v1] " bluez.test.bot
@ 2025-05-07 20:50 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-05-07 20:50 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +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, 7 May 2025 12:29:23 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> This adds support for BT_IO_SEC_FIPS which shall represent the security
> level 4.
> ---
> btio/btio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [BlueZ,v1] btio: Fix not being able to set security level 4
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=72dddc80def4
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:[~2025-05-07 20:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 16:29 [PATCH BlueZ v1] btio: Fix not being able to set security level 4 Luiz Augusto von Dentz
2025-05-07 17:55 ` [BlueZ,v1] " bluez.test.bot
2025-05-07 20:50 ` [PATCH BlueZ v1] " 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