2023-10-03 18:42:42

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: [PATCH BlueZ] shared/att: Don't keep retrying the same operation

From: Luiz Augusto von Dentz <[email protected]>

If an operation has been retried already don't attempt to change the
security again.
---
src/shared/att.c | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/src/shared/att.c b/src/shared/att.c
index 85feead77d0f..62c884b65721 100644
--- a/src/shared/att.c
+++ b/src/shared/att.c
@@ -193,6 +193,7 @@ struct att_send_op {
uint8_t opcode;
void *pdu;
uint16_t len;
+ bool retry;
bt_att_response_func_t callback;
bt_att_destroy_func_t destroy;
void *user_data;
@@ -785,6 +786,12 @@ static bool handle_error_rsp(struct bt_att_chan *chan, uint8_t *pdu,

*opcode = rsp->opcode;

+ /* If operation has already been marked as retry don't attempt to change
+ * the security again.
+ */
+ if (op->retry)
+ return false;
+
/* Attempt to change security */
if (!change_security(chan, rsp->ecode))
return false;
@@ -798,6 +805,7 @@ static bool handle_error_rsp(struct bt_att_chan *chan, uint8_t *pdu,
DBG(att, "(chan %p) Retrying operation %p", chan, op);

chan->pending_req = NULL;
+ op->retry = true;

/* Push operation back to channel queue */
return queue_push_head(chan->queue, op);
--
2.41.0


2023-10-03 20:21:46

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] shared/att: Don't keep retrying the same operation

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=789685

---Test result---

Test Summary:
CheckPatch PASS 0.39 seconds
GitLint PASS 0.26 seconds
BuildEll PASS 33.91 seconds
BluezMake PASS 993.14 seconds
MakeCheck PASS 13.66 seconds
MakeDistcheck PASS 191.90 seconds
CheckValgrind PASS 308.54 seconds
CheckSmatch PASS 414.86 seconds
bluezmakeextell PASS 127.84 seconds
IncrementalBuild PASS 811.02 seconds
ScanBuild PASS 1271.64 seconds



---
Regards,
Linux Bluetooth

2023-10-03 23:20:37

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: [PATCH BlueZ] shared/att: Don't keep retrying the same operation

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <[email protected]>:

On Tue, 3 Oct 2023 11:42:22 -0700 you wrote:
> From: Luiz Augusto von Dentz <[email protected]>
>
> If an operation has been retried already don't attempt to change the
> security again.
> ---
> src/shared/att.c | 8 ++++++++
> 1 file changed, 8 insertions(+)

Here is the summary with links:
- [BlueZ] shared/att: Don't keep retrying the same operation
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7ff68ce57fb4

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html